a) Name the tag and attributes
- To sets the left /right margin of the web page.
Ans : <BODY LEFTMARGIN=5>
- To sets the top/bottom margin of the web page.
Ans : <BODY TOPMARGIN=5>
- Specsifies the vertical placement of the text in the cells.
Ans : <TD VALIGN=BOTTOM>
- Specifies that multiple items can be selected in the scrolling list box by holding down the control key .
Ans : <SELECT MULTIPLE>
b) Write a note on the different types of lists available in HTML.
Ans: Three lists are available in HTML.
- OL - it has start and type two attributes.
- UL – it has type attributes.
- DL- it has DT and DD sub tags.
c) Write a note on the usage and different attributes available for the< FRAME> and <FRAMESET > tags.
Ans. <FRAMESET> - rows,cols,bordere,bordercolor,frameborder
<FRAME> - src,name,bordercolor,frameborder,marginheight,marginwidth,scrolling,noresize