Question:- Define SVG And Why Is It Used?
Answer:- SVG means scalable vector graphics, and it is defined as a file format that will allow us to display vector images on the website. Meaning that we can scale an SVG image up and down as required without losing any of its quality and making it a great choice for a responsive web design.
Question:- Define An ETag And How Does It Work?
Answer:- The ETag or an entity tag is part of the HTTP, which is the protocol for the World Wide Web(WWW). It is one of several techniques that an HTTP provides for a Web cache validation, That will allow a client to make conditional requests. An ETag is an opaque identifier that is assigned by the Web server to a specific version of a resource that is found at a URL.
Question:- Why Do We Use Canvas In HTML?
Answer:- < canvas> can be defined as an HTML element mainly used to draw graphics through scripting (usually JavaScript). It can be used to draw graphs, combine photos, or create simple animations.
Question:- Explain Long Polling?
Answer:- Long polling can be defined as a mechanism where the server will elect to hold a client’s connection open for long as possible and delivering a response only after the data becomes available.
Question:- Is There Any Default Border Size Of A Canvas?
Answer:- There is no default border size of a Canvas. You have to adjust using the CSS.
Question:- Explain What DTD Is?
Answer:- A DTD (Document Type Definition (DTD) ) defines the structure, legal elements and attributes of the XML document.
Question:- Name Some Of The New Features That Are Introduced In CSS3?
Answer:- 1. Rounded corners 2. Animation 3. Custom layout 4. Media queries
Question:- Name The New APIs Provided By HTML5?
Answer:- 1. Constraint validation API 2. History API 3. Media API 4. Text track API 5. Application cache API 6. Data transfer API 7. User interaction API 8. Command API
Question:- Define Responsive Web Design (RWD) In HTML And CSS?
Answer:- Web pages are usually viewed using many various devices: desktops, tablets, and phones. It is known as responsive web design when we use HTML and CSS to resize, shrink, hide, enlarge, or move the content in order to make it look good on any screen.
Question:- What Tag Is Used For A Multi-Line Text Input Control In HTML?
Answer:- For multi-line text input control, We can use the “textarea tag.”
Question:- Can You List Some Of The Types Of CSS That Are Used?
Answer:- 1. External CSS: These are used to import an external CSS file into the HTML document. 2. Inline CSS: It supports the addition of CSS inline, along with HTML elements. 3. Embedded CSS: It is mainly used to add the CSS styles by using the
