Developer Tools.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>Developer Tools</title>
    <style>
        p{
            colorpurple;
            font-styleitalic;
            background-colorrosybrown;
        }
        .bgPrimary
        {
            background-colorsandybrown;
        }
    </style>
</head>
<body>
    <h4>Developers Tools Tutorial</h4>
    <p class="bgPriary">This is a tutorial for Crome Developers Tools</p>
</body>
</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>Developer Tools</title>
    <style>
        p{
            colorpurple;
            font-styleitalic;
            background-colorrosybrown;
        }
        .bgPrimary
        {
            background-colorsandybrown;
        }
    </style>
</head>
<body>
    <h4>Developers Tools Tutorial</h4>
    <p class="bgPriary">This is a tutorial for Crome Developers Tools</p>
</body>
</html>

Comments

Popular posts from this blog

automation fitness center project synopsis

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

Document.html