Computer Science, asked by Anonymous, 7 months ago

html coding help plzzzzz.... ​

Attachments:

Answers

Answered by srajfaroquee
5

Note: Replace "Write text here" with the respective text given in the question.

html code:

<html>

   <head >  

       <title> Success Secrets </title>

       <style type="text/css" >

           #Head{

               font-size:7em;

               font-family: cooper black ;

               color: green;

           }

           .heading {

               font-size:5em;  

               font-family: HomewardBound;  

               color:blue;

           }

           .Subheading{

               font-size:4em;  

               font-family:Lucida Handwriting ;  

               color:white;

           }

           #Wish {

               font-size:4em;  

               font-family: Cooper black;  

               color:green;

           }

           #kips {

               font-size:5em;  

               font-family: HomewardBound;  

               color:red;

           }

       </style>

   </head>

   <body bgcolor="orange" align= "center">

      <p id="Head">SUCCESS</p>

      <p class="heading"> Plan </p>

           <p class="Subheading"> Write text here </p>

      <p class="heading"> LISTEN </p>

           <p class="Subheading"> Write text here </p>

      <p class="heading"> STUDY </p>

           <p class="Subheading"> Write text here </p>

      <p class="heading"> PREPARE</p>

           <p class="Subheading"> Write text here </p>

     <p class="heading"> ACT</p>

           <p class="Subheading"> Write text here </p>  

           <p id="Wish"> With Best Wishes  </p>

           <p id="kips"> KIPS TEAM </p>

   </body>

</html>

**Please mark this answer Brainliest answer!

Similar questions