Computer Science, asked by kumud127, 9 months ago

Examples of Font tag.​

Answers

Answered by subhasmita3124
3

Answer:

I hope it will help you....... please mark as brainliest answer.........

Attachments:
Answered by anastasiadorlan667
2

Answer:

A sample program:

<html>

 <head>

   <title>Title of the document</title>

 </head>

 <body>

   <p>

     <font size="2" color="#1c87c9">Blue text</font>

   </p>

   <p>

     <font size="3" color="red">Red text, font size increased.</font>  

   </p>

   <p>

     <font face="arial" color="#8ebf42">Green text, typeface changed.</font>

   </p>

 </body>

</html>

*File's attached!

Attachments:
Similar questions