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

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;

21 Cards in this Set

  • Front
  • Back

HTML documents are what kind of files?

text files

Dynamic HTML is a combination of ______, ______, and __________.

HTML, CSS, and JAVA SCRIPT

True/False: Dynamic HTML is a special programming language by itself.

False

For the URL: http://www.schoolname.com/edu/departments/art/index.html



The domain name of the web server is _______.


This URL is a web address of a file named ________.


This file is located in the folder named _____, which is inside another folder named _______.

The domain name of the web server is www.schoolname.edu


This URL is a web address of a file named index.html


This file is located in the folder named art, which is inside another folder named departments.

______ are markup codes in an HTML document that tell the Web browser how to format the text when displaying it.

Tags

In the HTML code


This is a paragraph.




is the ______, and the

is the _______. The text "This is a paragraph is the ________.

start tag; end tag; element content

What are the correct start tags and end tags to create a basic HTML document?

This is the content of the web page.


The _____ tag is used to create a line break-- to force a new line without starting a new paragraph. By default, the line created using this tag has _______ spacing.


; single-line

The _____ tag is used to create a heading 1 element.

Fill in the blanks for the HTML code below to create a link to your favorite web site.



<__ _____="______________">My Favorite Website

a; href; http://ww.google.com/

What's the HTML code to create a list as shown?



1. Preheat oven to 450 degrees


2. Heat butter and oil in large saucepan


3. Cook the shrimp for 10 minutes

1. Preheat oven to 450 degrees.
2. Heath butter and oil in large saucepan.
3. Cook the shrimp for 10 minutes.

What's the HTML code to create a list as shown?



-Elephants


-Tigers


-Frogs

* Elephants
* Tigers
* Frogs

What's the HTML code to create a 2x2 table, with with one of the cells colored red? (words: elephants, tulips, tigers, roses)



elephants

tulips



Tigers

Roses


What does HTML stand for?

Hyper Text Markup Language

What's the correct HTML tag for the largest heading?

What is the correct HTML tag for inserting a line break?


What's the correct HTML tag to make a text bold?

What is the correct HTML for creating a hyperlink?

W3Schools

How can you make a numbered list?

What is the correct HTML for inserting an image?

What is the correct HTML for inserting a background image?

<body background="background.gif">