Heading Paragraphs and headings.html

 <!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>Heading Paragraphs and headings</title>
</head>
<body>
    <h1>Shruti</h1> 
    <h2>Shruti</h2> 
    <h4>Shruti</h3> 
    <h5>Shruti</h5>
    <h6>Shruti</h6> 
    <!-- Lorem23  dummy text with 23 words -->
    <p>Lorem ipsum dolor sit, amet consectetur adipisicing elit. Aliquam fuga, quo repudiandae numquam id vel! Laboriosam, facere placeat. Totam <strong>This is strong</strong> voluptatem saepe! Deserunt at voluptate doloribus, tenetur<em>This is emphasized</em> voluptatibus atque. Iure ipsa autem harum repudiandae iste est ex qui corrupti commodi quae, et reprehenderit laudantium.</p>   
    <p>First<br> This is a new line</p>
    <p>Second</p>
    <p>Third</p>
    <p>Fourth</p>
    <p>This is a pragraph</p>
    <!-- ctrl+enter to jump a new line -->

</body>
</html>

Comments

Popular posts from this blog

automation fitness center project synopsis

CSS : Position, absolute, relative ,fixed and sticky(tut25).html

Document.html