What to do in this HTML question?
Answers
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.
Explanation:
THIS IS RIGHT ANSWER OF YOUR QUESTION
SO PLEASE PLEASE I REQUEST YOU PLEASE MARK ME BRAINLIEST ANSWER
Answer:
1) What is HTML?
HTML stands for Hyper Text Markup Language. It is a language of World Wide Web. It is a standard text formatting language which is used to create and display pages on the Web. It makes the text more interactive and dynamic. It can turn text into images, tables, links.
2) What are Tags?
HTML tags are composed of three things: an opening tag, content and ending tag. Some tags are unclosed tags.
HTML documents contain two things:
content, and
tags
When a web browser reads an HTML document, the browser reads it from top to bottom and left to right. HTML tags are used to create HTML documents and render their properties. Each HTML tags have different properties.