Html Question for interview
Q-1 When was the html
developed?
Q-2 What is an html
language
Q-3 Are the HTML tags and elements the same thing?
Q-4 What are tags and attributes in HTML?
Q-5 What are void elements in HTML?
Q-6 What is the advantage of collapsing white space?
Q-7 What are HTML Entities?
Q-8 What are different types of lists in HTML?
Q-9 What is the ‘class’ attribute in HTML?
Q-10 What is the difference
between the ‘id’ attribute and the ‘class’ attribute of HTML elements?
Q-11 Define multipart form data?
Q-12 Describe HTML layout structure.
Q-13 How to optimize website assets loading?
Q-14 What are the various formatting tags in HTML?
Q-15 What are the different kinds of Doctypes available?
Q-16 Please explain how to indicate the character set being
used by a document in HTML?
Q-17What is the difference between <strong>, <b>
tags and <em>, <i> tags?
Q-18What is the significance of <head> and <body>
tag in HTML?
Q-1917. Can we display a web page inside a web page or Is
nesting of webpages possible?
Q-20How is Cell Padding different from Cell Spacing?
Q-21How can we club two or more rows or columns into a single
row or column in an HTML table?
Q-22 Is it possible to change an inline element into a
block level element?
Q-23In how many ways can we position an HTML element? Or what
are the permissible values of the position attribute?
Q-24In how many ways you can display HTML elements?
Q-25What is the difference between “display: none” and
“visibility: hidden”, when used as attributes to the HTML element.
Q-26 What is
hyperlink
Q-27How to specify the link in HTML and explain the target
attribute?
Q-28In how many ways can we specify the CSS styles for the
HTML element?
Q29 Difference between link tag <link> and anchor tag
<a>?
Q30 How to include javascript code in HTML?
Q31When to use scripts in the head and when to use scripts
in the body?
Q32What are forms and how to create forms in HTML?
Q33 How to handle events in HTML?
Q34 What are some of the advantages of HTML5 over its
previous versions?
Q35How can we include audio or video in a webpage?
Q36Inline and block elements in HTML5?
Q37What is the difference between <figure> tag and
<img> tag?
Q38How to specify the metadata in HTML5?
Q39Is the <datalist> tag and <select> tag same?
Q40Define Image Map?
Q41What are Semantic Elements?
Q42Convert the below data into Tabular format in HTML5?
Q43What is the difference between <meter> tag and
<progress> tag?
Q44 Is drag and drop possible using HTML5 and how?
Q45Difference between
SVG and Canvas HTML5 element?
Q46What type of audio
files can be played using HTML5?
Q47What are the
significant goals of the HTML5 specification?
Q48Explain the concept
of web storage in HTML5.
Q49 What is
Microdata in HTML5?
Q50Which tag is used for
representing the result of a calculation? Explain its attributes.
Q51 What is new about
the relationship between the <header> and <h1> tags in HTML5?
Q52 Explain HTML5
Graphics.
Q53 Explain new input
types provided by HTML5 for forms?
Q54 What are the New
tags in Media Elements in HTML5?
Q55 Why do you think the
addition of drag-and-drop functionality in HTML5 is important? How will you
make an image draggable in HTML5?
Q56 Why do we need the
MathML element in HTML5?
Q57 What are the
server-sent events in HTML5?
Q58 What are Web
Workers?
Q59 What is the usage of
a novalidate attribute for the form tag that is introduced in HTML5?
Q60 What are raster images
and vector images?
Q62 How to support
SVG in old browsers?
Q63 What are different
approaches to make an image responsive?
Q64 What is a manifest
file in HTML5?
Q65 What is the
Geolocation API in HTML5?
Q66 Write HTML5 code to
demonstrate the use of Geolocation API.
Q67 Explain Web
Components and it’s usage.
Q68 What
are the features of HTML?
Q69 Which
HTML tags are used while displaying the data in the tabular form?
Q70 What
are the most commonly used lists that are used while designing a page?
Q71 What is
semantic HTML?
Q72 What is
the HTML article element?
Q73 Explain the layout of HTML.
Q74 How to insert an image in HTML?
Q75 How to align text in HTML?
Q76 How to write text on image in HTML
Q77 How to underline text in HTML?
Q78 What are the new input types in HTML5 for
forms?
Q79 What is a marquee?
Q80 What happens if you open the
external CSS file in a browser?
Q81 Which tags are used to separate a section
of texts?
Q82 Explain the use of an iframe tag.
Q83 What is the difference between
LocalStorage and SessionStorage Objects?
Q84 What are the different media types and
formats supported by HTML?
Q85 Explain an image map in HTML.
Q86 How to create multi-colored text on a web
page?
Q87 How to add a favicon in HTML?
Q88 What is the difference between HTML and
XHTML?
Q89 What is URL Encoding? Why are URLs
encoded in HTML?
Q90 What is an empty element?
Q91 How many types of CSS can be included in
HTML?
Q92 What is the use of the figure tag
in HTML 5?
Q93 What is a datalist tag?
Q94 What are HTML entities?
Q95 What is the canvas element in HTML5?
Q96 Will HTML5 work if I don’t use
<!DOCTYPE html>?
Q97 Why is the required attribute used in
HTML5?
Q98 What is the difference between
<div> and <span> tag?
Q99 If there isn’t any text in between
the HTML tags, what will happen?
Q100 What is the benefit of collapsing
the white space in HTML?
Q101 Is it possible for the text to
occasionally appear elsewhere other than the browser?
Q102 In terms of style sheets, what is
the hierarchy that is being used?
Q103 Compare and contrast an HTML
specification with a browser’s implementation.
Q104 Can elements from articles be found in
sections? Can a section element be found in an article? Give usage
illustrations.
Q105 What is an SVG tag in HTML? Give
Example.
Q106 What is data transfer API?
Q107 What does HTML5’s application
cache do and why is it necessary?
Q108 What does an HTML5 web worker do?
Q109 What is Microdata?
Q110 What are the custom attributes in HTML5?
Q111 What is the use of the <output>
tag in HTML and what are its attributes?
Q112 What is formatting in HTML?
Q113 How to create a hyperlink in HTML?
Q114 Which HTML tag is used to display the
data in the tabular form?
Q115 How to insert a copyright symbol on a
browser page?
Q116 How do you keep list elements
straight in an HTML file?
Q117 Does a hyperlink only apply to text?
Q118 Is it possible to change the color
of the bullet?
Q119 How to make a picture of a background
image of a web page?
Q120 Why is a URL encoded in HTML?
Q121 What is SVG?
Q122 Is there any need to change the web
browsers to support HTML5?
Q123 Is audio tag supported in HTML 5?
Q124 What is the use of figcaption tag
in HTML 5?
Q125 What is the use of details and summary
tag?
Q126 How are tags migrated from HTML4
to HTML5?
Q127 What are the new <input> types for
form validation in HTML5?
Q128 How to give space in HTML?
Q129 How to align text in HTML?
Q130 How to create a table in HTML?
Q131 How to convert HTML to PDF?
Q132 How to change font color in HTML?
Q134 How to add space using < pre > tag in HTML?
Q135 What is dom in HTML?
Q136 How to add
image in HTML from a folder?
Q137 How to select multiple options from a drop down list in
HTML?
Q138 How to use div tag in html to divide the page?
Q139 How to align text in center in HTML?
Q140 How to increase font size in HTML?
Q141 How to change button color in HTML?
Q142 Which is better: HTML or HTML5?
Q143 How to create drop down list in HTML?
Q145 What is a “fieldset” tag in HTML?
Q146 How to add a link in HTML?
Q147 How to create a checkbox in HTML?
Q148 How to create a box in HTML?
Q149 How to add a scroll bar in HTML?
Q150 How to increase button size in HTML?
Q151 Who invented HTML?
Q152 How to align the image in the center in HTML?
Q153 How to embed YouTube video in HTML?
Q154 How to write text on image in HTML?
Q156 How to create a popup in html with CSS?
Q157 How to connect html to database with MySQL?
Q158 How to blink text in HTML?
Q159 How to add calendar in HTML Form?
Q160 How to add google map in HTML?
Q161 How to create a dynamic calendar in HTML?
Q162 How to create frames in HTML?
Q163 How to create a menu in HTML?
Q164 What is the difference between HTML tags and
elements?
Q165 Which types of heading are found in HTML?
Q166 What are void elements in HTML?
Q167 Please explain how to indicate the character set
being used by a document in HTML?
Q168 What are the building blocks of HTML5?
Q169 When was HTML5 released?
Q170 What is the difference between HTML and HTML5?
Q171 Which browsers support HTML5?
Q172 How to turn on
HTML5 in Chrome?
Q173 Explain Web
Components and its usage.
Q174 What are raster
images and vector images?
Comments
Post a Comment