Write a program in HTML for the following:1) Background colour of the webpage is Yellow. 2)Title of the webpage is My Favourite Book. 3) Write a paragraph about your favourite book.*
Your answer
Answers
Answered by
0
Answer:
Html code:
Source code
<!DOCTYPE html>
<HTML>
<HEAD>
<TITLE>My First Page</TITLE>
</HEAD>
<BODY BGCOLOR="red">
</BODY>
</HTML>
Write above code in any text editor and save by htm or html extension and Open it in any browser by double clicking the file like internet explorer.
Similar questions