Section 1

Preview this deck

Property and value

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

Section 1

(37 cards)

Property and value

Front

They define what aspect of the selected properties to style

Back

link element, <link href="main.css" rel="stylesheet" />

Front

tells the browser where to find the CSS file used to style the page

Back

font-size property

Front

Sets the size value of an HTML element's text

Back

<audio>

Front

Defines multiple media resources for media elements, such as <video> and <audio>; defines sound content

Back

<video>

Front

Defines a video or movie

Back

Paragraph elements, "p" elements, <p>, </p>

Front

Used to introduce body text on a page, like in an article

Back

pills

Front

a set of buttons that give links to different parts of a site

Back

<form>

Front

defines a form that is used to collect user input

Back

<table>

Front

creates a table

Back

"div" element, <div class="nav"...>, </div>

Front

Groups other coding elements together

Back

RGB values and hexadecimal numbers (HEX numbers) : rgb(102,153,0),

Front

These can be used to select the color of an object

Back

<h1>

Front

Used to describe the main heading of the page

Back

JavaScript

Front

a programming language used to create pages that respond differently to different user actions

Back

<th>

Front

table header

Back

Bootstrap

Front

a collection of prewritten CSS rules made in order to construct a website faster

Back

Selector

Front

Specifies which HTML elements to style. These include HTML elements, class selectors,

Back

<caption>

Front

adds a title to a table

Back

<head>, </head>

Front

contains the information the web browser needs to display the page

Back

CSS rule

Front

Allows certain elements to be styled different ways

Back

font-family property

Front

Sets the font value of an HTML element's text

Back

padding property

Front

creates space between the content and border of an element

Back

<IMG>

Front

Used to add images to a page

Back

embed

Front

Back

<li>

Front

The element inside of which each item in a list is placed

Back

"A" elements, <a href = "http://quizlet.com/">Quizlet </a>

Front

Used to create links

Back

HTML elements

Front

The basic building blocks of web pages, describe each piece of content on a web page

Back

href attribute

Front

gives the browser the path to the CSS file used to style the page

Back

<ul>

Front

A bulleted list

Back

SRC attribute

Front

Contains the address of the image (filename)

Back

<select>

Front

drop down list

Back

CSS

Front

Uses rules to style HTML elements. Starts with a selector

Back

<html>

Front

The element that nests everything inside a webpage

Back

<!DOCTYPE html>

Front

Tells you which type of HTML file you're using, ensures that your webpage displays consistently when being viewed from different browsers

Back

jQuery

Front

a collection of prewritten JavaScript code that lets us easily create interactive effects on our site

Back

<source>

Front

Defines multiple media resources for media elements, such as <video> and <audio>

Back

rel attribute

Front

tells the browser that the file being linked is a CSS file

Back

<body>, </body>

Front

Contains the actual information in the webpage (Not to be confused with an HTML element)

Back