Computer Science, asked by simmi6426, 11 months ago

Plzz do it.. It is the question of computer application. ​

Attachments:

Answers

Answered by Brainlyshchay
1

Code:

<html>

<head>

 <title>Add your title here !</title>

 <style>

 #ig {

background-color: #18FFFF;

 background-size: 100px 100px;

}

a:link {

color: red;

 text-decoration: none;

}

a:visited {

 color: green;

 text-decoration: none;

}

a:active {

color: black;

 text-decoration: none;

}

   

   fieldset {

     background-color: Grey;

   }

   

   body {

     font-family: Arial;

   }

 </style>

</head>

<body>

 <h1>The active link style will not work until you create those respective HTML pages !</h1>

<fieldset>

 <h4><u>Indian Library</u></h4>

 <img src="library.jpg" align="right" alt="image">

 </div>

 <h4>Membership Offer:</h4>

 <ul>

   <li>Students</li>

   <ol>

     <li><a href="literature.html">Literature</a></li>

     <li><a href="journal.html">Journal</a></li>

   </ol>

 </ul>

 <ul>

   <li>Other</li>

   <ol>

     <li><a href="novel.html">Novel</a></li>

     <li><a href="story.html">Story</a></li>

   </ol>

 </ul>

 <br>

 

 

</fieldset>

</body>

</html>

Hope this helps ya :)

No SPAMMING ❕❗........

Similar questions