Computer Science, asked by super123457, 1 month ago

why do you use HTML? Also discuss various HTML element

Answers

Answered by Divya222011091
0

Answer:

This will help you please mark as Brainliest

Explanation:

Attachments:
Answered by jatinkhurana9
2

Answer:

HTML(Hyper Text Markup Language) is a mark up language which is used to design the web pages. Browser understand this language and render the web page.

There are big list of tags or elements in HTML language. I will list down important ones here:

Elements in HTML Language:

<html></html> defines whole html document

<body> </body> defines body of html document

<head></head> defines head section of html document

<ul></ul> unordered list

etc.

Similar questions