Consider the HTML code given below:
<html>
<head>
<title> First Page </title>
</head>
<body bgcolor="red"text="white">
<font size="10" color="green" face="arial">
This is my first webpage.
</font></body></html>
Now, answer the following questions:
1) What will be displayed in the title bar of the browser?
2) Name the attributes of font tag used in the given code.
3) What will be displayed in the browser window and in which color?
Answers
Answered by
0
Answer:
1) it will be displayed "First page" in the title bar of the browser.
2) the attributes of font tag are size, color, face.
3) it will show in the red color.
Similar questions