An identifier that allows multiple elements in an html document to be styled in the same way
Back
Trustworthy
Front
able to be relied on as honest or truthful.
Back
Boolean
Front
A single value of either TRUE or FALSE
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
HTML Tag
Front
The special set of characters that indicates the start and end of an HTML element and elements type
Back
Frame
Front
A single image within an animation
Back
Heading
Front
A title or summary for a document or section of a document.
Back
Variable
Front
A placeholder for a piece of info that can change
Back
Conditionals
Front
Statements that only run under certain conditions.
Back
CSS Selector
Front
the part of a CSS rule-set that defines which HTML elements the style should be applied to
Back
Website
Front
A collection of interlinked web pages on the world wide web
Back
Abstraction
Front
Pulling out specific differences to make one solution work for multiple problems.
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
CSS
Front
Cascading Style Sheets
Back
Function
Front
A piece of code that you can easily call over and over again.
Back
Expression
Front
Any valid unit of code that resolves to a value
Back
Output
Front
Any device or component that receives information from a computer.
Back
Frame rate
Front
the rate at which frames in an animation are shown, typically measured in frames per second
Back
Website content
Front
Raw text images and other elements in a web page
Back
Input
Front
A device or component that allows information to be given to a computer
Back
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
Sprite
Front
A graphic character on the screen with properties that describe its location, movement, and look.
Back
Property
Front
Attributes that describe an objects characteristics
Back
Parameter
Front
An extra piece of information that you pass to the function to customize it for a specific need.
Back
Relevant
Front
Closely connected or appropriate to the matter at end
Back
HTML
Front
Hypertext markup language, a language used to create web pages
Back
Bug
Front
Part of a program that doesn't work correctly
Back
HTML Element
Front
A piece of a website, marked by a start tag and often closed with an end tag
Back
Search engine
Front
a program that searches for and identifies items in a database that correspond to keywords or characters specified by the user, used especially for finding particular sites on the World Wide Web.
Back
Debugging
Front
Finding and fixing problems in your algorithm or program.
Back
Indentation
Front
The placement of text farther to the right or left of the surrounding text, making it easier to understand the programs structure
Back
Animation
Front
A series of images that create the illusion of motion by being shown rapidly one after the other
Back
Algorithm
Front
Step by step sets of instructions used to solve a problem.
Back
Comment
Front
A note in the source code of a computer program that helps explain the code to people who read iy