• Shuffle
    Toggle On
    Toggle Off
  • Alphabetize
    Toggle On
    Toggle Off
  • Front First
    Toggle On
    Toggle Off
  • Both Sides
    Toggle On
    Toggle Off
  • Read
    Toggle On
    Toggle Off
Reading...
Front

Card Range To Study

through

image

Play button

image

Play button

image

Progress

1/29

Click to flip

Use LEFT and RIGHT arrow keys to navigate between flashcards;

Use UP and DOWN arrow keys to flip the card;

H to show hint;

A reads text to speech;

29 Cards in this Set

  • Front
  • Back

Defines style information for a document




If "scoped" attribute not used, each

Style Attribute: "media"

Specifies what media/device the media resource is optimized for




Value: media_query

Style Attribute: "scoped"

Specifies that the styles only apply to this element's parent element and that element's child elements




Valuie: scoped

Style Attribute: "type"

Specifies the media type of the




value: text/css

Defines a section in a document.




Used to group block-elements to format them with CSS




Browsers place a line break before and after

element unless changed with CSS

Defines a section in a document




Used to group inline-elements in a document; provides a way to add a hook to a part of a text or a part of a document

Defines a header for a document or section




Container for introductory content or a set of navigational links. Usually contains one or more heading elements, a logo or icon, and authorship information.

Defines a footer for a document or section




Should contain information about its containing element




Typically contains authorship, copyright and contact information; sitemap; back to top links; and related documents




You can have several elements in one document

Specifies the main content of a document




Content in element should be unique to the document. It should not contain any content that is repeated across documents such as sidebars, navigation links, copyright info, site logos, and search forms.




Only one per document; NOT a descendant of an , , , , or

Defines a section in a document




Used to set apart chapters, headers, footers, or other sections of the document

Defines an article




Specifies independent, self-contained content.




Should make sense on its own and should be possible to distribute it independently from the rest of the site

Defines content aside from the content it is placed in.




Should be related to the surrounding content.

Defines additional details that the user can view or hide




Should not be visible unless the "open" attribute is set

Defines a dialog box or window




Makes it easy to create popup dialogs and modals on a web page

Dialog Attribute: "open"

Specifies that the dialog element is active and that the user can interact with it

Defines a visible heading for a element

Defines information about the document

Defines metadata about an HTML document. Metadata will not be displayed on the page, but will be machine parsable.




Typically specify page description, keywords, author, last modified.




Metadata used by browsers (how to display or reload page), search engines (keywords), etc.

<base>

Specifies the base URL/target for all relative URLs in a document.




There can be at most one, and it must be inside the <head> element.

<script>

Defines a client-side script




if "src" is present, <script> must be empty

<noscript>

Defines an alternate content for users that do not support client-side scripts

<embed>

Defines a container for an external (non-HTML) application or interactive content (a plug-in)

<object>

Defines an embedded object




Used to embed multimedia (audio, video, Java applets, ActiveX, PDF, Flash, etc) in your web pages. Also to embed another webpage into your HTML document.

<param>

Defines a parameter for plugins embedded within an <object> element





Sync Attribute: "async"

Sync Attribute




Specifies that he script is executed asynchronously- as soon as it is available.




only for external scripts

Sync Attribute: "charset"

Sync Attribute




Specifies the character encoding used in an external script file

Sync Attribute: "defer"

Sync Attribute




Specifies that the script is executed when the page has finished parsing




only for external scripts

Sync Attribute: "src"

Sync Attribute




Value: URL




Specifies the URL of an external script file

Sync Attribute: "type"

Sync Attribute




Value: media_type




Specifies the media type of the script