Hypertext markup language
<body bgcolor = '#ff0000'>
Berners Lee
<body background = "backpic.gif">
<html> ... </html>
<h1> to <h6>
<h1>
Both of the above
starting a new paragraph
<br>
<i>
<sup>
Alt
<font face = "font name"> ... </font>
name
<hr>
<a href="c:\picture1"> Picture 1 </a>
<img src = "C:\Folder\ganesh.jpg">
<a href="url" target="_blank">
<ol type = "1">
None of the above
Display the bulleted list
<marquee> ... </marquee>
Cellpadding
<table> <tr> <td>
TS
colspan
<frame name="a" src="text.html">
<iframe src="iframe.htm" width="200" height="200"> </iframe>
block level element
To collect user's input
<input type="checkbox">
<input type="text">
<select>
<textarea>
©