HTML 8

Description

A sample paragraph HTML code that use a tag for bold, italic, strike, blink.

Source Code

html8 <HTML>

<HEAD>
<TITLE>HTM08. Paragraph sample</TITLE>
</HEAD>

<BODY>
Making some text <B>bold</B> or <I>Italic</I> is a useful technique, more so than <STRIKE>strikethrough</STRIKE> or <BLINK>blinking</BLINK>.
</BODY>

</HTML>

Output

HTM08. Paragraph sample Making some text bold or Italic is a useful technique, more so than strikethrough or blinking.