Ques. Consider the following HTML code given below.
<html><head>
<title> My First Webpage </title>
<body bgcolor= ”red”>
<h> Look at the image </h><br>
<imgsrc = “D:\ images.jpg” alt = “Rose Flower”>
</body></html>
a) What will be displayed in the title bar of the browser?
b) What will be the alternate text if the image linked in this web page will not open?
c) Name the attributes of <img> tag which are being used in the above given code.
Answers
Answered by
0
Answer:
a) My first webpage
b) Rose flower
c) src and alt are the attributes
Similar questions