Basic Web Design Flashcards

HTML Definition

HyperText Mark-up Language

CSS Definiton

Cascading Style Sheets

What is HTML used for in a website?

Used to make the framework and rough content of the website.

What is CSS used for in a website?

Used to style and space content for a better product.

What element is used to make tables?

The < table > tag.

How do you style an element directly?

Place the "style" tag in the opening element.

How do you open an HTML5 document, telling the file that it is HTML5?

By using "!DOCTYPE html" as the selector.

How do you link "baseball.png" from an images folder placed next to the HTML document?

Since the folder is in the same place as the HTML document, it is simply "images/baseball.png"