I am preparing for HTML Interview and looking for the mostly asked HTML interview Questions and answers. If anyone can help, that will be really Great.
Join us to discover alumni reviews, ratings, and feedback, or feel free to ask any questions you may have!
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Let me list down some of the most common questions that is being asked in Interviews related to HTML.
1. What is HTML?
Answer: HTML stands for HyperText Markup Language and it is used to create web pages with contents such as texts, images, videos etc. It is a standard markup language for creating web pages and web applications.
2. What are some of the basic tags used in HTML?
Answer: Some of the basic tags used in HTML include <head>, <body>, <title>, <p>, <h1> – <h6>,<div> ,<span>,<ul> ,<ol> ,<li>, and other formatting tags like bold (<b>) or italic (<i>) to highlight certain text.
3. How can you add comments in HTML?
Answer: To add a comment in an HTML document, you need to use the “<!–” & “–>” symbols before and after the comment respectively; for example <!– This is a comment –> . The code within these symbols will not be rendered on the page by the browser but will still remain visible within your source code viewable via html editors/viewers such as Notepad++ or Chrome Developer Toolbar (Inspect).