Logo Intro-Web-Dev
  • Modules
    • Introduction

    • GIT Module
    • 01://Reopositories
    • 02://READMEs
    • 03://Pages
    • 04://GIT Website

    • HTML Module
    • 05://Markup
    • 06://Forms
    • 07://Media
    • 08://HTML Website

    • CSS Module
    • 09://Color
    • 10://Typography
    • 11://Positiong
    • 12://CSS Website
  • FAQ
  • About

“READMEs”

Topic Overview

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

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 →

Intro-Web-Dev © 2025 | More at Media-Ed-Online