tech-interview

What is HTML5?

How do you insert a comment in HTML?

What are the key new features in HTML5?

Explain new Form input types in HTML5?

What are HTML Attributes?

Can a web page contain multiple <header> or <footer> elements?

What is the minimum number of HTML5 tags that are required to create a Web page?

What is <!DOCTYPE>? What are the different types of <!DOCTYPE> that are available?

What is a contenteditable attribute?

What is image map in HTML5?

What is the Application Cache in HTML5 and why it is used?

Explain Microdata in HTML5?

Explain the srcset attribute in img tag

Describe the difference between <script async> and <script defer>

List Some Best Practices for Designing Multilingual Sites

What are key differences between Canvas and SVG? | Canvas | SVG | | ———— | ———— | | Resolution dependent | Resolution independent | | Resolution dependent | Resolution independent | | No support for event handlers | Support for event handlers | | Poor text rendering capabilities | Best suited for applications with large rendering areas (Google Maps) | | You can save the resulting image as .png or .jpg | Slow rendering if complex (anything that uses the DOM a lot will be slow) | | Well suited for graphic-intensive games | Not suited for game applications |