Thursday, June 1, 2017

Define HTML documents

1.  All HTML documents must start with a document type declaration: <!DOCTYPE html>.

2.  The HTML document itself begins with <html> and ends with </html>.
3.  The visible part of the HTML document is between <body> and </body>