Saturday, September 18, 2021

how to set background color in webpage.वेब पेज में बैकग्राऊँड का रंग कैसे बदले

 <bgcolor ="color name"> या  <bgcolor="anyletter,alfabet>

इस Tag का उपयोग कर आप वेब पेज का बैकग्राउंड का रंग बदल सकते हो बस bgcolor tag  को आप को बॉडी Tag में लिखना है |

eg.

<html> 

           <titel>how to set background color in webpage</title>
             <body bgcolor="abcde">
            </body>
            </html> 

after write this code Save the file and run it on browser. 


 this is output of this program

No comments:

Post a Comment