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

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;

9 Cards in this Set

  • Front
  • Back

an element inserted into documents or files that changes the look of content or performs an action

a tag

a complete tag -


includes opening tag, enclosed tag content & closing tag

an element

provides additional information about HTML elements

an attribute

element that tells the browser about the structure of the website, representing the hierarchy of ideas from highest to lowest

<!--




The Heading Element


h1 (MOST IMPORTANT) - h6 (LEAST IMPORTANT)


opening tag: <h2>


closing tag: </h2>




ex:


<h1> The most important sentence.</h1>

-->

element used for paragraphs on a website

PARAGRAPH ELEMENT


opening tag:


closing tag:

placeholder text

lorem ipsum

tag used to add explanatory text about code that has been written - ensuring that nothing inside the tag will be read by the computer.

COMMENT TAG


eg:

1. element used to embed / insert images


2. its required attribute, which specifies the image path,


3. the strongly recommended attribute which provides alternate text for the image

1. The Image Embed Element -


2. The Source Attribute - src="x"


3. The Alternative Text Attribute - alt="y"




ex:




More: https://developer.mozilla.org/en-US/docs/Web/HTML/Element/img

1. element that links to content outside of your web page


2. the required attribute that provides the destination

1. The - a


open tag:


closing tag:


2. href attribute




ex. This organization is awesome.