Skip to content

Commit 972a7ca

Browse files
committed
Upate to do indexing in readme file
1 parent 4aa7ea2 commit 972a7ca

1 file changed

Lines changed: 40 additions & 39 deletions

File tree

README.md

Lines changed: 40 additions & 39 deletions
Original file line numberDiff line numberDiff line change
@@ -25,45 +25,46 @@ On a computer. Here.
2525
Because this stuff is important. Whether you're a business person formatting your emails, an aspiring web designer wanting to get your feet wet, or just someone who is interested and hasn't tried any sort of coding, scripting, or programming before, **HTML and CSS are an essential part** of your learning curve.
2626

2727
## Table of Contents
28-
* [HTML](https://github.com/cassidoo/HTML-CSS-Tutorial#html-time-lets-go)
29-
* Editors
30-
* Tag Structure
31-
* Text Structure
32-
* Links
33-
* Other tags
34-
* Images
35-
* Line Breaks
36-
* Tables
37-
* Making Things Gorgeous The Wrong Way
38-
* Colors
39-
* Width and Height
40-
* Borders
41-
* Text Styles
42-
* The `<head>` tag
43-
* Putting it all together so far
44-
* [CSS](https://github.com/cassidoo/HTML-CSS-Tutorial#css-is-magical-and-now-youre-gonna-learn-it)
45-
* Classes and IDs and other Segregation
46-
* Classes
47-
* IDs
48-
* Other Segregation
49-
* The `<span>` tag
50-
* The `<div>` tag
51-
* Background color
52-
* Floating
53-
* Positioning
54-
* Margins and Padding
55-
* Z-Index
56-
* The `<link>` Tag, Comments, and other Developer Joys
57-
* The `<link>` tag
58-
* Commenting
59-
* HTML Comments
60-
* CSS Comments
61-
* Other Developer Joys
62-
* Forms
63-
* HTML5 and CSS3
64-
* How To Meet Losers (Get it? HTML Jokes are the best...)
65-
* [Final Project!](https://github.com/cassidoo/HTML-CSS-Tutorial#final-project)
66-
* And now, the end is near
28+
29+
- [HTML](#html-time-lets-go)
30+
- [Editors](#editors)
31+
- [Tag Structure](#html-tag-structure)
32+
- [Text structure](#structuring-text)
33+
- [Links](#links)
34+
- [Other tags](#other-tags)
35+
- [Images](#images)
36+
- [Line breaks](#line-breaks)
37+
- [Tables](#tables)
38+
- [Making Things Gorgeous The Wrong Way](#making-things-gorgeous-the-wrong-way)
39+
- [Colors](#colors)
40+
- [Width and Height](#width-and-height)
41+
- [Borders](#borders)
42+
- [Text Styles](#text-styles)
43+
- [The `<head>` Tag](#the-head-tag)
44+
- [Putting it all together so far](#putting-it-all-together-so-far)
45+
- [CSS](#css-is-magical-and-now-youre-gonna-learn-it)
46+
- [Classes and IDs and other Segregation](#classes-and-ids-and-other-segregation)
47+
- [Classes](#classes)
48+
- [IDs](#ids)
49+
- [Other Segregation](#other-segregation)
50+
- [The `<span>` tag](#the-span-tag)
51+
- [The `<div>` tag](#the-div-tag)
52+
- [Background color](#background-color)
53+
- [Floating](#floating)
54+
- [Positioning](#positioning)
55+
- [Margins and Padding](#margins-and-padding)
56+
- [Z-Index](#z-index)
57+
- [The `<link>` Tag, Comments, and other Developer Joys](#the-link-tag-comments-and-other-developer-joys)
58+
- [The `<link>` tag](#the-link-tag)
59+
- [Commenting](#commenting)
60+
- [HTML Comments](#html-comments)
61+
- [CSS Comments](#css-comments)
62+
- [Other Developer Joys](#other-developer-joys)
63+
- [Forms](#forms)
64+
- [HTML5 and CSS3](#html5-and-css3)
65+
- [How To Meet Losers (Get it? HTML Jokes are the best...)](#how-to-meet-losers-get-it-html-jokes-are-the-best)
66+
- [Final Project!](#final-project)
67+
- [And now, the end is near](#and-now-the-end-is-near)
6768

6869
## HTML Time. Let's Go.
6970

0 commit comments

Comments
 (0)