Computer Science Web Development Flash Cards

0.0(0)
studied byStudied by 0 people
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
Card Sorting

1/13

encourage image

There's no tags or description

Looks like no tags are added yet.

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

14 Terms

1
New cards

HTML

Hypertext Markup Language, a language used to create web pages.

2
New cards

HTML Element

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

3
New cards

HTML Tag

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

4
New cards

Website Content

The text and images on a website.

5
New cards

Website Structure

How the content of a website is organized.

6
New cards

Heading

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

7
New cards

List

Allows web developers to group a set of related items.

8
New cards

Digital Footprint

The collected information about an individual across multiple websites on the Internet.

9
New cards

CSS

Cascading Style Sheets; a language used to describe how HTML elements should be styled.

10
New cards

CSS Selector

The part of a CSS rule-set that defines which HTML elements the style should be applied to.

11
New cards

Copyright

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

12
New cards

CSS Class

An identifier that allows multiple elements in an HTML document to be styled in the same way.

13
New cards

Flexbox

A layout model in CSS for displaying items.

14
New cards

div

The HTML division tag, called “div” for short, is an element that lets you group sets of content together in a container.