Learn how to use Markdown features to make your README file more readable and professional by adding text styles, lists, and checklists.
Markdown is a simple way to format text using special characters. GitHub automatically renders Markdown in .md
files, so your README can include:
Bold and Italic Text
**bold**
β bold*italic*
β italic***bold and italic***
β bold and italicHeadings
#
for large headings##
for medium###
for smallUnordered Lists
- Item one
- Item two
- Item three
Ordered Lists
1. First step
2. Second step
3. Third step
Checklists
- [x] Create repository
- [x] Add index.html
- [ ] Add CSS file
- [ ] Link additional pages
β Checkboxes help track progress and assignments.
README.md
on GitHub and click the pencil icon to edit.## Project Features
.Use at least: