HTML, or HyperText Markup Language , is the basic language used to create web pages. It is a simple language that uses special codes called tags to structure content on a webpage, such as text, images, links, and more. Here are questions for practice with answers from the chapter of Introduction to HTML for students of Class 6 of CBSE Board. Introduction to HTML for Class 6 CBSE | JK Online Classes Introduction to HTML - Structure of Web Pages : HTML provides the structure of a webpage, much like a skeleton for a body. It tells the browser how to display the different parts of a webpage. - Tags and Elements : HTML uses tags, such as <p> for paragraphs or <h1> for headings, to organize and format content. Tags are written within angle brackets < >. - Basic HTML Document : Every HTML document has a standard structure: - <html> : The root tag that starts and ends the HTML document. - <head> : Contains information about the webpage, like...
Comments
Post a Comment