LESSON 1
LESSON 2
LESSON 3
LESSON4
LESSON 5
100

What change in HTML5 has changed how data is persistent across user sessions?

Use of localStorage and sessionStorage

100

What does it mean when a tag has been deprecated?

It is outdated and no longer supported

100

What is semantic markup?

meaning or definition to several tags to make more sence

100

What is the purpose of CSS?

Change the appearance of the website

100

How are individual elements positioned on an HTML page using CSS?

float positioning and absolute positioning.

200

What does it mean that HTTP is a stateless protocol?

HTTP does not retain data from session to session.

200

If the tag is not supported in HTML5, how is the font family for text changed?

With cascading style sheets (CSS).

200

Which HTML5 tags are used to structure and organize a document?

<nav>

200

How is content created with HTML and then styled with CSS?

you must include a <link>element to the CSS file

200

How is float positioning used?

often is useful when a layout is in columns

300

What allows HTML5 applications to still work in an offline state?

AppCache.

300

How does the developer draw on the canvas?

Using a script, such as JavaScript.

300

When should I use the tag versus another type of element?

divide parts of one page Web site

300

What are essential CSS styling principles?

Content Flow, Positioning, and Styling

300

Which CSS property controls content overflow?

scrolling overflow

400

What HTML5 features assist in handling various device sizes?

Media queries.

400

What optional attribute can be added to automatically start the video?

auto-play

400

How do you create a table?

<table>

400

How do Web sites manage “content” and “style”?

CSS

400

Which CSS overflow property values show visible overflow and hide visible overflow?

Hidden overflow makes overflow invisible

500

verify the host specification for the HTML5 client. Which item are most related to this concern

Reliability, scalability, technical support, security etc.

500

What information is generally contained in the new footer tag?

The author of the document, copyright information,ETC.

500

How do you create an ordered list and an unordered list?

<ol>

500

How do Web sites manage content flow?

Using inline flow and block flow properties in CSS.

500

How is CSS used to control the arrangement of a UI?

using vendor prefix

M
e
n
u