HTML Sheet 1
HTML Sheet 1
1
1. What does HTML stand for?
Mozilla
Microsoft
<heading>
<head>
<h6>
<h1>
<lb />
<break />
<br />
<body background="yellow">
<body style="background-color:yellow">
<background>yellow</background>
<b>
<italic>
<i>
<a name="http://www.w3schools.com">W3Schools.com</a>
<a url="http://www.w3schools.com">W3Schools.com</a>
<a>http://www.w3schools.com</a>
<a href="http://www.w3schools.com">W3Schools</a>
<mail href="xxx@yyy">
<mail>xxx@yyy</mail>
<a href="mailto:xxx@yyy">
<a href="xxx@yyy">
<table><head><tfoot>
<table><tr><td>
<table><tr><tt>
12. Choose the correct HTML to left-align the content inside a table cell
<td align="left">
<td leftalign>
<td valign="left">
<tdleft>
13. How can you make a list that lists the items with numbers?
<list>
<ul>
<dl>
<ol>
14. How can you make a list that lists the items with bullets?
<list>
<ol>
<dl>
<ul>
<checkbox>
<check>
<textfield>
<select>
<list>
<textarea>
<img alt="MyImage">image.gif</img>
<background img="background.gif">
<body background="background.gif">