- Overview
- Transcript
3.6 An Assignment
For today, you're not going to be learning from me specifically – you're going to put some of what you've learned to the test in your first assignment!
1.Introduction1 lesson, 00:55
1.1Course Introduction00:55
2.Week 17 lessons, 50:14
2.1Your First Web Page09:50
2.2Finding a Proper Code Editor07:15
2.3Lists12:36
2.4Parent-Child Relationships05:18
2.5Heading Tags03:41
2.6Blockquotes02:35
2.7Anchors08:59
3.Week 28 lessons, 56:02
3.1Your First Stylesheet09:46
3.2Clean Project Structures01:58
3.3Images04:33
3.4The Necessity of Divs07:11
3.5IDs and Classes08:30
3.6An Assignment01:31
3.7Assignment Solutions08:36
3.8Floats, and a Simple Layout13:57
4.Week 37 lessons, 1:22:49
4.1Navigation Lists06:15
4.2An Introduction to Forms15:46
4.3Image Replacement06:30
4.4The Basics of Typography10:20
4.5The Difference Between Relative and Absolute Positioning07:38
4.6Reproduce a Website Fragment30:45
4.7The Importance of Validation05:35
5.Week 43 lessons, 29:23
5.1Zen Coding06:32
5.2Resets and Normalizing05:01
5.3CSS Frameworks17:50
6.Final Project5 lessons, 1:19:55
6.1Creating the Markup11:30
6.2How to Slice a PSD08:39
6.3How to Create Snippets03:34
6.4The CSS For Our Website38:46
6.5Completing the Website17:26
7.Closing Thoughts1 lesson, 00:39
7.1Conclusion00:39
3.6 An Assignment
[SOUND] For today of your training, you're not gonna be learning from me specifically, you're going to put some of what you've learned to the test in your first quiz. So, you should be able to refer to each previous lesson in this series to figure out how to do each section. This is what you're going to be building, a very, very simple website but it'll test your knowledge of some of the HTML elements that we've learned here. So I'm not gonna give you any hints here. Your job is to rebuild this from scratch in your own editor without seeing my source code first. But, I'll give you a couple tips here. When creating your own website and deciding what elements to use, it's helpful to describe what each section is. So for example, we have our body, which is this whole window here, and it looks like it has a different background color. And then we have a top level heading here, and then we have just a little bit that describes our website, a paragraph. And then we have a list of some things that I enjoy. And then we have a subheading here some quotes with just some gibberish quotes here. And it looks like within our quote they're styled just a little bit differently. It looks like the text is centered and there's a border around our quote. So that's your job here. If you need to refer to a previous lesson, do so. But by tomorrow you'll wanna make sure that you have created this on our own. So get started.