Give the tag and attributes of HTML for the following instructions. [4]
i.Give the heading ‘My Best Article’ in the center of the page.
ii.To align the text as the superscript of the text.
iii. To specify green as the colour of the paragraph.
iv .To describe the webpage as the HTML document.
Answers
Answered by
0
Answer:
i) <H1> tag with align attribute <H1 align="center"> text </H1>
ii) <SUP> tag text <SUP> superscript text </SUP>
iii) <FONT> tag with color attribute <FONT color="green">
iv) <HTML> tag
Similar questions