Introduction to HTML Programming
Attend Question/ Answer MEETUP: http://goo.gl/kPHGFw
Follow Eli on the Vlog Channel: https://www.youtube.com/user/EliCompu…
Info
Level: Beginner
Presenter: Eli the Computer Guy
Length of Class: 100 Minutes
Tracks
Web Design
Prerequisites
Introduction to Website Administration
Purpose of Class
This class teaches students basic HTML Programming. After taking this class students will be able to code basic HTML web pages and write raw HTML code for sites such as Craigslist.
Topics Covered
Creating an HTML Page
Formatting Text
Creating Lists
Creating Tables
Adding Pictures
Adding Hyperlinks
Class Notes
Introduction
HTML is still very relevant for web programming
HTML is used to create Static Web Pages and for Formating
The Basics
Suffix has to be with .htm or .html
Home page has to be named INDEX or DEFAULT
Different web browsers display things differently
Deprecated means you should not use
If you have a LINUX web server you have to make sure you use correct capitalization
source