(p,hr,br) tags

Course Content

4. HTML <p>,<hr>,<br> tags | HTML Tutorial In Hindi/Urdu #4

Code htmlparagraph.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 paragraph</title>
</head>
<body>
<h1>paragraph</h1>
    <p>this is <br>paragraph one</p>     
    <hr>
    <h1>paragraph</h1>
    <p>this is paragraph two</p>
    <hr>
    <h1>paragraph</h1>
    <p>this is paragraph three</p>     
    <hr>
    <h1>paragraph</h1>
    <p>this is paragraph four</p>

</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