Recent Post

Tuesday, 28 April 2026

Ch-3: Lists and Tables in HTML 5

CBSE Class 8 Notes - Chapter 6: Introduction to HTML | Pratap Sanjay Sir
Introduction to HTML

Chapter 6: Introduction to HTML



What is HTML?

  1. HTML stands for Hyper Text Markup Language.
  2. HTML is the standard markup language for creating web pages.
  3. HTML describes the structure of a web page.
  4. HTML consists of a series of elements.
  5. HTML elements tell the browser how to display the content.
  6. HTML elements label pieces of content such as "this is a heading", "this is a paragraph", "this is a link", etc.

A Simple HTML Document:

<!DOCTYPE html>
<html>
  <head>
    <title>Page Title</title>
  </head>
  <body>
    <h1>My First Heading</h1>
    <p>My first paragraph.</p>
  </body>
</html>
    






Introduction

In previous chapters, we learned different HTML tags and attributes used to design web pages. In this chapter, we will learn how to create Lists and Tables. These features make web pages more attractive and professional.

Lists in HTML

Lists are used to arrange items in an organised form. They help to group related information together.

List Item Tag: <li> is used to create list items.

Syntax:

<li> Item Name </li>

Types of Lists in HTML

1. Unordered List

Used when order is not important.

```html
  • Milk
  • Bread
  • Butter

  1. Wake Up
  2. Study
  3. Sleep

HTML
Hyper Text Markup Language

Name Class
Rahul 10th



Thank You



Chapter 6: Introduction to HTML Que. & Ans.
Click here to access all Questions & Answers
Visit Now ⤴
🔔 Subscribe to My Channel

No comments:

"कोशिश करो तो सब कुछ हो सकता है, न करो तो कुछ नहीं हो सकता।"