Page 151 - Trackpad_ipro 4.1_Class7
P. 151
2. Arnav created a page webpage using HTML. He added an image in it. Some portions of the
coding are not working. Can you help him to rectify the error in the code to make the code
work properly?
<HTML>
<HEAD> <TITLE> Inserting Image </TITLE>
</HEAD>
<BODY>
<B> Inserting image on the web page </B>
<IMG SRC="Shaheed_Diwas.jpg"
BREADTH="50%"
HEIGHT="50%"
ALIGNMENT="right"
BORDER="2">
</BODY>
</HTML>
Crack The Code #Experiential Learning
#Digital Literacy
Solve the crossword on the basis of the following clues:
Across
1. Attribute used to specify URL of the image to be inserted on a web page
2. Attribute used to set the colour of an active link
4. HTML tag used to insert an image
5. Attribute used to set the colour of a visited link
More on HTML 149

