Computer Science, asked by gtoxic30, 1 month ago

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 samriddhasil297
3

Answer:

<html>

<head><title>Positive Thoughts</title></head>

<body><body bgcolor = "Blue">

<font color = "Red">

<h4>Quotes</h4>

</font></body></html>

Answered by sibachetry65
0

< html >

< head > < title > positive thoughts < /title > < /head >

< body > < body bg color="BLUE ">

< font color = " RED">

< h4 > Quotes < /h4 >

< /font > < /body > < /html >

Similar questions