IDB-BISEW Descriptive Questions on HTML5
01. Write any five features of HTML5.
Ans:
Five features of HTML5 are given below:
1. Canvas
2. Cross-document messaging
3. Drag and drop
4. Embedding of Scalable Vector Graphics(SVG) directly in HTML
5. Geolocation
02. What are the Inline element and Block-level elements?
Ans:
Inline element: Inline elements mostly describe brief strings of text and may include other inline
elements.
Block-level elements: A block-level element may contain most other block-level elements and all inline
elements. Block-level elements occupy at least one full line when rendering, while inline elements take up
only as much space as their content requires.
03. Name all types of HTML Attributes?
Ans:
1. Core Attributes
2. I18n Attributes
3. Events Attributes
4. Global Attributes
5. Data Attributes
04. What are deprecated and obsolete elements?
Ans:
Deprecated Elements: These are still supported but not recommended for use. Ex: font, center, menu
Obsolete Elements: These are no longer supported. Ex: applet, blink, strike
05. Name all basic data types of HTML5?
Ans: The basic data types of HTML5 are given bellow:
A. CDATA and id and name Attribute values
B. Character Encoding
C. Content types (MIME Types)
D. Language Codes
E. Link Types
06. What are the HTML Entities? Give two examples.
Ans: Common Examples of HTML Entities are: “&” for an ampersand and “ ” for a
nonbreaking space.
07. Write the all possible uses of the link tags?
Ans:
1. Stylesheets (Link to external CSS files)
2. Set Icons
3. RSS Feed, ATOM Feed
4. SEO tags: Types of page
08. Write the all possible use of anchor tags?
Ans:
1. Link to Another Web Page
2. Download a File
3. Email Link
4. JavaScript Link
5. Link with a Query
09. Write the MIME types of the following files: HTML, PNG, CSS, JS
Ans:
1. HTML: text/html
2. PNG: image/png
3. CSS: text/css
4. JavaScript (JS): application/javascript
10. Write the five link types.
Ans: The five link types are:
1. alternate
2. stylesheet
3. copyright
4. chapter
5. section
Comments 1