Computer Science, asked by dpdpparas, 7 months ago

Consider the Following Html code given below:
<Html>
<Head>
<Title>My first webpage<Title>
</head>
<body bg color="red">
<Hi> look at the image </hi><Br>
<IMG src ÷"D:\ images.jpg"alt="Rose flower>
</body></html>
Answer the following question:
1. what will be displayed in the title bar of the browser?
2.What will be the alternate text if the image linked in the web page will not open ?
3.Name the attribute of <IMG> tag which are being used in the above given code.
4.Name the tag that are used in the above code.
5.what will be the color of background. ​

Answers

Answered by htmllearner
1

Answer:

1.My first webpage

2.Alt attribute

3.src attribute

4.(Html, Head, Title, Body, H1, Image, Br) tags

5.Red colour

Similar questions