web development tutorial #5 for visually impaired people. taking a look at headings and paragraph source code

hi i am sharing you the source code of web development tutorial for blind #5


access the video from here  


contact me on telegram to join channel for other resources.


join via this link


<!DOCTYPE html>

<html lang="en">

<head>

    <meta charset="UTF-8">

    <meta http-equiv="X-UA-Compatible" content="IE=edge">

    <meta name="viewport" content="width=device-width, initial-scale=1.0">

    <title>overview of headings and paragraph</title>

</head>

<body>

    <h1>this is heading 1</h1>

    <h2>this is heading 2</h2>

    <h3>this is heading 3</h3>

    <h4>this is heading 4</h4>

    <h5>this is heading 5</h5>

    <h6>this is heading 6</h6>

    <p>this is a paragraph</p>

    <p>Lorem ipsum dolor sit amet consectetur adipisicing elit. Qui aliquid iure in cupiditate? Voluptatem aperiam qui tempora neque deserunt nam dolor. Esse.</p>

    <p>

        this <br>

        is <br>

        a <br>

        paragraph <br>


    </p>


    <hr>

    <pre>this

        is 

        a 

        preformated 

        text 


    </pre>



    <!-- this is html -->

</body>

</html>

Comments

Popular posts from this blog

forms in html source code

meta tags source code