- What is semantic HTML?
- How to create a nested webpage in HTML?
- Why is a URL encoded in HTML?
- What is SVG?
- What is the difference between progress and meter tag?
- Do all character entities display properly on all systems?
- What is the advantage of collapsing white space?
- How do you create links to sections within the same page?
- What is the use of alternative text in image mapping?
- If the user’s operating system does not support the needed character, how can the symbol be represented?
- Why are there both numerical and named character entity values?
- What if there is no text between the tags or if a text was omitted by mistake? Will it affect the display of the HTML file?
- What are the limits of the text field size?
- How are active links different from normal links?
- What happens if you open the external CSS file in a browser?
- Do you know which are two semantic tags are included in HTML5 version?
- What is the Application Cache in HTML5 and why it is used?
- What are the tags used to separate a section of texts?
- What is the difference between DIV and SPAN in HTML?
- Is there any way to keep list elements straight in an HTML file?
- Explain The Key Differences Between LocalStorage And SessionStorage Objects.
- What is the relationship between the border and rule attributes?
- What is difference between HTML and XHTML?
- What would happen if the HTML Document does not contain <!DOCTYPE>?
- What are some of the key new features in HTML5?
- What are “web workers”?
- What is the Geolocation API in HTML5?
- What’s one main result if you do not specify a doctype in an HTML page?
- What’s the difference between ‘block’ and ‘inline’ elements?
- How would you group form elements?
- Should you collapse white spaces?
- What are applets?
- How we use JavaScript with HTML?
- What are the web sockets?
- What do you mean by Box Model?
- What is the meaning of markup in HTML?
- How Do I Specify A Specific Combination Of Frames Instead Of The Default Document?
- Why Aren't My Frames The Exact Size I Specified?
- Is It Possible To Make The Html Source Not Viewable?
- Explain Vbscript
- How do I make a form so it can be submitted by the hitting ENTER?
- What is shadow DOM?
- How do CSS precedence/cascading rules work? How does the !important directive affect the rules?
- How Do I Design For Backward Compatibility Using Style Sheets?
- What Can Be Done With Style Sheets That Can Not Be Accomplished With Regular Html?
- Why Shouldn't I Use Fixed Sized Fonts ?
- What are the benefits of CSS sprites?
- What is tweening?
- What are the merits and demerits of embedded style sheets?
- What does CSS selector mean?
- What is contextual selector?
- What is graceful degradation?
- What is progressive enhancement?
- What is Alternate Style Sheet?
- How can CSS be cascaded to mix with user’s personal sheet?
- How does the Z index function?
- What is CSS specificity?
- Why background and color are the separate properties if they should always be set together?
- What is the use of ruleset?
- Do you use any CSS preprocessors, and which do you prefer?
- What are web safe fonts and fallback fonts?
- What are pseudo elements and what are they used for?
- What are the disadvantages of using CSS?
- Explain the CSS Box Model and its different elements.
- What is the float property used for in CSS?
- Explain the difference in approach when designing a responsive website over a mobile-first strategy?
- What are the advantages and disadvantages of using a CSS pre-processor??
- How would you implement the basic layout components of the box model in CSS? Give an example.
- How do you define a pseudo class in CSS? What are they used for?
- What do ‘class’ and ‘ID’ selectors pick when they are issued?
- How is clearfix css property useful?
- What is your least favorite part of working with CSS?
- What happens to text if 'auto' value is assigned to overflow property, to the element containing the text?
- Does overflow: hidden create a new block formatting context?
- How can you load css resources conditionally?
- How does inheritance work in CSS?
- Are HTML tags case sensitive?
- Explain Microdata in HTML5.
- What is the difference between the font size units em and rem?
- What is the sequence that follows when practical sheets arrive?
- What is the DOM? How does the DOM work?
- What is the difference between standards mode and quirks mode?
- How do absolute / relative / fixed / static positions work?
- What is progressive rendering?
- How is responsive design different from adaptive design?
- How would you optimize a website's assets/resources?
- What does CORS stand for and what issue does it address?
- How do I set the focus to first form on field?
- What is the main difference between Server sent events and Websockets?