<form class="" action="" method="post">
<ul style="padding-left: 0;">
<li style="list-style: none; margin-bottom: 20px;">
<label for="name" style="display: block; cursor: pointer; color: #292929; font-family: sans-serif; padding-bottom: 8px;">Enter Your Name: </label>
<input id="name" name="name" />
</li>
<li style="list-style: none; margin-bottom: 20px;">
<label for="comments" style="display: block; cursor: pointer; color: #292929; font-family: sans-serif; padding-bottom: 8px;">Your Comments:</label>
<textarea name="comments" style="width: 400px; height: 200px;"></textarea>
</li>
<li style="list-style: none; margin-bottom: 20px;">
<label for="css" style="display: block; cursor: pointer; color: #292929; font-family: sans-serif; padding-bottom: 8px;">Do You Like CSS?</label>
<input type="checkbox" name="css" id="css" />
</li>
<li style="list-style: none; margin-bottom: 20px;">
<label for="" style="display: block; cursor: pointer; color: #292929; font-family: sans-serif; padding-bottom: 8px;">Favorite Language?</label>
<input type="radio" /> CSS
<input type="radio" /> HTML
<input type="radio" /> JavaScript
<input type="radio" /> Ruby
</li>
</ul>
</form>
- 空白目錄
- Day-1-Your-First-Webpage
- day1example
- 視頻總結
- Day-2-Getting-a-Proper-Code-Editor-and-Formatting
- day2example
- Day-3-Lists
- day3example
- Day-4-Parent-Child-Relationships
- day4example
- Day-5-Headings
- day5example
- Day-6-Blockquotes
- day6example
- Day-7-Anchors
- day7example
- Day-8-Your-First-Stylesheet
- day8example
- Day-9-Clean-Project-Structures
- day9example
- Day-10-Images
- day10example
- Day-11-The-Necessity-of-Divs
- day11example
- Day-12-Ids-and-Classes
- day12example
- Day-13-Assignment
- day13example
- Day-14-Assignment-Solution
- Day-15-Floats-and-a-Simple-Layout
- day15example
- Day-16-NavigationLists
- day16example
- Day-17-Introduction-to-Forms
- day17example
- Day-18-Image-Replacement
- day18example
- Day-19-Typography-Basics
- day19example
- Day-20-The-Difference-Between-Relative-and-Absolute-Positioning
- day20example
- Day-21-Creating-a-Website-Fragment
- day21example
- Day-22-The-Importance-of-Validation
- day22example
- Day-23-Zen-Coding
- day23example
- Day-24-Resets-and-Normalizing
- day24example
- Day-25-CSS-Frameworks
- day25example
- Day-26-Final-Project-Markup
- day26example
- Day-27-Slicing-a-PSD
- day27example
- Day-28-How-to-Create-Snippets
- day28example
- Day-29-Website-CSS
- day29example
- Day-30-Finishing-Up-the-Website
- day30example