Have you failed a job interview?
Send us your job interview questions and get correct answers.
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 JuniorWhat semantic HTML tag do you use to mark the main content of a page as a self-contained unit?
HTML JuniorWhat semantic HTML tags do you use to define the document outline?
HTML JuniorWhat semantic HTML tag do you use to represent the footer of a web page?
HTML JuniorWhat semantic HTML tag do you use to represent the header of a web page?
HTML JuniorWhy is writing semantic HTML the best practice for all modern HTML pages?
HTML JuniorWhat is semantic HTML?
HTML JuniorWhich attribute do you use to mark a radio-button as selected?
HTML JuniorWhich attribute do you use to make a HTML checkbox checked?
HTML JuniorWhich attribute is used to make a HTML drop-down list item selected?
HTML JuniorWhat HTML tag do you use to create a multi-select drop-down list?
HTML JuniorWhat HTML tag do you use to create a multi-line text field?
HTML JuniorWhat HTML tag do you use to define a field that allows a user to enter password that is masked by special characters?
HTML JuniorWhat HTML tag do you use to enable a user to upload a file?
HTML JuniorUsing HTML, how do you define a form field that can be used for entering date?
HTML JuniorWhat is the default value of 'type' attribute of <input> element?
HTML JuniorWhat 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 JuniorWhat attribute of HTML single-line text field do you use to set the maximal length of the field?
HTML JuniorUsing 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 JuniorUsing which HTML attribute of a single-line text field can you prevent a user from changing the value of the field?
HTML JuniorWhat HTML tag do you use to submit data that is hidden from a user together with data that was entered by the user?
HTML JuniorWhat HTML tag do you use to group multiple form fields?
HTML JuniorWhat 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 JuniorIf a HTML form gets submitted using the POST method, which part of a HTTP request will the form data be transferred in?
HTML JuniorIf a HTML form gets submitted using the GET method, which part of a HTTP request will the form data be transferred in?
HTML JuniorWhat 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 JuniorWhat attribute of a form tag do you use to define a URL address that the form data will be submitted to?
HTML JuniorWhat HTML tag do you use to add an item to a drop-down list that is part of a form?
HTML JuniorWhat HTML tag do you use to add a drop-down list to a form?
HTML JuniorWhat HTML tag do you use to let a user select one of multiple options in a form?
HTML JuniorWhat HTML tag do you use to let a user select yes or no option in a form?
HTML JuniorWhat HTML tag do you use to allow a user to enter a name that can be then submitted to a server?
HTML JuniorWhat HTML tag can be used to submit a form?
HTML JuniorWhat HTML tag can be used to submit a form?
HTML JuniorWhat HTML tag do you need in order to be able to send data to server without using JavaScript?
HTML JuniorWhere does some type of a cache usually exist?
HTML JuniorWhat is the purpose of a browser cache?
HTML JuniorWhat is HTML minification
HTML JuniorWhat HTML tag do you use to add a caption to a table?
HTML JuniorWhat attribute do you use to merge multiple cells on a HTML table column into one cell?
HTML JuniorWhat attribute do you use to merge multiple cells on a HTML table row into one cell?
HTML JuniorWhat HTML tag do you use to group table footer content?
HTML JuniorWhat HTML tag do you use to group table header content?
HTML JuniorWhat HTML tag do you use to create a table header cell?
HTML JuniorWhat HTML tag do you use to create a table cell?
HTML JuniorWhat HTML tag do you use to create a table row?
HTML JuniorWhat HTML tag do you use to create a table?
HTML JuniorWhat attribute do you use to link an icon that will be displayed in a web page tab or window bar?
HTML JuniorWhat tag do you use to add an icon that will be displayed in a web page tab or window bar?
HTML JuniorWhat name does the icon that represents a page usually have?
HTML JuniorWhat <script> tag attribute do you use to define a URL of JavaScript that is linked to a web page?
HTML JuniorWhat <img> tag attribute do you use to define a URL of an image that is displayed on a web page?
HTML JuniorWhat <a> tag attribute do you use to define a URL of a link to another web page?
HTML JuniorWhat attribute do you use to define a URL of a CSS file that is linked to a web page?
HTML JuniorWhat tag do you use to embed JavaScript to a web page?
HTML JuniorWhat parts does a HTML closing tag consist of?
HTML JuniorWhat parts does a HTML opening tag consist of?
HTML JuniorWhat parts does a HTML element consist of?
HTML JuniorWhat attribute of a script tag do you use to define an external script file location?
HTML JuniorWhat tags are usually direct children of a <body> tag?
HTML JuniorWhat tags are usually direct children of a <head> tag?
HTML JuniorHow do you define an encoding of a web page?
HTML JuniorWhat is <!doctype html>?
HTML JuniorIn which section of a web page will you be looking for external CSS styles that are linked to the web page?
HTML JuniorUsing which tag HTML do you link external CSS styles to a web page?
HTML JuniorWhat is a <title> tag used for?
HTML JuniorWhat HTML tag contains web page meta data?
HTML JuniorWhat HTML tag contains web page content that is visible to users?
HTML JuniorIn a HTML web page, what is the top-most tag that holds all the other tags?
HTML JuniorWhat markup helps a browser to understand how to parse a web page properly?
HTML JuniorWhat is <meta> tag?
HTML JuniorWhat is <hr> tag?
HTML JuniorWhat is <u> tag?
HTML JuniorWhat is <sup> tag?
HTML JuniorWhat is <sub> tag?
HTML JuniorWhat is !DOCTYPE?
HTML JuniorWhich version of HML do you use?
HTML JuniorWhat is <figure> tag?
HTML JuniorHow does HTML/CSS work with DOM?
HTML JuniorWhat is DOM?
HTML JuniorHow do you create table with 2 rows and 3 cells?
HTML JuniorWhat is <i> tag?
HTML JuniorWhat is <strong> tag?
HTML JuniorCan you give 10 examples of the most used attributes?
HTML JuniorWhat is <a> tag and how is it used?
HTML JuniorWhat is <img> tag and how is it used?
HTML JuniorWhat is a <form> tag?
HTML JuniorWhat is a <pre> tag?
HTML JuniorWhat is a <code> tag?
HTML JuniorWhat is a <body> tag?
HTML JuniorWhat is a <html> tag?
HTML JuniorWhat are <h1>...<h6> tags?
HTML JuniorWhat is a <style> tag?
HTML JuniorWhat is a <title> tag?
HTML JuniorWhat is a <head> tag?
HTML JuniorWhat is a <button> tag?
HTML JuniorWhat is a <br> tag?
HTML JuniorWhat is a <fieldset> tag?
HTML JuniorWhat is a <script> tag?
HTML JuniorWhat is a <ol> tag?
HTML JuniorWhat is a <li> tag?
HTML JuniorWhat is a <ul> tag?
HTML JuniorWhat is a <input> tag?
HTML JuniorWhat is a <label> tag?
HTML JuniorWhat is a <p> tag?
HTML JuniorWhat is a <span> tag?
HTML JuniorWhat is a <div> tag?
HTML JuniorWhat is a basic structure of the HTML page?
HTML JuniorWhat is the difference between html Element and Attribute?
HTML JuniorHow can you display HTML code of a web application?
HTML JuniorWhat is HTML used for?
HTML JuniorExplain 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
- Using Entity Framework Core, how do you define which tables should be eager loaded?
- What is Cartesian Explosion in Entity Framework?
- What is N+1 query problem in Entity Framework and how to fix it?
- What is query splitting in Entity Framework and why would you use it?
- What is JWT and how do you use it?
- 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?
No Comments Yet.
Be the first to tell us what you think.
Be the first to tell us what you think.