HTML interview Question/ Answers Set – 1

HTML interview Question/ Answers Set – 1

Progressive Rendering or Progressive Server Side Rendering is a technique with which you can sequentially update small parts of the entire webpage and stream it to the client in parts without waiting for the whole page to be rendered. It bridges the benefits of both CSR (Client Side Rendering) and SSR (Server Side Rendering).
For multi-line text input control, we can use the “textarea tag”
  1. XHTML requires that all tags should be in lowercase
  2. XHTML requires that all tags should be closed properly
  3. XHTML requires that all attributes are enclosed in double quotes
  4. XHTML forbids inline elements from containing block level elements
  1. High-Resolution Time API: It gives the current time in resolution to sub-millisecond, independent of system clock skew or adjustments.
  2. User Timing API: This allows accurate measurement of JavaScript code performance.
  3. Navigation Timing API: It helps in the assessment of time-lapse log during page load delays page redirect, DNS lookup, time to construct DOM, TCP connection delays.
  4. Vibration API: It can stimulate reaction during certain events in gaming applications by vibrating user devices (mobile phone) giving ultimate user experience.
  5. getUserMedia API: It provides access to multimedia streams such as video, audio, or both embedded in a web page.
  6. WebSocket API: It maintains a persistent connection between browser and server.
  7. Geolocation API: This track the geographical location of the place and people via Global Positioning System (GPS) and retrieves latitude and longitude thereby plotting real-time position on the map.

Post Your Comments & Reviews

Your email address will not be published. Required fields are marked *

*

*