Wednesday, April 17, 2019

Webpage with colours





1. Explain about the HTML code above.

bgcolor - used to set a background color for an HTML page or some elements in the page, such as <tr> and <td> table elements. It was most often used to set the background of an entire page by using the attribute in the <body> element

2. Change the given HTML code by using an ordered list tags.




3. List 10 colours HEX value in HTML code.

indianred - #CD5C5C
red - #FF0000
pink - #FFC0CB
orange - #FFA500
gold - #FFD700
purple - #800080
green - #008000
aqua - #00FFFF
skyblue - #87CEEB
white - #FFFFFF

4. Provide a HTML code for definition lists.




No comments:

Post a Comment

CSS Two-Column Page Layout

CSS Two-Column Page Layout HTML <!DOCTYPE html> <html lang="en"> <head>     <title>Lighthouse Island ...