Computer Applications
Which one of the following is the list type that will create a bulleted list ?
- unordered
- option
- decorated
- ordered
HTML Advanced Features
2 Likes
Answer
unordered
Reason — An unordered list type will create a bulleted list.
Answered By
3 Likes
Related Questions
Which property tells how many rows a cell should span ?
- colspan = n
- Both rowspan = n and colspan = n
- rowspan = n
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
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.
Which one of the following HTML tags is surrounded by
<a></a>
container tags to create an image link ?<img>
<ul>
<br>
<pic>