2.
Consider the following HTML code.
<H2> <B> <U> My school is the best </U> </B></H2>
Describe the manner in which the text would be displayed in the browser window.
Answers
Answered by
6
Explanation:
ANSWER:-
The format in which it will be visible is :-
My School is the best.
This is the required format.
Other necessary Components:-
- In html, the code starts with <html> . This also is written as !doctype html .
- In html, we can additionally add css components also.
- <b> is used to bold emphasis the word.
- u is used for underlining the text.
- Also, there are y types of headings . H1 ---- H6.
- There are 2 types of tags:
- Container Tags
- Empty tags.
- These 2 tabs determine whether an element needs to be closed in <></> or not.
- OL is used for ordered list.
- UL is for bullets.
- LI is for list items in it.
Similar questions