What is HTML ? What is it’s purpose?
Answers
Answer:
HTML HyperText Markup Language is used to create Web pages and tells the browser how to display them. It designs the basic layout and formatting of Web pages. HTML is made up of elements or tags and attributes which work together to identify document parts and tell the browser how to display them.
Explanation:
Top 10 Uses of HTML
Web pages development. HTML is heavily used for creating pages that are displayed on the world wide web. ...
Web document Creation. ...
Internet navigation. ...
Cutting edge feature. ...
Responsive images on web pages. ...
Client-side storage. ...
Offline capabilities usage. ...
Data Entry support with HTML.
Answer:
HyperText Markup Language (HTML) is the basic scripting language used by web browsers to render pages on the world wide web. HyperText allows a user to click a link and be redirected to a new page referenced by that link, it is used to create Web pages and tells the browser how to display them. It designs the basic layout and formatting of Web pages. HTML is made up of elements or tags and attributes which work together to identify document parts and tell the browser how to display them.