HTML Class 2
A.o.A
I hope that you all are good by the grece of God.As we knew about tags in our recent lesson.Today we read about the other tags used in HTML.So, lets start.
Bold <b>
Bold tag, as the name represent that this tag is used to bold the tag. For example...
<HTML>
<head>
<title> Online World </title>
</head>
<body>
<p><b>This is our First Class of html</b></p>
</body>
</HTML>
Italic <i>
or
under line<u>
<i>tag is used to give the italic form to the text and make a line under the text <U>tag is used. For example...
<html>
<head>
<title> Online World </title>
</head>
<body>
<p><u>
This is our First Class of HTML
</u></p>
</body>
</HTML>
HTML lesson No.3
Tag: latest
No comments: