HTML Job Interview Questions
Do you want to learn HTML or polish your HTML skills? Below you will find the list of HTML questions and answers that will help you to identify your knowledge gaps and master HTML like a pro.
-
What semantic HTML tag do you use to mark part of a document as independent section?
HTML Junior -
What semantic HTML tag do you use to mark the main content of a page as a self-contained unit?
HTML Junior -
What semantic HTML tags do you use to define the document outline?
HTML Junior -
What semantic HTML tag do you use to represent the footer of a web page?
HTML Junior -
What semantic HTML tag do you use to represent the header of a web page?
HTML Junior -
Why is writing semantic HTML the best practice for all modern HTML pages?
HTML Junior -
What is semantic HTML?
HTML Junior -
Which attribute do you use to mark a radio-button as selected?
HTML Junior -
Which attribute do you use to make a HTML checkbox checked?
HTML Junior -
Which attribute is used to make a HTML drop-down list item selected?
HTML Junior -
What HTML tag do you use to create a multi-select drop-down list?
HTML Junior -
What HTML tag do you use to create a multi-line text field?
HTML Junior -
What HTML tag do you use to define a field that allows a user to enter password that is masked by special characters?
HTML Junior -
What HTML tag do you use to enable a user to upload a file?
HTML Junior -
Using HTML, how do you define a form field that can be used for entering date?
HTML Junior -
What is the default value of 'type' attribute of <input> element?
HTML Junior -
What HTML attribute do you use to add a text that is prefilled in a form text field and will disapear after a user enters some text into the field?
HTML Junior -
What attribute of HTML single-line text field do you use to set the maximal length of the field?
HTML Junior -
Using which HTML attribute of a single-line text field can you make the field un-clickable and prevent its value to be sent to a server when the form gets submitted?
HTML Junior -
Using which HTML attribute of a single-line text field can you prevent a user from changing the value of the field?
HTML Junior -
What HTML tag do you use to submit data that is hidden from a user together with data that was entered by the user?
HTML Junior -
What HTML tag do you use to group multiple form fields?
HTML Junior -
What attribute of form input tags is used to define a name of a field that will be used in a form request after the form is submitted?
HTML Junior -
If a HTML form gets submitted using the POST method, which part of a HTTP request will the form data be transferred in?
HTML Junior -
If a HTML form gets submitted using the GET method, which part of a HTTP request will the form data be transferred in?
HTML Junior -
What attribute of a form tag do you use to define a HTTP method that will be used in a request that is initiated after the form is submitted?
HTML Junior -
What attribute of a form tag do you use to define a URL address that the form data will be submitted to?
HTML Junior -
What HTML tag do you use to add an item to a drop-down list that is part of a form?
HTML Junior -
What HTML tag do you use to add a drop-down list to a form?
HTML Junior -
What HTML tag do you use to let a user select one of multiple options in a form?
HTML Junior -
What HTML tag do you use to let a user select yes or no option in a form?
HTML Junior -
What HTML tag do you use to allow a user to enter a name that can be then submitted to a server?
HTML Junior -
What HTML tag can be used to submit a form?
HTML Junior -
What HTML tag can be used to submit a form?
HTML Junior -
What HTML tag do you need in order to be able to send data to server without using JavaScript?
HTML Junior -
Where does some type of a cache usually exist?
HTML Junior -
What is the purpose of a browser cache?
HTML Junior -
What is HTML minification
HTML Junior -
What HTML tag do you use to add a caption to a table?
HTML Junior -
What attribute do you use to merge multiple cells on a HTML table column into one cell?
HTML Junior -
What attribute do you use to merge multiple cells on a HTML table row into one cell?
HTML Junior -
What HTML tag do you use to group table footer content?
HTML Junior -
What HTML tag do you use to group table header content?
HTML Junior -
What HTML tag do you use to create a table header cell?
HTML Junior -
What HTML tag do you use to create a table cell?
HTML Junior -
What HTML tag do you use to create a table row?
HTML Junior -
What HTML tag do you use to create a table?
HTML Junior -
What attribute do you use to link an icon that will be displayed in a web page tab or window bar?
HTML Junior -
What tag do you use to add an icon that will be displayed in a web page tab or window bar?
HTML Junior -
What name does the icon that represents a page usually have?
HTML Junior -
What <script> tag attribute do you use to define a URL of JavaScript that is linked to a web page?
HTML Junior -
What <img> tag attribute do you use to define a URL of an image that is displayed on a web page?
HTML Junior -
What <a> tag attribute do you use to define a URL of a link to another web page?
HTML Junior -
What attribute do you use to define a URL of a CSS file that is linked to a web page?
HTML Junior -
What tag do you use to embed JavaScript to a web page?
HTML Junior -
What parts does a HTML closing tag consist of?
HTML Junior -
What parts does a HTML opening tag consist of?
HTML Junior -
What parts does a HTML element consist of?
HTML Junior -
What attribute of a script tag do you use to define an external script file location?
HTML Junior -
What tags are usually direct children of a <body> tag?
HTML Junior -
What tags are usually direct children of a <head> tag?
HTML Junior -
How do you define an encoding of a web page?
HTML Junior -
What is <!doctype html>?
HTML Junior -
In which section of a web page will you be looking for external CSS styles that are linked to the web page?
HTML Junior -
Using which tag HTML do you link external CSS styles to a web page?
HTML Junior -
What is a <title> tag used for?
HTML Junior -
What HTML tag contains web page meta data?
HTML Junior -
What HTML tag contains web page content that is visible to users?
HTML Junior -
In a HTML web page, what is the top-most tag that holds all the other tags?
HTML Junior -
What markup helps a browser to understand how to parse a web page properly?
HTML Junior -
What is <meta> tag?
HTML Junior -
What is <hr> tag?
HTML Junior -
What is <u> tag?
HTML Junior -
What is <sup> tag?
HTML Junior -
What is <sub> tag?
HTML Junior -
What is !DOCTYPE?
HTML Junior -
Which version of HML do you use?
HTML Junior -
What is <figure> tag?
HTML Junior -
How does HTML/CSS work with DOM?
HTML Junior -
What is DOM?
HTML Junior -
How do you create table with 2 rows and 3 cells?
HTML Junior -
What is <i> tag?
HTML Junior -
What is <strong> tag?
HTML Junior -
Can you give 10 examples of the most used attributes?
HTML Junior -
What is <a> tag and how is it used?
HTML Junior -
What is <img> tag and how is it used?
HTML Junior -
What is a <form> tag?
HTML Junior -
What is a <pre> tag?
HTML Junior -
What is a <code> tag?
HTML Junior -
What is a <body> tag?
HTML Junior -
What is a <html> tag?
HTML Junior -
What are <h1>...<h6> tags?
HTML Junior -
What is a <style> tag?
HTML Junior -
What is a <title> tag?
HTML Junior -
What is a <head> tag?
HTML Junior -
What is a <button> tag?
HTML Junior -
What is a <br> tag?
HTML Junior -
What is a <fieldset> tag?
HTML Junior -
What is a <script> tag?
HTML Junior -
What is a <ol> tag?
HTML Junior -
What is a <li> tag?
HTML Junior -
What is a <ul> tag?
HTML Junior -
What is a <input> tag?
HTML Junior -
What is a <label> tag?
HTML Junior -
What is a <p> tag?
HTML Junior -
What is a <span> tag?
HTML Junior -
What is a <div> tag?
HTML Junior -
What is a basic structure of the HTML page?
HTML Junior -
What is the difference between html Element and Attribute?
HTML Junior -
How can you display HTML code of a web application?
HTML Junior -
What is HTML used for?
HTML Junior -
Explain the difference between visibility:hidden; and display:none.
HTML Junior
Are you wondering what questions will you get asked on your job interview?
Do you have a Job Ad URL address?
Then we will predict the questions for you...
-
Share the question, get the right answerSubmit the question you have been asked by a recruiter. We will give you the right answer.
Recently added questions
- Do you use your Entity Framework models in API controllers?
- What are POCO classes in Entity Framework?
- Why would you recommend a company to use Entity Framework?
- What Entity Framework versions did you use?
- What is a server evaluation and client evaluation in Entity Framework and why should you know about it?
- Using Entity Framework, how do you check if a row exists in a database?
- How do you handle SQL injection attacks in Entity Framework?
- When are queries executed when you use Entity Framework?
- Which types of loading do you know and which type of loading is good in which scenario in Entity Framework?
- Using Entity Framework, when will you prefer to use Code First and when Database First approach? Why?
- What is a difference between Database First and Code First approach in Entity Framework?
- What is the use of .AsNoTracking() method?
- What is Code First approach in Entity Framework?
- Using Entity Framework, how can you disable an object property from being mapped to a database entity column?
- What happens when you insert multiple rows using Entity Framework?
- How do you insert multiple rows in Entity Framework?
- Can you list a few methods of DbContext object in Entity Framework?
- What are advantages of Entity Framework over ADO.NET?
- What is a difference between dbContext.Orders.First() and dbContext.Orders.Single() in Entity Framework?
- How do you make Entity Framework to return only specific columns from the database instead of all table columns?
Comments
There are no comments yet.
Be the first one who opens the discussion. The world needs people who are able to speak up.