Section 1

Preview this deck

Hypertext Markup Language (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 (32)

Section 1

(32 cards)

Hypertext Markup Language (HTML)

Front

Language used to compose Web pages.

Back

<a> </a>

Front

used to create a hyperlink to another webpage or another location within the same webpage.

Back

<title> </title>

Front

title of webpage

Back

XML

Front

Extensible Markup Language, a way of writing data in a tree-structured form by enclosing it in tags.

Back

HTML Page

Front

An HTML page, or HTML document, is any document created in HTML that can be displayed in the World Wide Web.

Back

<align> </align>

Front

aligns text to a certain spot

Back

Web Browser

Front

A program used to view Web pages.

Back

<meta>

Front

tags placed in the head section of your code that help define the contents of a web page

Back

<img> </img>

Front

image in an html page

Back

<h> </h>

Front

used to help organize a page and help readers and search engines determine what to care about

Back

<html> </html>

Front

Indicates the start and end of an HTML document

Back

Flash

Front

allows web developers to incorporate animations and interactive content into their websites

Back

Landing Page

Front

the web page that a person reaches when clicking on a search engine listing or ad

Back

Java

Front

An object-oriented programming language designed specifically for programs (particularly multimedia) to be used over the Internet. Java allows programmers to create small programs or applications to enhance websites.

Back

Gadgets

Front

Are mini programs such as additional desktop icons, toolbars, and other elements.

Back

<dl> </dl>

Front

definition list

Back

<body> </body>

Front

Contains all the visible content of a web page.

Back

Web Site

Front

A collection of related web pages.

Back

<ol> </ol>

Front

ordered list

Back

Web Page

Front

A document which can display text, graphics, audio, video and other elements through a web browser.

Back

<p> </p>

Front

paragraph

Back

Home Page

Front

Main page of a web site; usually the first page.

Back

XHTML

Front

Extensible Hypertext Markup Language (XHTML) - uses XML code along with the HTML programming language to develop web pages.

Back

Tags

Front

Specific keywords or phrases incorporated into website content for means of classification or taxonomy

Back

Cascading Style Sheets (CSS)

Front

Style sheet language that provides the formatting and "look" of a Web page or document written in a markup language.

Back

<li> </li>

Front

list item

Back

Angle Brackets

Front

<> The characters, < and >, set HTML tags off from the rest of the text on an HTML page. These two symbols enclose all HTML tags.

Back

<head> </head>

Front

Identifies the header section of your document and is used primarily by search engines and browsers.

Back

JavaScript

Front

an object-oriented computer programming language commonly used to create interactive effects within web browsers.

Back

Welcome Page

Front

An introduction page when you visit a website. A welcome page often includes the Web page owner's email address and name.

Back

<br>

Front

Inserts a single line break

Back

Apps

Front

small, downloadable software programs that can run on smartphones and tablet devices

Back