identify which of the following is a tag or an attribute a) ul. b) size c) center d). br
Answers
Answered by
0
A) ul - tag
B) size - attribute
C) center - tag
D) br - tag
B) size - attribute
C) center - tag
D) br - tag
Answered by
0
The ul, center, br are tags and size is an attribute.
Explanation:
The <ul> tag in HTML is used for "specifying an unordered table list". This tag <ul> is used to create bulleted lists.
The <center> tag e HTML is used to align the text content with the middle of the web page.
The HTML <br> tag element is used to produce a line break in the text.
The HTML SIZE attribute is used to indicate the initial width of the input field.
Similar questions