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

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 →

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