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)

A3: Markup
Due: Recommended by Monday, 5.28

"Beginning HTML"

    Topic 04 Overview

01. Comments in HTML

    Leaving Messages and Notes Comments in HTML TODO

02. Attributes

    Elements Tags Adding Attributes Reviewing the Root Review of Structure TODO

03. Declaring Doctype

    Doctype In the Past In the Now TODO

04. Head Elements

    Elements in the Head Meta Viewport Title Link Style TODO

05. Body Elements

    Elements in the Body Structural Markup Semantic Markup TODO

06. Semantic Markup

    Bold and Strong Italic and Emphasis Superscript and Subscript Quotes Abbreviations and Acronyms Citations Definitions Addresses Insert and Delete Strikethrough TODO

07. Lists

    Lists in HTML Ordered Unordered Definitions Nesting Lists TODO

08. External Hyperlinks

    Linking to External Sites Using Links Targeting How the Link Opens Links to Outside Sites E-mail TODO

09. Internal Hyperlinks

    Linking Internally in the Site Page to Page To a Specific Part of the Same Page Namining IDs TODO

10. Proper and Polite Code

    Nobody Likes Rude Code Ordering Burrito Those Tags Indentation TODO

Addresses

The address tag defines the contact information for the author/owner of a document or an article.

The text in the <address> element usually renders in italic. Most browsers will add a line break before and after the address element.

HTML
<p>An address element can span multiple lines:</p>
<address>
  The University of Montana<br />
  32 Campus Dr<br />
  Missoula, MT 59812
</address>


  • ← Previous
  • Next →

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