



|
Description
A sample paragraph HTML code that use a tag for bold, italic, strike, blink. Source Code <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 |
  