Hyper Text Markup Language || Revision Notes 10th || By Pratap Sanjay Sir

Hyper Text Markup Language Revision Notes 10th

Notification of Exam 2024:-

Introduction to Web Page Designing Using HTML

Creating and Saving an HTML Document

Instructions on creating and saving an HTML document.

Accessing a Web Page Using a Web Browser

Steps to access a web page through a web browser.

HTML Tags

<html> <head> <title> <body>

Attributes

  • text
  • background
  • bgcolor
  • link
  • vlink
  • alink
<br> (Break) <hr> (Horizontal Rule)

Inserting Comments

Guidance on inserting comments in HTML code.

Headings

<h1> to <h6>

Paragraph

<p>

Bold

<b>

Italics

<i>

Underline

<u>

Unordered List

<ul>

Ordered List

<ol>

List Item

<li>

Description Lists

<dl>, <dt>, and <dd>

Attributes of Ordered List

  • start
  • type

Attributes of Unordered List

  • type

Font Tags

Font Tags Overview

An overview of HTML font tags.

Attributes

  • face
  • size
  • color

Inserting Images

Image Tag Overview

<img>

Attributes

  • src
  • width
  • height
  • alt

Superscript

<sup>

Subscript

<sub>

HTML Forms

Textbox

Using textboxes in HTML forms.

Radio Buttons

Implementing radio buttons in HTML forms.

Checkbox

Integration of checkboxes in HTML forms.

Password Input

Creating password input fields in HTML forms.

List

Working with lists in HTML forms.

Combobox

Utilizing comboboxes in HTML forms.

Embedding Audio and Video

Embedding Audio

How to embed audio in an HTML page.

Embedding Video

Guidance on embedding video in an HTML page.

Creating Tables

Table Tag

<table>

Table Row

<tr>

Table Header

<th>

Table Data

<td>

Attributes

  • rowspan
  • colspan

Links

Significance of Linking

Understanding the importance of linking in web development.

Anchor Element Overview

<a>

Attributes

  • href
  • mailto

Targeting Links

Specifying target attributes for links.

Cascading Style Sheets (CSS)

Overview of CSS

An introduction to Cascading Style Sheets.

Styling Elements

  • Color
  • Background-Color
  • Border-Style
  • Margin
  • Height
  • Width
  • Outline
  • Font:
    • Family
    • Style
    • Size
  • Align
  • Float






Download PDF