HTML Bold Italic Underline
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 boldThis text is italic
This text is underlined
This text is both bold and italic
No comments:
Post a Comment