Basics

Heading 1

paragraph

Link to Dog Shaming

Santa Washu

Lists

unordered list

Bullet types

  1. ol
  2. ol
  3. ol
  1. type="A"
  2. type="A"
  3. type="A"
  1. type="a"
  2. type="a"
  3. type="a"
  1. roman #
  2. roman #
  3. roman #
  1. lowercase roman #
  2. lowercase roman #
  3. lowercase roman #

"description list"

Washu
- labrador retriever
Kelvin
- german shepherd
  1. start="50"
  2. start="50"
  3. start="50"

An internal CSS is used to define a style for a single HTML page.
An internal CSS is defined in the <head> section of an HTML page, within a <style> element.

Attributes

paragraph in-line style = red

Heading 2 uses in-line style to specify font size (60)


The text inside a <pre> element is displayed in a fixed-width font (usually Courier), and it preserves both spaces and line breaks:

  My Bonnie lies over the ocean.

  My Bonnie lies over the sea.

  My Bonnie lies over the ocean.

  Oh, bring back my Bonnie to me.

paragraph with in-line style font-family veranda (in-line styles over-take internal (in the page head tag) styles BUT NOT external stylesheets)

paragraph font style size = 160%

Centered paragraph.


HTML text attributes

This text is bold
This text is strong
This text is italic
This text is emphasized
This text is small
This text is marked
this text is deleted
this text is inserted
this text is subscripted
this text is superscripted

Browsers usually insert quotation marks around the <q> element.

blockquote below
blockquote here


<!-- comment tag -->

Color

https://www.w3schools.com/colors/colors_names.asp

heading 3 with background color = dodger blue

paragraph with background color set to tomato

heading 1 with 2 px border set to violet

heading 1 with background color set to rgba value = 155, 155, 0, 0.5


External CSS

Page 2 (with external css)