HTML5 Intro
New Semantic/Structural Elements
Deprecated Features in HTML5
New Features Introduced in HTML5

Attribute Syntax
100

What kind of language is HTML?

HTML is a markup language 

100

How do Semantic Elements introduce their meaning?

These elements introduce their meaning to both the web browser and the developer rather than just presentation.

100

Name some Deprecated Features in HTML5?

 <acronym>,<applet>,<basefront> Etc.

100

What are some new features introduced in HTML5?

New Semantic/Non-Semantic Elements, Audio and Video, Forms 2.0, New Input Types, Websocket, and Persistent Local Storage

100

What are the Four types of New Attributes Syntax

Empty: <input type="text" value="Ron" disabled>

Unquoted: <input type="text" value=Ron>

Double-quoted: <input type="text" value="Ron Louis">

Single-quoted: <input type="text" value='Ron Louis'>

200

What is the purpose?

  • It is used to annotate text and embed tags in accurately styled electronic documents. 

200

<article> and <aside> are some of the ....... Elements?

Semantic

200

What does the Deprecated tag <u> mean?

Defines underlined text

200

What new features were added to Audio and Video?

It can be embedded on your webpages without using any third-party plugins.

200

What type of Syntax is <input type="text" value=Ron>

Empty

300

What does the new standard of HTML5 bring

  • he new standard incorporates features like video playback and drag-and-drop that have been previously dependent on third-party browser plug-ins such as Adobe Flash, Microsoft Silverlight, and Google Gears.

300

What are non-semantic elements implanted with?

with a class attribute with the purpose of defining the structure and meaning of the content.

300

What does the Deprecated tag <noframes> mean?

Defines a noframe section

300

What is Websocket?

It allows a two way communication between the browser and the server which operates over a single socket.

300

What type of Syntax is 

  • <input type="text" value="Ron" disabled>

  • <input type="text" value=Ron>

400

What is an alternate use of HTML5?

To display content on the world wide web.

400

<div> and <span> are examples of what?

Non-Semantic Elements

400

What does the Deprecated Tag <dir> mean?

Defines a noframe section

400

What is Forms 2.0?

In HTML5 it is enhanced with new types of controls for forms.

400

What type of Syntax is <input type="text" value="Ron Louis">

Double-quoted

500

True or False?

HTML5 is designed, as much as possible, to be backward compatible with existing web browsers.

True

500

Who implemented the non-semantic elements with a class attribute?

Web Developers

500

What does the Deprecated tag <Tt> mean?

Defines teletype text

500

What is Persistent Local Storage?

It allows web applications to store data locally within the user's browser.

500

What type of Syntax is <input type="text" value='Ron Louis'>

Single-quoted