HTML Basics
Master HTML from basic to advanced concepts with notes, examples, MCQs, quizzes, assignments, and practical projects. Designed for CBSE Class 12 and beginners in web development.
Chapter 1: Introduction to HTML
HTML (HyperText Markup Language) is the standard markup language used to create web pages. It defines the structure and content of a webpage using different elements called HTML tags.
HTML Tags
HTML (HyperText Markup Language) is the standard language used to create the structure of web pages. In HTML, we use tags to tell the browser how different parts of a webpage should be displayed. For example, a heading can be created using the <h1> tag, while a paragraph can be created using the <p> tag. An HTML tag is a special keyword enclosed within angle brackets < >
Introduction to HTML – Structure of a Web Page
Learn the basics of HTML, understand HTML documents, elements, tags, attributes, and create your first web page from scratch.