The Skeleton of The Page
The Skeleton of The Page
<> (tags, always come in pairs an opeing tag and a closing tag.)
<title> </title> (the title what we see in the browser's title bar on page/tab)
<body> </body> [(where we put our content such as text,images and links)(the
body goes inside <html> after <head>)]
<ul>
<li> </li>
[unordered list]
</ul>
[a list withing a list both together]
<ol>
<li> </li>
[ordered list]
</ol>