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

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;

4 Cards in this Set

  • Front
  • Back

Using HTML to create a website

All webpages on the Internet are created using language called hypertext markup language

HTML describes:

– What information appears on a webpage


– How it appears on the page (formatting)


– Any links to other pages or sites

HTML P1

‘html’ it can be opened and viewed as a webpage from a browser. This example HTML code displays a message on a webpage:


<(html)>


<(h1)> Hello world (h1)>


<(p)> this is my first webpage (p)>


(html)>

HTML P2

The code uses tags to describe the appearance of the information:


-States that the document is a HTML document


– States that the information appears in the body of the page


- States that the following text appears as a prominent heading



-States that this is the beginning of a new paragraph