Inline and Block Elements.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>Inline and Block Elements</title>
</head>
<body>
    <strong  style="border: 2px solid red;">This is a paragraph</strong> <p style="border: 2px solid blue;">This is a paragraph</p>
    <a style="border: 2px solid blue;">This is a paragraph</a>
    <span style="border: 2px solid red;">This is a span</span> <span style="border: 2px solid red;">This is a also a span</span>
    
    <div></div>
    

</body>
</html>

Comments

Popular posts from this blog

automation fitness center project synopsis

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

Document.html