Computer Science, asked by pramodsinghfd, 4 months ago

the main contents of a web page are marked by which tags​

Answers

Answered by jaijagat10jul2010
4

Answer:

Then, our entire web page needs to be wrapped in <html> tags. The actual <html> text is called an “opening tag”, while </html> is called a “closing tag”. Everything inside of these tags are considered part of the <html> “element”, which is this ethereal thing that gets created when a web browser parses your HTML tags.

Similar questions