Section 1

Preview this deck

<hr>

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)

<hr>

Front

defines a thematic break in a html page(horizontal line).

Back

Text Formatting

Front

defines special elements for defining text with a special meaning.

Back

<i>

Front

Defines italic text

Back

<abbr>

Front

Defines an abbreviation or an acronym

Back

HEX value

Front

hexadecimal value form: #rrggbb 00-ff

Back

<sub>

Front

Defines subscripted text

Back

RGBA value

Front

extension of RGB, A is for Alpha, full or not transparent rgba(red,green,blue,alpha) 0.0-1.0

Back

HSLA value

Front

extension of HSL color values with alpha, represents opacity of color hsla(hue,saturation,lightness,alpha) 0.0-1.0

Back

<del>

Front

Defines deleted text

Back

background color

Front

style="background-color:red;"

Back

Attributes

Front

additional info. about an element. ex: name="value"

Back

Fonts

Front

style="font-family:ariel;"

Back

<p>

Front

defines a paragraph

Back

<bdo>

Front

Overrides the current text direction

Back

src attribute

Front

Identifies the location and file name of the media resource. *<img> defines html images

Back

Text size

Front

style="font-size:300%;"

Back

RGB value

Front

rgb(red, green, blue) Intensity 0-100

Back

<address>

Front

Defines contact information for the author/owner of a document

Back

<q>

Front

Defines a short inline quotation

Back

<blockquote>

Front

Defines a section that is quoted from another source

Back

<mark>

Front

Defines marked/highlighted text

Back

<strong>

Front

Defines important text

Back

<em>

Front

Defines emphasized text

Back

alt attribute

Front

Configures alternate text content (description of picture)

Back

<head>

Front

container for all the head elements(title, scripts, styles, meta info, etc.)

Back

<br>

Front

Inserts a single line break

Back

title attribute

Front

HTML attribute that provides a text description of links. *added to paragraph element, as tooltip.

Back

Text alignment

Front

style="text-align:center"

Back

lang attribute

Front

declares a language * declared in the html tag

Back

<html>

Front

Hypertext Markup Language. Defines the root of a html doc.

Back

text color

Front

style="color:red;"

Back

comments

Front

Notify or remind yourself of something, and also good for debugging.

Back

Headings

Front

used to index the structure and content of webpage.

Back

href attribute

Front

short for hypertext reference, to indicate location to jump to. *<a> defines html links

Back

<b>

Front

defines bold text

Back

<ins>

Front

Defines inserted text

Back

<body>

Front

defines the docs. body

Back

HSL Value

Front

hue, saturation, and lightness hsl(hur, saturation, lightness) hue=0-360, saturation=0-100% lightness=0(b),50(neither light or dark), 100%(w)

Back

Color values

Front

In html, they can be specified using RGB, HEX, HSL, RGBA, HSLA values

Back

style attribute

Front

Allows adding several different types of styles to HTML elements. Inside tags. style= "property:value;" *declared in paragraph tag

Back

<cite>

Front

Defines the title of a work

Back

Border color

Front

set colors of borders, style="border:2px solid tomato;"

Back

<pre>

Front

Defines pre-formatted text

Back

<sup>

Front

Defines superscripted text

Back

<small>

Front

Defines smaller text

Back

width and height attributes

Front

Specifies the width and height (in pixels) of the video window.

Back