16. Which command should we use to a link a page with an HTML page?
[CBSE 2017]17. Which attribute(s) is/are used to merge rows?
[CBSE 2017]18. What is the correct syntax in HTML for creating a link to an e-mail address?
1. The height attribute specifies the height of an image in the form of an..................or a percentage value.
2. ..................attribute of an image tag controls the vertical space around the image.
3. ..................is an attribute of the < IMG> tag which specifies the location of URL of the image to be displayed.
4. An image to be displayed on a web page has cover 25% of the browser window horizontally and 50% vertically. The attributes..................and..................of the < IMG> tag would be used forachieving this.
5. The..................is used to create in an image.
6. An ..................link allows a link to another section on the same web page.
7. The three values of the VAlign attribute, used with < TD> tag, are .................., .................. and ..................
8. Tables arrange data in .................. and ..................
9. The .................. attribute of the < TABLE> tag is used to set minimum distance between two adjacent cells.
10. The default border size of a table is ..................pixel.
11. The border attribute of a table specifies the..................of the border of a table.
12. The < TD> tag must always be present inside the..................tag.
1. The < IMG> tag is an empty element.
2. The Align attribute can be used to center-align the image horizontaly.
3. The Alt attributes let you specify text as an alternative to image.
4. The Height Attribute of an image can only be specified in the format of a percentage value.
5. The < TITLE> tag is one of the structural tags of HTML documents.
6. The < FOOTER> tag is used to define a set of header rows.
7. The table row begins with a < T Row> tag.
8. The < TH> tag makes the text of the table heading bold.
9. The Href attribute with < A> tag is used to open a link in a new window.
10. We can give different colours to each cell in a table.
11. We can put a border around an image by using cellpadding attribute.
12. No value is specified with alt attribute of < IMG> tag.
13. A table's background colour can be specified using bgcolor attribute.
Learning Computers with Kips