Category

Wednesday, January 2, 2019

HTML Class 13 #.


HTML Class 13 #.

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

HTML Class 13 #.

In This class i tell you how to change Background color in a page .

Background color mean your web page whole color . this tag is used as in HTML <body bgcolor="red">

Example:

Code :



<!DOCTYPE html>
 <html>
 <head>
 <title>wasim teach</title>
 <meta charset="UTF-8"/>
 <link rel="stylesheet" href="" type="text/css"/>
 </head>
 <body bgcolor="yellow">

 bgcolor="color"  in body tag change the body color.

 </body>
 </html>


OUTPUT


   bgcolor="color"  in body tag change the body color












Thanks For reading :

Meet you in next Class.

Comment me if you have any trouble or question .

No comments:

Post a Comment