HTML Interview Preparation
HTML Interview Preparation
1) What is html?
Ans) HTML stands for hypertext markup language and it is a standard text formatting
language used for creating and displaying pages on internet html documents are made up of
the elements and tags that format properly and display it on pages.
ChatGPT
HTML stands for Hypertext Markup Language and is widely used for developing web applications
since its creation by Berners-Lee in 1991.
HTML documents consist of elements and tags, with tags using greater than and less than symbols
for proper formatting.
HTML attributes are properties added to tags to change their behavior or display, and they are placed
inside the tag brackets.
Marquee in HTML is used for scrolling text on a web page, and it requires the use of the marquee
tags.
To separate a section of text in HTML, various tags like break tag, paragraph tag, and block code tag
are used.