Category

Sunday, January 13, 2019

HTML Class 3 #.




HTML Class 3 #.

Asslam o Alaikum
dear Friends. A complete course with short and easy classes. so let's start your HTML Class.

HTML Class 3 #.
In This class i tell you how to change color of your text in a page .


CODE

<!DOCTYPE html>
 <html>
 <head>
 <title>Untitled</title>
 <meta charset="UTF-8"/>
 <link rel="stylesheet" href="" type="text/css"/>
 </head>
 <body>
  <font color="red">This text color i set Red<font>
<font color="green">This text color i set Green<font>
<font color="blue">This text color i set Blur<font>
 </body>
 </html>

OUTPUT


This text color i set Red
This text color i set Green
This text color i set Blur

No comments:

Post a Comment