• 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/14

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;

14 Cards in this Set

  • Front
  • Back

vs

use to add emphasis to the text. to bold it stylistically.

'<'p'>'

Paragraph - block element

'<'h1'>' - '<'h2'>'

Heading - ranges from 1-6 should be used for page structure not just to stylise elements

Comment in a Html


Comment in CSS

HTML


CSS - single line // comment


multi-line /* */ comment




'<'hr'>'

Horizontal Rule

'<'em'>'


vs


'<'i'>'

Both italicise


represents emphasis and a change in tone.

'<'header'>'

Structural element to define the head of the page.




Not to be confused with

or
'<'nav'>'

Structural element to define the primary navigation section.

'<'article'>'

Structural element to define a section of independent and self-contained content.

'<'section'>'

Structural element to define a thematic grouping

'<'aside'>'
Structural element holds content, such as sidebars, inserts, or brief explanations, that is tangentially related to the content surrounding it.
'<'footer'>'
Strucutral element identifies the closing or end of a page.

Html special characters begin with ? and end with ?

& and ; eg © '&'copy';'

'<'a'>'

Anchor