Q301. What is the purpose of <figure> tag?
The **``** element represents self-contained content, optionally accompanied by a caption (``), that is referenced as a single unit from the main text flow: ```html Figur...
Technical Question Bank · Peer-Reviewed
Search and filter frequently asked interview questions across technical, programming, and behavioral domains. Tailor your interview preparation by difficulty for freshers or experienced developers (1,236 available).
The **``** element represents self-contained content, optionally accompanied by a caption (``), that is referenced as a single unit from the main text flow: ```html Figur...
The Window object implements the `WindowLocalStorage` and `WindowSessionStorage` objects which has `localStorage`(window.localStorage) and `sessionStorage`(window.session...
Keys should be stable, predictable, and unique so that React can keep track of elements. In the below code snippet each element's key will be based on ordering, rather th...
The **``** element provides a semantic caption or legend for its parent **``** element: ### Usage Rules: - Must be nested as either the **first child** or the **last chil...
The session storage provided methods for reading, writing and clearing the session data ```javascript // Save data to sessionStorage sessionStorage.setItem("key", "value"...
In some cases you want to render different components depending on some state. JSX does not render `false` or `undefined`, so you can use conditional _short-circuiting_ t...
The `` tag is used to indicate that a section of text is being quoted from another source. It is used to highlight a particularly important quote.
The StorageEvent is an event that fires when a storage area has been changed in the context of another document. Whereas onstorage property is an EventHandler for process...
When we _spread props_ we run into the risk of adding unknown HTML attributes, which is a bad practice. Instead we can use prop destructuring with `...rest` operator, so ...
The `` tag is new addition to HTML5, and it is used to provide a list of pre-defined options for an input field. It allows us to create dropdown list of options.
HireXTech uses essential storage to remember your study preferences and third-party advertising cookies via Google AdSense in compliance with GDPR. You can choose to enable essential cookies only or accept all cookies. Read our Privacy Policy.