Html headings

Course Content

3. HTML Headings | HTML Tutorial In Hindi/Urdu #3

Code HTMLHEADINGS.html as described/written in the video



                                    
<!DOCTYPE html>
<html lang="en-US">
<head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <title>html headings</title>
</head>
<body>
<h1 style="font-size:50px;">heading</h1>
    <h2>heading</h2>  <p>this is a <b>paragraph</b></p>
    <h3>heading</h3> <h4>heading</h4><h5>heading</h5>
   
    
    <h6 style="font-size:50px;">heading</h6>

</body>
</html>


                                    

Comments(1)

aaqil 1 month, 3 weeks ago
thanks for giving this free course

Resources

No downloadable resources for this video. If you think you need anything, please post it in the QnA!

    Course Announcements

    Any Course related announcements will be posted here