Some basic tags.
Tags has opening <tagName>
and closing </tagName>
H1
and h1
are same</p>
<br>
can be used.<!--...-->
There are sevaral standard Tags,
Tag | Purpose |
---|---|
<h1>..<h6> |
Heading 1 to 6 |
<h6> |
Heading 6 |
<hr> |
horizontal line |
<p> |
Paragraph |
<pre> |
Pre formatted |
<br> |
line break |
<b> |
bold text |
<i> |
italic text |
<u> |
underline text |
<sub> |
subscript |
<sup> |
superscript |
Open Notepad and save it with .html. After that Open it browser. Keep addind text to the Notepad and refresh your browser by right click or press F5.
Look at the below picture and build an HTML out of it,
We will discuss it in next class.