Computer Science, asked by Aanya599, 1 year ago

Write HTML coding.

Consider the following points while generating the web pages :

•Title of the page is "The Computer World".
•Background color of the page is "Light Yellow".
•Active link color is Green and Visiting link color is Red.
•All font face in the page is Verdana but heading is in Arial and Black.
•Image is from the file:
-"Computer.jpg"
•Use horizontal rule wherever required.
•Use Ordered and Unordered lists whenever required.​

Attachments:

dev10179: hi

Answers

Answered by Anonymous
22

<!DOCTYPE html>

<!-- Code written by Mahnaz -->

<html>

   <head>

      <title>The Computer World</title>

   </head>

   <body bgcolor="lightyellow" vlink="red" alink="green">

     <font face="Verdana">

     <center>

     <h1><font color="black" face="Arial">The Computer World</font></h1>

     <br>

     <h4><font color="black" face="Arial">Types of Computers</font></h4>

     </center>

     <img src="https://www.picpng.com/images/large/computer-desktop-pc-images-png-37564" width="400" height="207">

     <!-- OR <img src="computer.jpeg"-->

     <hr>

     <u>

     <ol>

       <li> Super Computers </li>

       <li> Main Computers </li>

       <li> Mini Computers </li>

       <li> Micro Computers </li>

     <ul type="circle">

       <li> Desktops </li>

       <li> Laptops </li>

       <li> PDAs </li>

     </ul>

     </ol>

     </u>

     <hr>

     <b>For further reference visit <a href="ht~tps://en.wikipedia.o~rg/wiki/Classes_of_computers" target="_blank">www.wikipedia.o~rg</a></b>

     <br>

     </font>

   </body>

</html>

*[Important Note : Brainly doesn't accept links and so i gave tilde symbol (~) between the links in above code, kindly remove tilde symbol (~) from links when you write the above code in code IDE or in your notebook. (See image for reference)]*

Attachments:

Aanya599: Thnx
Answered by vinaypatil6012
2

Answer:

hii anya how are you please make me brainlist

Similar questions