Computer Science, asked by shashankawasthi515, 9 months ago

3. Write the HTML program to display the given output?This is a HeaderThis is a Medium HeaderThis is a new paragraph!This is a new paragraph!This is asentence without a partner​

Answers

Answered by Brainlyshchay
1

Ok buddy check the code given below :

Hope this helps you ............

<!doctype html>

<html>

 <head>

   <title>

     Brainly Answer | nishchay

   </title>

   <style>

   body {

   background-color: #18FFFF;

     font-family: Raleway, sans-serif;

   }

     faded{

       color: #757575;

     }

   </style>

 </head>

 <body align="center">

   <h1>This is a Header !</h1><hr>

   <h2> This is a medium header !</h2><br>

   <p>This is a new paragraph</p><br>

   This is a sentence without a partner!

   <br><br>

   <br><br>

   <br><br>

   <br><br>

   <faded>Created by Brainlyshchay | nishchay</faded>

 </body>

 <footer>

   

 </footer>

</html>

Attachments:
Similar questions