DAY 1 HTML-HyperText Markup Language 1.What is HTML? - HTML is the standard markup language for creating Web pages. - HTML describes the structure of a Web page - HTML consists of a series of elements - HTML elements tell the browser how to display the content 2.What is Hyper Text Markup Language? -"Hypertext" refers to links that connect web pages to one another, either within a single website or between websites -"Markup languages" are computer languages that are used to structure, format, or define relationships between different parts of text documents with the help of symbols or tags inserted in the document. These languages are more readable than usual programming languages with strict syntax. 3.HTML Tags -Tags act as commands that tell the browser how to format and display text or media. -They begin with < symbol and end with > symbol. Whatever is written inside < and > are called tags.…