HTML Document Structure - Class - 3

Class – 03 | HTML Document Structure | HTML Tutorial

An HTML document is structured using a series of HTML elements, which are represented by tags. Here is a basic structure of an HTML document: DOCTYPE The <!DOCTYPE html> declaration is used to specify the version of HTML being used in the document. HTML The <html> element is the root element of an HTML page …

Read more