Section 1

Preview this deck

Unordered list

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

Section 1

(19 cards)

Unordered list

Front

<ul></ul>

Back

blockquote/ indent

Front

<blockquote>

Back

definition list

Front

<dl>

Back

Headings

Front

<h_> (1-6)

Back

line breaker

Front

<br/>

Back

images

Front

<img src = "img link" width = "num height = "num">

Back

Links

Front

<a href="link">hyperlink</a>

Back

ordered list

Front

<ol></ol>

Back

Bold text

Front

<b> <strong>

Back

subscript

Front

<sub>

Back

italic text

Front

<i> or <em>

Back

term on a definition list

Front

<dt>

Back

horizontal line

Front

<hr/>

Back

superscript

Front

<sup> </sup>

Back

HTML Basic Structure

Front

<html> <head> </head> <body> </body> </html>

Back

item on a list

Front

<li>

Back

Paragraphs

Front

<p></p>

Back

Link in html

Front

<h2 id = "word"> </h2> <a href =#"word"> text</a>

Back

definition on a definition list

Front

<dd>

Back