Multimedia/Website Development 5

Multimedia/Website Development 5

memorize.aimemorize.ai (lvl 286)
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 (12)

Section 1

(12 cards)

HTML

Front

<html></html>

Back

Website Structure

Front

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

Back

Digital Footprint

Front

The collected information about an individual across multiple websites on the internet

Back

HTML Element

Front

A piece of a website. Marked by a start tag and sometimes closed with an end tag. Also includes the content of the element as well.

Back

Website Content

Front

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

Back

<html>

Front

indicates the beginning of your code written in HTML

Back

<p></p>

Front

defines a paragraph

Back

<!DOCTYPE html>

Front

Tells the computer that this is a document written in HTML

Back

<head></head>

Front

Contains information (sometimes called "metadata") about your webpage

Back

HTML Tag

Front

The special set of characters that tells the machine where the start and end of an HTML element is and what type it is.

Back

HTML

Front

Stands for Hypertext Markup Language and is used to create the content of a web page.

Back

<body></body>

Front

Contains all the main content on your webpage

Back