Computer Applications
Which property tells how many rows a cell should span ?
- colspan = n
- Both rowspan = n and colspan = n
- rowspan = n
Related Questions
Which of these tags are all
<table>
tags ?<thead><body><tr>
<table><tr><td>
<table><head><tfoot>
<table><tr><tt>
Settings for columns(
<td>
tag) have higher priority than settings for rows(<tr>
tag).- Sometimes true, sometimes not
- True
- False
What is required to create a reference to a remote site that is different from creating a local link ?
- The remote attribute
- A link title
- The Web address of the remote site
- An extra
<a>
tag
Which one of the following is the list type that will create a bulleted list ?
- unordered
- option
- decorated
- ordered