Computer Applications
Combining two or more cells either column-wise or row-wise in a table is called …………… .
- Merging
- Spanning
- Combining
- None of these
HTML Advanced Features
1 Like
Answer
Spanning
Reason — Combining two or more cells either column-wise or row-wise in a table is called Spanning.
Answered By
3 Likes
Related Questions
Which is the correct code to merge four columns in a table?
<TD COLSPAN = 4>
<TD COLUMN SPAN= 4>
<COLSPAN = 4>
<TD SPAN = 4>
Which of the following is not the attribute of
<A>
tag?- NAME
- TITLE
- HREF
- SRC
The two common attributes of the
<IMG>
and the<TABLE>
tags are …………… .- SRC and HEIGHT
- HEIGHT and WIDTH
- BORDER and SRC
- They do not have any common attributes
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.