Computer Applications
What is the correct HTML for adding a background color ?
<body background="yellow">
<background>yellow</background>
<body style="background-coloris:white">
<body bgcolor="white">
HTML Intro
4 Likes
Answer
<body bgcolor="white">
Reason — bgcolor attribute of <BODY>
tag sets the background colour of the HTML document.
Answered By
1 Like
Related Questions
To start a list at the count of 3, use which ?
<ol start="3">
<ol begin="3">
<ol list="5">
Which of the following is the correct way to create a list using the lowercase letters ?
<ol alpha = a">
<ol type = "a">
<ol letter = "a">
- None of the above
To create a bulleted list use ?
<il>
<ul>
<ol>
When making bulleted lists you have what options ?
- disc, circle, square
- triangle, square, circle
- square, disc, polygon