Adscend

Click Here



Click Here



Click Here

Sunday 8 September 2013

Bold Italic Underline Tag

HTML Bold Italic Underline

In HTML, you can change text like bold, italic, underline or any combination of three.

Example

<html>
<head>
<title>Text Style</title>
</head>
<body>
<B>This text is bold</B><br />
<I> This text is italic</I><br />
<U> This text is underlined</U><br />
<B><I> This text is both bold and italic</I></B>
</body>
</html>

Output

This text is bold
This text is italic
This text is underlined
This text is both bold and italic



No comments:

Post a Comment