Computer Applications
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
Related Questions
Settings for columns(
<td>
tag) have higher priority than settings for rows(<tr>
tag).- Sometimes true, sometimes not
- True
- False
Which property tells how many rows a cell should span ?
- colspan = n
- Both rowspan = n and colspan = n
- rowspan = n
Which one of the following is the list type that will create a bulleted list ?
- unordered
- option
- decorated
- ordered
Why is it important to specify an image width and height in an
<img>
tag ?- It ensures that a user will not be able to copy the image to their computer.
- The image will not render if these attributes are left out.
- These attributes constrain the image's proportions.
- Specifying these dimensions helps a browser render pages faster.