basic html elements

Primary tabs

Tiana Turman's picture

No Description Set

Bookmark to learn: Login to use bookmarks.

Bookmark to learn: Login to use bookmarks.

Add to collection ... add basic html elements to your collections:

Help using Flashcards ...just like in real life ;)

  1. Look at the card, do you know this one? Click to flip the card and check yourself.
  2. Mark card Right or Wrong, this card will be removed from the deck and your score kept.
  3. At any point you can Shuffle, Reveal cards and more via Deck controls.
  4. Continue to reveal the wrong cards until you have correctly answered the entire deck. Good job!
  5. Via the Actions button you can Shuffle, Unshuffle, Flip all Cards, Reset score, etc.
  6. Come back soon, we'll keep your score.
    “Repetition is the mother of all learning.”
  7. Signed in users can Create, Edit, Import, Export decks and more!.

Bookmark to learn: Login to use bookmarks.

Share via these services ...

Email this deck:

Right: #
Wrong: #
# Right & # Wrong of #

this code is an example of what:

number one on the list
number two on the list
a third item

ordered list

What are Attributes

An HTML attribute is a piece of markup language used to adjust the behavior or display of an HTML element.

Name at least 3 html attributes

src, alt, id, lang, href, style, title, value etc...

this is an example of what

opening h1 tag

this is an example of what

closing h1 tag

this is an example of how to leave a comment in html TRUE or FALSE

FALSE correct answer

this is the correct way to structure an image source attribute: src=1.jpg TRUE or FALSE

FALSE correct answer src="1.jpg"

how many header elements are there in html ?

6 . h1 - h6

Certain tags have attributes like the has.....

src and alt attributes.

What does HTML stand for?

Hyper Text Markup Language

HTML links are defined with the tag: TRUE or FALSE

TRUE