HTML element examples

Welcome to my very cool website!

Paragraphs and preformatted text

This page demonstrates HTML elements. For example, this is a paragraph element defined by <p>




This paragraph is separated by the previous one using line break elements: <br>

            The text in this element is preformatted using <pre>. It's best used for text that has already been formatted with correct spacing and character width. Here are two examples, one with preformatting and one without.
        

Without preformatting:

_ _ _ _ __ _ _ _ | | | | (_) (_) / _| | | | | | | | |_| |__ _ ___ _ ___ | |_ __ _ _ __ ___ _ _ | |_ _____ _| |_ __ _ _ __| |_ | __| '_ \| / __| | / __| | _/ _` | '_ \ / __| | | | | __/ _ \ \/ / __| / _` | '__| __| | |_| | | | \__ \ | \__ \ | || (_| | | | | (__| |_| | | || __/> <| |_ | (_| | | | |_ \__|_| |_|_|___/ |_|___/ |_| \__,_|_| |_|\___|\__, | \__\___/_/\_\\__| \__,_|_| \__| __/ | |___/

With preformatting:

 _   _     _       _        __                         _            _                _   
| | | |   (_)     (_)      / _|                       | |          | |              | |  
| |_| |__  _ ___   _ ___  | |_ __ _ _ __   ___ _   _  | |_ _____  _| |_    __ _ _ __| |_ 
| __| '_ \| / __| | / __| |  _/ _` | '_ \ / __| | | | | __/ _ \ \/ / __|  / _` | '__| __|
| |_| | | | \__ \ | \__ \ | || (_| | | | | (__| |_| | | ||  __/>  <| |_  | (_| | |  | |_ 
 \__|_| |_|_|___/ |_|___/ |_| \__,_|_| |_|\___|\__, |  \__\___/_/\_\\__|  \__,_|_|   \__|
                                                __/ |                                    
                                               |___/                                     
        

Links

Absolute link to the course homepage: Course page
Relative link to the demos folder: Demos
Relative link to the course homepage: Course page
Relative link to my department homepage: My page
Relative link to the department page: Dept page
Relative link to the week 02 notes page: Week 02 notes page
Relative link to the directory setup page: Setup directory

Tables

Name Number
Nick 1
A name is but a word
that your friends call you.
A number is just an abstract
thing mathematicians use to
feel better about things.
Nick2 What is this?

Spring 2022 schedule:

TimeMondayTuesdayWednesdayThursdayFriday
10:00 AMCMPS 3420 Lab:
10:00 AM - 12:30 PM
11:00 AM(Even weeks) Dungeons and Discourse
(Odd weeks) Don't Panic
:
11:00 AM - 11:30 AM
(Odd weeks) TEAM O7:
11:00 AM - 11:30 AM
12:00 PMCMPS 3420 Lecture:
12:00 PM - 12:50 PM
CMPS 3420 Lecture:
12:00 PM - 12:50 PM
CMPS 3420 Lecture:
12:00 PM - 12:50 PM
1:00 PMStudent hours (drop-in):
1:00 PM - 3:00 PM
CMPS 3680 Lab:
1:00 PM - 3:30 PM
Student hours (drop-in):
1:00 PM - 3:00 PM
(Odd weeks) CMPS 4928 Lecture
(Even weeks) Team check-ins
:
1:00 PM - 2:40 PM
2:00 PM
3:00 PM(Even weeks) My Healthy Pet:
3:00 PM - 3:30 PM
Student hours (appts):
3:00 PM - 4:00 PM
Dept meetings:
3:30 PM - 5:00 PM
4:00 PM
5:00 PM
6:00 PM

Lists

Two kinds: unordered and ordered.

  1. This is the first item in the list
  2. This is the second item in the list
  3. Go to top of page