What are the 12 basic of HTML? March 04, 2023 HTML ( Hypertext Markup Language ) is the standard markup language used for creating web pages. Here are 12 basic elements of HTML: <!DOCTYPE html>: This is the first line of an HTML document, and it declares that the document is an HTML5 docu…