Intro to Web Design & Development
  • Course Info
  • Modules
    • Introduction
    • Project 1

    • Topic 1
    • Topic 2
    • Topic 3
    • Project 2

    • Topic 4
    • Topic 5
    • Topic 6
    • Topic 7
    • Project 3

    • Topic 8
    • Topic 9
    • Topic 10
    • Finals
  • FAQs & Walkthroughs

Current Assignment(s)

P1: The Live Site
Due: Recommended by Monday, 5.21

"Basic Pages"

    Topic 03 Overview

01. Browsers

    Web Browsers Brief History of Browsers Browser Stats TODO

03. Beginning in HTML

    Beginning HTML Processing and the DOM Elements Tags TODO

04. Main Document Elements

    Document Type The Root Element The Head Element The Body Element In Review TODO

05. HTML Headings

    Headings Rank of Importance TODO

06. HTML Paragraphs

    Ignoring Empty Space Basic Paragraphs Preformatted Text TODO

07. Empty Elements

    Only One Tag Required Line Breaks Horizontal Rules Image Element Intro TODO

08. Index.html Files

    About the Index.html File- vs Directory-Based URLs Part 1 - Creating a New HTML File Part 2 - Adding Elements Part 3 - Pushing to GitHub.com Part 4 - Creating an index.html TODO

09. Going Live

    Showing the World Creating a Website with GitHub Pages Going Live - Make Your Repo a Webpage TODO

10. Snooping

    Inspection and History Snooping on Others The Internet of Yesteryear TODO

Rank of Importance

<h1> defines the most important heading. <h6> defines the least important heading. <h1> headings are considered to be main headings, while <h2> headings are usually considered sub-headings and so forth through <h6>.

By default, browsers will display headings with decreasing font size, although headings should instead be explicitly styled using CSS rules and definitions. This prevents any un-expected rendering of the web document content.


  • ← Previous
  • Next →

Intro to Web Design & Development 2018 | The University of Montana School of Media Arts