HTML - HyperTextMarkUp Language
Is a language used to crate web pages, which are viewed on the browser. Tags defines how your webpage must be formated. In which we have an open and close tag in each an every element we want to use.
Attributes/Values defines a property for an element and it appears within the elements start tag, used to provide additional information about html elements.
<!DOCTYPE> Declaration defines the document type.
Defines an htlm document. Defines information about the document.