0% found this document useful (0 votes)
12 views

Top HTML and HTML5 Interview Questions (2024) - InterviewBit

Uploaded by

Aashish Kushwaha
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
12 views

Top HTML and HTML5 Interview Questions (2024) - InterviewBit

Uploaded by

Aashish Kushwaha
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 1

6/24/24, 11:18 PM p ToppHTMLp g

and HTML5 Interview Questions p(2024) - InterviewBit


helps a developer to indent lines of text without worrying aboutOnline multiple spaces Free and
Practice Resources  Contests   Even
maintain readability and understandability of HTML codes. IDE Mock

5. What are HTML Entities?


In HTML some characters are reserved like ‘<’, ‘>’, ‘/’, etc. To use these characters in our
webpage we need to use the character entities called HTML Entities. Below are a few
mapping between the reserved character and its respective entity character to be used.

Entity
Character Entity Name
Number
< &lt; &#60;
> &gt; &#62;
& &amp; &#38;
(non-breaking space) Eg. &nbsp; Eg.
&#160;
10 PM <p>10&nbsp&nbspPM</p>

Explore InterviewBit’s Exclusive Live Events By

6. What are different types of lists in HTML?

https://www.interviewbit.com/html-interview-questions/ 1/1

You might also like