Section 1

Preview this deck

<html>

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 (7)

Section 1

(7 cards)

<html>

Front

Indicates the beginning of your code written in HTML.

Back

open paragraph tag

Front

start of paragraph. paragraphs are just blocks of text in your web page

Back

<body>

Front

contains all the main contents of your web page.

Back

<head>

Front

contains information(sometimes called ''metadata)about your web page.

Back

html tag

Front

this starter code is included in each web lab project. the different tags are explained below.

Back

closing paragraph tag

Front

marks the end of a paragraph. an end tag is always just the opening tag with a / at the beginning

Back

<!doctype html>

Front

tells the computer that this is a document written in html.

Back