HTML INTERVIEW QUESTIONS
How will you start a ordered list from 10 ?
What input type will you use to upload a image ?
Name any 5 Html5 tags
What is dns and when it come in picture
What is Markup
SEO {Knowledge of basics}
Inspect Elements
Explain what is webpage designing
How will u open another windows using anchor tag
what does viewport meta tag do
What are Attributes in html
What is dns
what is ip address
what is localhost
HTML5 vs HTML4
what are semantic tags
what are the new features in HTML5?
Difference between div and span
Difference between class and IDs
What are self closing tags
How many types of headings are der ?How to decide which to use where
Difference between block and inline
Difference between em and strong
What are attributes?
Difference between HTML tags and elements
Explain br tags
What are semantic tags?
Write code to create an ordered list with roman numbers
Write code to create an unordered list with circle
Write code to create a link to https://www.prepbytes.com
Write a code to insert an image
Write html code to create a 2*2 table : Table columns should be name and salary , and provide
two entries for this.
Create a form contain input fields like name age email and contact
Create a table and explain how to acheive colspan
Create radio button (MERN, MEAN : course)and checkbox(HTML, CSS, React, Node :
technology) and explain the difference between these two
How many types of heading does an HTML contain?
Which heading have highest priority and Least priority.
How to create a hyperlink in HTML?
Which HTML tag is used to display the data in the tabular form?
Why do we use colgroup tag in table tag.
What are some common lists that are used when designing a page?
Write a structure of definition list.
What does mean by of dl, dt and dd in definition list.
What is the difference between HTML elements and tags?
What is semantic HTML?
What is an image map?
How to insert a copyright symbol on a browser page?
How to create a nested webpage in HTML?
What is use of Iframe tag. and How to create Iframe tag.
In Iframe Which attributes are more impontant?
Does a hyperlink only apply to text?
What is a style sheet?
Can you create a multi-colored text on a web page?
Is it possible to change the color of the bullet?
Explain the layout of HTML?
What is a marquee?
How to make a picture of a background image of a web page?
How many tags can be used to separate a section of texts?
What are empty elements?
What is the use of a span tag? Give one example.
What is the use of an iframe tag?
What are the entities in HTML?
Why is a URL encoded in HTML?
Does a <!DOCTYPE html> tag is a HTML tag?
What is the canvas element in HTML5?
What is SVG?
What are the different new form element types in HTML 5?
Is there any need to change the web browsers to support HTML5
Which type of video formats are supported by HTML5?
Is audio tag supported in HTML 5?
What is the difference between progress and meter tag?
What is the use of figure tag in HTML 5?
What is the use of figcaption tag in HTML 5?
What is button tag?
What is the use of details and summary tag?
What is datalist tag?
How are tags migrated from HTML4 to HTML5?
If I do not put <!DOCTYPE html> will HTML 5 work?
What is the use of the required attribute in HTML5?
What are the new <input> types for form validation in HTML5?
HTML is case-sensitive or not?
When are comments used in HTML?
What are Attributes and how do you use them?
What do you mean by for attributes in label tag.
How to create a Hyperlink in HTML?
Name some common lists that are used when designing a page.
Which attributes is required in input tag.
What do you mean by MARKUP language and hypertext in HTML?
How are active links different from normal links?
What happens if there is no text between the tags? Does this affect the display of the HTML file?
What are the limits of the text field size?
What is the relationship between the border and rule attributes?
What is Cell Spacing and Cell Padding?
What is difference between HTML and XHTML?
How many types of CSS can be included in HTML?
What are logical and physical tags in HTML?
How can you apply JavaScript to a web page?
How to make you radio button and check-box. and how to implement this??
What is main reason or main advantage of label tag?
How will you implement when you click on submit button your whole data comes in URL form?