HTML What is HTML? *HTML is a language to create a web page *HTML stands for Hyper Text Markup Language. *Hyper Text: Link between web page. *Markup Language: Text between a tags which defines a structure. *HTML defines how the webpage looks and how to display content with the help of elements. *Save your file by using .html extension. Features of HTML:- * Easy to modify. * Create effective presentation. * We can able to add links, document, video, image making it more attractive. * It is a case insensitive language. HTML Structure:- <html> Defines the root of an HTML document <body> Defines the document's body HTML Tags:- Tags start with < > and ends with </ > * Heading tag: <h1></h1> ...