HTML_CSS_Interview_Questions_Answers
HTML_CSS_Interview_Questions_Answers
y
ne
HTML Interview Questions & Answers
ur
What is HTML?
o
Answer: HTML (HyperText Markup Language) is the standard language for creating web pages.
_j
si
What are the new features in HTML5?
Answer: HTML5 introduced new semantic elements, audio and video support, canvas, and local
m
storage.
va
What is the difference between HTML and XHTML?
@
Answer: XHTML is a stricter and more structured version of HTML, requiring proper syntax and case
sensitivity.
What is the difference between 'em', 'rem', 'px', and '%' in CSS?
Answer: 'px' is absolute, 'em' is relative to the parent font size, 'rem' is relative to the root font size,
and '%' is relative to the containing element.