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

Visual Studio Code Managing Directories Managing Files Working with README.md Files Moving and Linking Files Upload a Directory to GitHub.com TODO

Headings

Headings delineate main titles or sections of a document. In Markdown, headings are made with a hash (#) and single space, followed by the desired text.

Markdown

# Heading 1
## Heading 2
### Heading 3
#### Heading 4
##### Heading 5
###### Heading 6
Preview

Heading 1

Heading 2

Heading 3

Heading 4

Heading 5
Heading 6


See more on headings.


development heading markdown

  • ← Previous
  • Next →

MART 341 Intro-Web-Dev © 2024