give me a proper coding for the following
1) Title of the web page should be "Positive Thoughts"
2) The background colour of the page should be 'Blue'.
3) The text colour should be 'Red'.
4) The heading' Quotes' should be a level 4 heading.
Answers
Answered by
3
Answer:
<html>
<head><title>Positive Thoughts</title></head>
<body><body bgcolor = "Blue">
<font color = "Red">
<h4>Quotes</h4>
</font></body></html>
Answered by
0
< html >
< head > < title > positive thoughts < /title > < /head >
< body > < body bg color="BLUE ">
< font color = " RED">
< h4 > Quotes < /h4 >
< /font > < /body > < /html >
Similar questions