Very Short Question and Answers - Introduction to HTML
Ans:
HTML stands for HyperText Markup Language.
Ans:
No, HTML is not a programming language; it is a markup language.
Ans:
HTML was invented by Tim Berners-Lee in 1991.
Ans:
HTML is used to create web pages and tell the browser what to display on the screen.
Ans:
HTML tags are used to 'mark up' or define different parts of the web page content.
Ans:
The <p> tag is used to define a paragraph. For example: <p>Hello, World!</p> displays a paragraph.
Ans:
HTML 2.0 was the first official standard, released in 1995.
Ans:
HTML 3.2 introduced support for tables, applets, and images.
Ans:
HTML 4.01 introduced stylesheets (CSS).
Ans:
XHTML is a stricter version of HTML introduced in the 2000s.
Ans:
The latest major version is HTML5, released in 2014.
Ans:
HTML5 introduced features like audio, video, canvas, and offline storage.
Ans:
HTML displays text as headings, paragraphs, lists, and quotes.
Ans:
The <a> tag is used to create links to other web pages.
Ans:
HTML uses tables to organize data in rows and columns.
Ans:
Forms in HTML collect user input, such as in login forms or search boxes.
Ans:
Two examples of semantic tags are <header> and <footer>.
Ans:
No, HTML provides structure; styles are added by CSS and interactivity by JavaScript.
Ans:
CSS stands for Cascading Style Sheets; it adds design and style to HTML pages.
Ans:
HTML provides the structure, CSS adds the look, and JavaScript adds behavior and interactivity.