HTML (Hypertext Markup Language) is a standard markup language used for creating web pages on a web server. HTML describes the structure of a Web page, and it is required for the development of any web application, website, or other application.
Let's talk about top top-most asked Interview Questions for freshers and experienced.
HTML stands for Hypertext Markup Language.
HTML is the language of the World Wide Web and is used to create a website.
HTML defines the structure of the webpage using markup.
Tags represent the elements in HTML.
HTML documents are made up of two things: Tags and content
Contents are placed between HTML tags to format them.
HTML tags come in pairs.
The first tag in a pair is the start tag (or opening tag), and the last tag in a pair is the last tag (or closing tab).
Yes. Some tags do not come in pairs. Examples include tag and tag
HTML uses elements like ,, to format text.
Formatting is used to display different styles of text.
- This is Bold text
- This is italic text
This is emphasized text
- This is marked text
- This is an important text
This is deleted text
This is subscript text
This is superscript text
This is inserted text
<br> tag is used to separate lines of text and also to separate sections of text.
Yes. <p> tag and <blockquote> can be used to separate sections of text.
No. Hyperlinks can apply to images as well as text.