HTML PROGRAMS 18/7/2023 CLASS X

Program 01. Basic structure of html

 https://youtu.be/4EB6SfBBnbs


<html>

<head>

<title> my first webpage </title>

</head>

<body>

Honesty is the best policy.

Honesty is the best policy.

Honesty is the best policy.

Honesty is the best policy.

</body>

</html>


prog 2    Headings in HTML

https://youtu.be/QCKT7jeAvjg


<html>

<head>

<title> my first webpage </title>

</head>

<body>

<H1> Honesty is the best policy. </H1>

<H2> Honesty is the best policy. </H2>

 <H5> Honesty is the best policy. </H5>

<H6> Honesty is the best policy. </H6>

</body>

</html>


Prog 3. Attributes of body tag

https://youtu.be/RBgFGg7NXUU


Prog 4. 


https://youtu.be/VCZNwOb_6RA





Comments

Popular posts from this blog

Internet chap 1

CLASS IX 9 FEB 2023

Computer Applications Class IX Types of Software (Chap 3)