What change in HTML5 has changed how data is persistent across user sessions?
Use of localStorage and sessionStorage
What does it mean when a tag has been deprecated?
It is outdated and no longer supported
What is semantic markup?
meaning or definition to several tags to make more sence
What is the purpose of CSS?
Change the appearance of the website
How are individual elements positioned on an HTML page using CSS?
float positioning and absolute positioning.
What does it mean that HTTP is a stateless protocol?
HTTP does not retain data from session to session.
If the tag is not supported in HTML5, how is the font family for text changed?
With cascading style sheets (CSS).
Which HTML5 tags are used to structure and organize a document?
<nav>
How is content created with HTML and then styled with CSS?
you must include a <link>element to the CSS file
How is float positioning used?
often is useful when a layout is in columns
What allows HTML5 applications to still work in an offline state?
AppCache.
How does the developer draw on the canvas?
Using a script, such as JavaScript.
When should I use the tag versus another type of element?
divide parts of one page Web site
What are essential CSS styling principles?
Content Flow, Positioning, and Styling
Which CSS property controls content overflow?
scrolling overflow
What HTML5 features assist in handling various device sizes?
Media queries.
What optional attribute can be added to automatically start the video?
auto-play
How do you create a table?
<table>
How do Web sites manage “content” and “style”?
CSS
Which CSS overflow property values show visible overflow and hide visible overflow?
Hidden overflow makes overflow invisible
verify the host specification for the HTML5 client. Which item are most related to this concern
Reliability, scalability, technical support, security etc.
What information is generally contained in the new footer tag?
The author of the document, copyright information,ETC.
How do you create an ordered list and an unordered list?
<ol>
How do Web sites manage content flow?
Using inline flow and block flow properties in CSS.
How is CSS used to control the arrangement of a UI?
using vendor prefix