Reference HTML Essentials
Reference HTML Essentials
Notes: This introductory class is very good. Students are encouraged to watch all the videos in the class.
Please make note of the remarks in the table below. Also, there is an accompanying set of hands-on
resources found in the “Exercise Files” that accompany the class. All of these resources are try-it-
yourself links hosted on codepen.io.
W3 Schools References
After watching the above videos, read the following resources at w3schools.com. Be sure to use the
“Try it yourself” editor feature provided by W3 Schools.
Title URL
HTML Tables https://www.w3schools.com/html/html_tables.asp
HTML Input Tag Input tags of type text and button will be used heavily in this course.
https://www.w3schools.com/tags/att_input_type_button.asp
https://www.w3schools.com/tags/att_input_type_text.asp
You will notice that there are two ways to create a button using HTML. There’s
<input type=’button’> and <button></button>. Both are valid, however, in this
course you will be using <input type=’button’>
https://www.w3schools.com/tags/tag_select.asp
CSS Basics As you work through the following, note the use of the following attributes:
font-family, font-size, margin, padding, width, background-color