Write a background color in html?
Answer / Ruchi Mishra
To set the background color in HTML, use the style attribute or CSS class. For example:nn<!-- Using inline style -->n<body style="background-color: #ffffff;">nn<!-- Using external CSS file -->n<body class="whiteBackground">
| Is This Answer Correct ? | 0 Yes | 0 No |
What does a href means and how it works?
What is html5 geolocation? How to use it?
Should nav be inside header?
What is a <dl> tag in html?
Is there any need to change the web browsers to support html5?
Explain Canvas?
How do you know if you have html5?
What do you mean by session storage in HTML5?
What is meta html?
CSS has a lot of special rules that only apply to HTML. Do these also apply to XHTML?
What are the different browsers that support html5?
What is an element in html?