Three parts of HTML document
HTML document has three parts. These are DOCTYPE, HEAD and BODY. I already explained what DOCTYPE is.
HEAD part of the HTML document will have information that is not visible in the content of the document. This information includes title of the page, links to external resources such as CSS files to be used, metadata about this document such as authors, description, keywords.
BODY part is a content of HTML documents that is visible by visitors of that web page.
Comments
Post a Comment