Logo MART 341 Intro-Web-Dev
  • Modules
    • Week 1
    • Week 2
    • Week 3
    • Week 4
    • Week 5
    • Week 6
    • Week 7
    • Week 8
    • Week 9
    • Week 10
    • Week 11
    • Week 12
    • Week 13
    • Week 14
  • FAQ
  • About

The Internet

Topic Overview

Q & A with “the Internet”

What is the internet? What is the web? How does it work? TODO

The Flow of Information

Infrastructure Internet Protocols TODO

Directories and Addresses

Web Addresses Absolute URLs Relative URLs TODO

README.md Files

README Files and Directories Writing in Markdown TODO

Markdown Elements

Headings Paragraphs Emphasis Lists Links Images Code TODO

Developing with a Text Editor

Atom Text Editor Managing Directories Managing Files Working with README.md Files Moving and Linking Files Upload a Directory to GitHub.com TODO

Lists

There are two major list types we can make in Markdown: ordered lists (1, 2, 3, …) or unordered lists (·)

Markdown
1. First item.
2. Second item.
3. Third item.

- An item.
- Another item.
- Yet another item.
Preview
  1. First item.
  2. Second item.
  3. Third item.
  • An item.
  • Another item.
  • Yet Another item.


See more on lists.


development list markdown

  • ← Previous
  • Next →

MART 341 Intro-Web-Dev © 2021