CSE :: HTML- CS
-
Which of the following will NOT be found in the <head> section ?
1. <Table> 2. <Metatags> 3.<Title> - If you create an HTML page in word processor.
- Imagelink can show a text label if you add property.
- Which property tells how many rows a cell should span ?
-
Which tag is used to add columns to tables ?
1. <td>
2. <tr>
3. <th>
4. <colspan> -
How can you open a link in a new browser window ?
1. <a href="url" target="_blank"> 2. <a href="url" target="new"> 3. <a href="url" blank>