Computer Science, asked by tc28032010, 1 month ago

ANSWER THE FOLLOWING
1. give an example of a web browser used to view a website?
2. what are empty tags?
3. mention 3 ways in which CSS styles can be included in an HTML document?

Answers

Answered by dev534332
1

ans :-

1. Chrome

2.Elements with no closing tag are known as an empty tag. For eg: <br>, <link>, <img>, <hr>, <meta>, <source> etc.

3.There are three ways to apply CSS to HTML: Inline, internal, and external.

Similar questions