Section 1

Preview this deck

<DOCTYPE>

Front

Star 0%
Star 0%
Star 0%
Star 0%
Star 0%

0.0

0 reviews

5
0
4
0
3
0
2
0
1
0

Active users

0

All-time users

0

Favorites

0

Last updated

6 years ago

Date created

Mar 1, 2020

Cards (12)

Section 1

(12 cards)

<DOCTYPE>

Front

Tells the computer that this is a document written in HTML

Back

<HEAD>

Front

The code that puts the text on the webpage

Back

HTML tag

Front

Code that defines every structure on an HTML page, including the placement of text and images and hypertext links.

Back

HTML

Front

Hypertext Markup Language

Back

HTML Element

Front

Individual element of an HTML code

Back

<p>

Front

The opening code of a paragraph

Back

<body>

Front

The body tells the computer to use large text and put it under the head.

Back

</>

Front

The way to close off a code statement.

Back

Website Content

Front

The raw text, images, and other elements included in a web page

Back

Website Structure

Front

The purpose of different pieces of content in a web page, used to help the computer determine how that content should be displayed

Back

<>

Front

The area where you put your code

Back

<HTML>

Front

The language that the computer understand

Back