suCSS Demo Page

Welcome to the world of suCSS!

Headings

Heading 1

Heading 2

Heading 3

Heading 4

Heading 5
Heading 6

Paragraphs

Paragraphs are like a fancy talk. They explain things in long, looong sentences. A paragraph consists of one or more sentences. Though not required by the syntax of any language, paragraphs are usually an expected part of formal writing, used to organize longer prose.

Blockquotes

"Blockquotes are like quotes, but they're big and fancy. They wear tuxedos."

Said no one, ever.

Asides

Lorem ipsum dolor sit, amet consectetur adipisicing elit. Rerum eligendi optio ipsa nemo assumenda mollitia inventore neque dolores animi ratione libero qui dolorem, distinctio aut, quae, iste, cumque nihil enim!

Lorem, ipsum dolor sit amet consectetur adipisicing elit. Dolorum perspiciatis corrupti eaque tempore autem doloremque, placeat, in earum ab maxime commodi tenetur quos provident fugit assumenda, consequatur vero ipsum, et.

Lorem ipsum dolor sit amet consectetur adipisicing, elit. Molestias, facilis. Dolores rerum omnis, adipisci odit ipsa, autem animi molestiae fugit temporibus fuga dignissimos, commodi et, itaque quo voluptatem recusandae voluptatibus.

Lists

Ordered List

  1. Make coffee
  2. Stare at screen
  3. Panic
  4. Breathe
  5. Google the answer

Unordered List

Description List

HTML
HyperText Markup Language - the language of the web.
CSS
Cascading Style Sheets - the makeup artist of the web.
JavaScript
The magician of the web - makes things move and shake!

Details and Summary

Click to reveal secrets

Lorem ipsum dolor sit amet consectetur adipisicing elit. Cum, odio! Odio natus ullam ad quaerat, eaque necessitatibus, aliquid distinctio similique voluptatibus dicta consequuntur animi. Quaerat facilis quidem unde eos! Ipsa.

Address

Written with love by Jon Doe.
Visit us at:
Example.com
Box 564, Disneyland
USA

Horizontal rules

Horizontal rules are like a line in the sand. They mark a separation between two things. Or maybe they're just fancy decorations.


See, here's another one. Aren't they cool?

Tabular data

Table
Header 1 Header 2 Header 3 Header 4
Row 1 Cell 1 Row 1 Cell 2 Row 1 Cell 3 Row 1 Cell 4
Row 2 Cell 1 Row 2 Cell 2 Row 2 Cell 3 Row 2 Cell 4
Row 3 Cell 1 Row 3 Cell 2 Row 3 Cell 3 Row 3 Cell 4
Row 4 Cell 1 Row 4 Cell 2 Row 4 Cell 3 Row 4 Cell 4
Row 5 Cell 1 Row 5 Cell 2 Row 5 Cell 3 Row 5 Cell 4

Code

Code snippets are like recipes for computers. They tell computers what to do in their own language.

Keyboard input: Cmd

Inline code: <div>code</div>

Sample output: This is sample output from a computer program.

Pre-formatted text

      P R E F O R M A T T E D T E X T 
      ! " # $ % & ' ( ) * + , - . /
      0 1 2 3 4 5 6 7 8 9 : ; < = > ?
      @ A B C D E F G H I J K L M N O
      P Q R S T U V W X Y Z [ \ ] ^ _
      ` a b c d e f g h i j k l m n o
      p q r s t u v w x y z { | } ~

Text Sections

Text sections are like building blocks of a story. They add flavor and style to your web page.

This is a text link.

Strong is used to indicate strong importance.

This text has added emphasis.

The b element is stylistically different text from normal text, without any special importance.

The i element is text that is offset from the normal text.

The u element is text with an unarticulated, though explicitly rendered, non-textual annotation.

This text is deleted and This text is inserted.

This text has a strikethrough.

Superscript®.

Subscript for things like H2O.

This small text is small for fine print, etc.

Abbreviation: HTML

This text is a short inline quotation.

This is a citation.

The dfn element indicates a definition.

The mark element indicates a highlight.

The variable element, such as x = y.

The time element:

Images

Plain <img> element

Photo of a kitten

<figure> element with <img> and <figcaption> elements

Photo of a kitten
Here is a caption for this image.

Background images

Progress

progress 30%

Dialog

Dialog

Dialogs are like pop-up books. They can contain stories, questions, or secrets.

Form elements

Input fields

Select menus

Checkboxes

Nested label > input

Sibling input + label

Radio buttons

Nested label > input

Sibling input + label

Textareas

HTML5 inputs

Action buttons

<a class=button> <a class=button aria-disabled=true>