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
8
1) "First Page"
2) Size, Color, Face (of Font)
3) "This is my first webpage" will be displayed in White Colour on Red Background (in the browser window)
Please Thank Me
And Mark this as Brainliest
Answered by
2
Answer:
1. First Page
2.size 10, color green, face arial
3. This is my first webpage
Similar questions