HTML Quickstart

Web Application Path

Rate This Course

Please share your feedback

Skip

HTML Quickstart with Rob Tietje

Input Elements

Input Elements

HTML

This lessons covers the following input elements

  • text field
  • password field
  • text area
  • combo box (or dropdown)
  • checkbox
  • radio button
3m 39s
Completed
Lessons
Getting Started
1 Introduction 7m 40s
2 Basic Structure 6m 19s
Basic Elements
3 Paragraphs and Headings 3m 17s
4 Images and Links 4m 48s
5 Ordered / Unordered Lists 1m 34s
6 Tables 6m 1s
7 Input Elements 3m 39s
Moving Forward
8 div and span 4m 58s
Assignment
1

Create a webpage that duplicates the following design using tables

Note: For eye color you can include brown, hazel, blue, gray

Add the following CSS to the head section of your page to make the form more presentable

<style>
table td { padding:3px 5px; }
</style>