Skip to content

Commit aa65dcc

Browse files
committed
Added Table of Contents
1 parent 457379a commit aa65dcc

File tree

1 file changed

+69
-37
lines changed

1 file changed

+69
-37
lines changed

README.md

Lines changed: 69 additions & 37 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,47 @@ On a computer. Here.
2424

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

27+
##Table of Contents
28+
- [HTML](https://github.com/cassidoo/HTML-CSS-Tutorial)
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)
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 Ladies/Laddies (Get it? HTML Jokes are the best...)
65+
- [Final Project!](https://github.com/cassidoo/HTML-CSS-Tutorial)
66+
- [And now, the end is near](https://github.com/cassidoo/HTML-CSS-Tutorial)
67+
2768
##HTML Time. Let's Go.
2869

2970
###Editors
@@ -338,7 +379,7 @@ Let's mix it up a bit with different borders for you to check out. I'm just goi
338379
339380
Notice how I added `width` and `height` to a couple of them. We're getting incestuous with our stylings. Aww yeah.
340381

341-
####Text styles
382+
####Text Styles
342383

343384
Besides having header tags and colors, there are other text styles that you can use. What if you want bold text, or italics? Different sizes? Once again, the `style` attribute comes to the rescue.
344385

@@ -906,20 +947,20 @@ There is a way to fix this.
906947

907948
So, instead of adding space to margins and padding on all four sides, you can add them just to the top, bottom, left, and/or right. There's a few ways to do this:
908949

909-
* `margin: 5px 10px 15px 0px;`
910-
- top margin is 5px
911-
- right margin is 10px
912-
- bottom margin is 15px
913-
- left margin is 0px
914-
* `margin: 15px 0px 5px;`
915-
- top margin is 15px
916-
- right and left margins are 0px
917-
- bottom margin is 5px
918-
* `margin: 5px 10px;`
919-
- top and bottom margins are 5px
920-
- right and left margins are 10px
921-
* `margin: 15px;`
922-
- all four margins are 15px
950+
- `margin: 5px 10px 15px 0px;`
951+
- top margin is 5px
952+
- right margin is 10px
953+
- bottom margin is 15px
954+
- left margin is 0px
955+
- `margin: 15px 0px 5px;`
956+
- top margin is 15px
957+
- right and left margins are 0px
958+
- bottom margin is 5px
959+
- `margin: 5px 10px;`
960+
- top and bottom margins are 5px
961+
- right and left margins are 10px
962+
- `margin: 15px;`
963+
- all four margins are 15px
923964

924965
The same goes for `padding`, you can also do `padding: 5px 10px 15px 0px;`, etc. for all of the properties above. We're going to make some changes to both the `.header` and the `.menu` here:
925966

@@ -989,8 +1030,8 @@ The content would overlap on top of the header (because we just HAD to make our
9891030

9901031
So, let's add some `z-index` magic to our page! A couple things to note first:
9911032

992-
* `z-index` only works when you have already set the `position` of an element.
993-
* You can assign any number you want to `z-index`, as long as it is an integer (no decimals), and as long as the highest number is the highest level, and the lowest number is the lowest level.
1033+
- `z-index` only works when you have already set the `position` of an element.
1034+
- You can assign any number you want to `z-index`, as long as it is an integer (no decimals), and as long as the highest number is the highest level, and the lowest number is the lowest level.
9941035

9951036
Okay, I'm going to add some `z-index` properties to the page, and I'm also going to add some text changes that you have seen before (`text-align`, `font-family`) and one that you haven't seen before (`font-size`... you get one guess to figure out what this does):
9961037

@@ -1143,10 +1184,10 @@ CSS3 has a bunch of new features too. From new selectors to fancy text effects
11431184

11441185
If you want to read more about HTML5 and CSS3, check out some of the links below. If you feel like you've mastered the materials you learned here, you're probably ready to start diving in further!
11451186

1146-
* [W3Schools - HTML5](http://www.w3schools.com/html/html5_intro.asp)
1147-
* [W3Schools - CSS3](http://www.w3schools.com/css/css3_intro.asp)
1148-
* [HTML5 Rocks](http://www.html5rocks.com/)
1149-
* [Dive Into HTML5](http://diveintohtml5.info/)
1187+
- [W3Schools - HTML5](http://www.w3schools.com/html/html5_intro.asp)
1188+
- [W3Schools - CSS3](http://www.w3schools.com/css/css3_intro.asp)
1189+
- [HTML5 Rocks](http://www.html5rocks.com/)
1190+
- [Dive Into HTML5](http://diveintohtml5.info/)
11501191

11511192
#####How To Meet Ladies/Laddies (Get it? HTML Jokes are the best...)
11521193

@@ -1166,7 +1207,7 @@ With all that you've learned so far, make something! I want you to make a websi
11661207

11671208
You.
11681209

1169-
Put a photo up of yourself, add a biography, talk about your skills and experiences, make it the online version of you.
1210+
Put a photo up of yourself, add a biography, talk about your skills (be sure to include HTML and CSS among them) and experiences, make it the online version of you.
11701211

11711212
Use `<div>` tags and CSS to make a really awesome layout. Style everything in the text from `<h1>` to `<p>`.
11721213

@@ -1178,27 +1219,18 @@ The best way to learn is by doing. Do as much as you can until you think you ha
11781219

11791220
And if you need help you can always come back and visit. :)
11801221

1181-
## And now, the end is near
1222+
##And now, the end is near
1223+
1224+
Actually, now the end is here.
11821225

1183-
Okay! You've learned pretty much all that I can teach you. Congratulations, really. I'm not even going to joke around here.
1226+
You've learned pretty much all that I can teach you. Congratulations, really. I'm not even going to joke around here.
11841227
You've accomplished something that will help you for years to come!
11851228

11861229
Show off your website to your friends, and be proud of what you've done!
11871230

1188-
And with that, I'm signing off. Thanks for reading, you beautiful specimen, you.
1189-
1190-
1191-
1192-
1193-
1194-
1195-
1196-
1197-
1198-
1199-
1200-
1231+
And with that, I'm signing off.
12011232

1233+
Thanks for reading, you beautiful specimen, you.
12021234

12031235

12041236

0 commit comments

Comments
 (0)