Write the expansion of the following tags used in HTML:
(a) <OL>
(b) <UL>
(c) <LI>
(d) <DD>
(e) <DT>
(f) <DL>
(g) <TR>
(h) <TH>
(i) <TD> .
Answers
Answered by
42
<UL> :- unordered list
<OL> :- ordered list
<LI> :- listed items
<TH>:- table heading
<TD>:- table data
<TR>:- table row
<DD>: definition description
<DT> : definition term
<DL>: description list
Answered by
9
Some tags of HTML are given in the question in short form. We have to expand these tags used in the HTML by people as directed in the question.
So given below are the expansions of these tags -
a) Ordered List.
b) Unordered List.
c) Listed Items.
d) Definition Description.
e) Definition Term.
f) Description List.
g) Table Row.
h) Table Heading.
i) Table Data.
Similar questions