Now let us get started with HTML in detail

Let us get familiar to HTML Document before we go to our main topics to be discussed.


All HTML document must start with a document type declaration :<html>

Html document itself must begin with <html> tag  and ends with </html> tag

The body part of the HTML document is within <body> tag.


Example 



In this example we could see some blank space in body part so you might be wondering why space between body tag. so don't worry we will go through it in detail.














Comments