Section 1

Preview this deck

Hyperlink

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

Section 1

(29 cards)

Hyperlink

Front

A link from a HTML file to another location or file, typically activated by clicking on a highlighted word or image on the screen.

Back

<!DOCTYPE>

Front

document type

Back

Whitespace

Front

Any character that shows up as a blank space on the screen, such as a space, a tab, or a new line; helps separate different parts of the document to make it easier to read

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

<ul></ul>

Front

unordered list

Back

HTML

Front

Hypertext Markup Language, a language used to create web pages

Back

<img >

Front

image

Back

Copyright

Front

the exclusive legal right to print, publish, perform, film, or record literary, artistic, or musical material, and to authorize others to do the same

Back

<ol></ol>

Front

ordered list

Back

<p></p>

Front

paragraph

Back

<!-- →

Front

comment

Back

<li></li>

Front

list

Back

Website context

Front

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

Back

Heading

Front

A title or summary for a document or section of a document

Back

<html></html>

Front

HTML document

Back

HTML tag

Front

The special set of characters that indicates the start and end of an HTML element and that element's type

Back

Intellectual property

Front

A work or invention that is the result of creativity, such as a piece of writing or a design, to which one has rights and for which one may apply for a patent, copyright, trademark, etc.

Back

Citation

Front

A quotation from or reference to a book, paper, or author, especially in a scholarly work.

Back

Comment

Front

A note in the source code of a computer program that helps explain the code to people who read it

Back

Website

Front

A collection of interlinked web pages on the World Wide Web

Back

Debugging

Front

Finding and fixing problems in an algorithm or program.

Back

<a></a>

Front

hyperlink tag

Back

<h1> </h1> <h2> </h2> <h3> </h3> <h4> </h4> <h5> </h5> <h6> </h6>

Front

headings

Back

<head></head>

Front

title

Back

<body></body>

Front

content

Back

Bug

Front

Part of a program that does not work correctly.

Back

HTML element

Front

A piece of a website, marked by a start tag and often closed with an end tag

Back

Indentation

Front

The placement of text farther to the right or left of the surrounding text, making it easier to understand the program's structure

Back

Creative commons

Front

A collection of public copyright licenses that enable the free distribution of an otherwise copyrighted work, used when an author wants to give people the right to share, use, and build upon a work that they have created

Back