Match List – I with List-II: \(\begin{array}{llll} &\textbf{List I} &&…
2019
Match List – I with List-II:
\(\begin{array}{llll} &\textbf{List I} && \textbf{List II} \\ \text{(a)} & \text{Frame attribute} & \text{(i)} & \text{to create link in HTML} \\ \text{(b)}& \text{<tr> tag} & \text{(ii)} & \text{for vertical alignment of content in cell} \\ \text{(c)} & \text{Valign attribute} & \text{(iii)}& \text{to enclose each row in table} \\ \text{(d)} & \text{<a> tag} & \text{(iv)}& \text{to specify the side of the table} \\ &&& \text{frame that display border} \\ \end{array}\)
Choose the correct option from those given below:
Answer: C. \((a)-(iv) , (b)-(iii), (c)-(ii), (d)-(i) \) — Correct matching and brief explanations: Frame attribute → to specify the side of the table frame that displays the border. <tr> tag → to enclose each row in…
- A.
\((a)-(i) , (b)-(ii), (c)-(iii), (d)-(iv) \) - B.
\((a)-(ii) , (b)-(i), (c)-(iii), (d)-(iv) \) - C.
\((a)-(iv) , (b)-(iii), (c)-(ii), (d)-(i) \) - D.
\((a)-(iii) , (b)-(iv), (c)-(ii), (d)-(i)\)
Attempted by 68 students.
Show answer & explanation
Correct answer: C
Correct matching and brief explanations:
Frame attribute → to specify the side of the table frame that displays the border.
<tr> tag → to enclose each row in a table.
Valign attribute → for vertical alignment of content in a cell.
<a> tag → to create a hyperlink in HTML.
Therefore the correct matching is: frame → specify table frame sides; <tr> → enclose each row; valign → vertical alignment in cells; <a> → create link.
Note: The valign attribute is deprecated in HTML5; use CSS (vertical-align) for modern layouts.
A video solution is available for this question — log in and enroll to watch it.