Thursday 27 May 2021

Developer Tools

 

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <title>Developer Tools</title>
    <link rel="stylesheet" href="tut16.css">
</head>
<body>
    <h1>Developer Tools</h1>
    <p class="bgyellow">This is my frist ever para in chrome</p>
    

    
</body>
</html>

No comments:

Python if / else

 Python if / else a1 = int ( input (" Enter the number: \n ")) a2 = int ( input (" Enter the number: \n ")) a3 = int ( i...