Computer Science, asked by abdulmabood8020, 6 hours ago

Write three HTML program to add link background colour and size

Answers

Answered by harshrai31dec2010
0

Answer:

To set the background color in HTML, use the style attribute. The style attribute specifies an inline style for an element. The attribute is used with the HTML <body> tag, with the CSS property background-color. HTML5 do not support the <body> tag bgcolor attribute, so the CSS style is used to add background colour

Similar questions