Computer Applications
Which attribute(s) is/are used to merge rows?
- Rowspan
- Colspan
- Both 1 and 2
- None of these
HTML Advanced Features
1 Like
Answer
Rowspan
Reason — Rowspan attribute is used to merge rows.
Answered By
1 Like
Related Questions
Why is it important to specify width and height attribute in
<IMG>
tag?- To ensure that the image is not copied.
- The image will not render without these.
- To stop the image from loading.
- Helps the browser to load the web page faster.
Which command should we use to link a page with an HTML page?
<A Link= "page.htm"> </a>
<A Href = "page.htm">page</a>
<A Connect= "page.htm"></a>
<A Attach="page.htm" > </a>
What is the correct syntax in HTML for creating a link to an e-mail address?
<A Href = "E-mail.htm">
<A e-mail:to@address>
<A Href="mailto:e-mail_id">
- None of these
The height attribute specifies the height of an image in the form of an …………… or a percentage value.