Section 1

Preview this deck

ELEMENTS

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

Section 1

(17 cards)

ELEMENTS

Front

The objects that make up and define an HTML code

Back

italic tag

Front

A tag which will put the enclosed text in Italics as a stylistic choice.(<i>.....</i>)

Back

HTML TAGS

Front

tags which are required to enclose an HTML document in order for it to interpret properly

Back

TAGS

Front

Various statements that gives the definition of an object in HTML.

Back

blockquote tag

Front

Tags which may be used to surround a blockquote, and add the proper indentation for such.( <blockquote>.....</blockquote>)

Back

HTML COMMENTS

Front

tags which can be inserted into an HTML document to leave notes fro the programmers and others, to read the code more easily

Back

heading tags

Front

tags that can be used to declare headings ranging from <h1> all the way <h6> with <h1> being the largest

Back

strong tag

Front

a tag used to bold different lines of text and add strength to the pronunciation of screen readers

Back

child elements

Front

elements of code that are nested within other elements of the same code

Back

bold tag

Front

a tag used to bold certain aspects of text when the bold font is for stylistic choice

Back

DOCTYPE DECLARATION

Front

A tag which is written at the very top of an HTML document and tells the browser that this document is written in HTML, it does not require a closing tag(<!DOCTYPE html>)

Back

Body tags

Front

these tags must enclose everything written within an HTML document as a best practice.

Back

emmet abbreviations

Front

Abbreviated commands within some text editors that simplify certain aspects of writing code.

Back

emphasis tag

Front

A tag similar to the strong tag, which italicizes text and adds emphasis to the pronunciation of screen readers

Back

paragraph tag

Front

tags which are used to surround plain blocks of text

Back

screen readers

Front

software used for the blind and the hearing impaired to read text from a website or document

Back

parent elements

Front

an element of code which has another element nested with in

Back