Section 1

Preview this deck

<th>

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

Section 1

(46 cards)

<th>

Front

table header

Back

<video>

Front

Defines a video or movie

Back

jQuery

Front

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

Back

Selector

Front

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

Back

href attribute

Front

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

Back

CSS rule

Front

Allows certain elements to be styled different ways

Back

<ul>

Front

A bulleted list

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

<caption>

Front

adds a title to a table

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>

Front

The element that nests everything inside a webpage

Back

rel attribute

Front

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

Back

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

Front

Groups other coding elements together

Back

pills

Front

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

Back

padding property

Front

creates space between the content and border of an element

Back

font-size property

Front

Sets the size value of an HTML element's text

Back

<body>, </body>

Front

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

Back

<h1>

Front

Used to describe the main heading of the page

Back

HTML elements

Front

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

Back

JavaScript

Front

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

Back

<head>, </head>

Front

contains the information the web browser needs to display the page

Back

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

Front

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

Back

<source>

Front

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

Back

<audio>

Front

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

Back

<select>

Front

drop down list

Back

SRC attribute

Front

Contains the address of the image (filename)

Back

Bootstrap

Front

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

Back

<table>

Front

creates a table

Back

font-family property

Front

Sets the font value of an HTML element's text

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

CSS

Front

Uses rules to style HTML elements. Starts with a selector

Back

<IMG>

Front

Used to add images to a page

Back

<form>

Front

defines a form that is used to collect user input

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

Property and value

Front

They define what aspect of the selected properties to style

Back

embed

Front

Back