Start learning today, and be successful in your academic & professional career. Start Today!
Loading video...
Enter your Sign on user name and password.
Lecture Slides are screen-captured images of important points in the lecture. Students can download and print out these lecture slide images to do practice problems as well as take notes while watching the lecture.
I. Introduction | ||
---|---|---|
Overview of HTML 5 | 5:14 | |
Types of Websites | 7:46 | |
What is HTML? | 6:09 | |
Creation of the Internet | 25:35 | |
The Impact in Our Lives | 15:11 | |
Careers in Web Development | 23:25 | |
II. Getting Started | ||
Tools for Use | 11:45 | |
Planning A Web Site | 14:56 | |
Storyboarding | 6:42 | |
Elements, Attributes and Tags | 12:12 | |
Starting the Project | 6:20 | |
III. HTML 5 | ||
Header Tags | 43:14 | |
Text Styling | 15:59 | |
Information Tags | 11:44 | |
Tags Used to Emphasize Words | 8:02 | |
Tags Used to Arrange Text | 17:10 | |
Phrase Tags | 5:32 | |
Images | 13:04 | |
Hyperlinking | 25:50 | |
Tables | 16:51 | |
Forms | 22:34 | |
Additional Form Elements | 6:23 | |
The Form Tag | 8:29 | |
Form Action | 6:20 | |
Audio | 7:06 | |
Video | 6:47 | |
Iframe | 13:29 | |
Character Codes | 10:58 | |
Simple Java Script | 15:15 | |
Finishing Up | 8:49 |
3 answers
Tue Jul 7, 2015 2:22 AM
Post by S Fonseca on June 6, 2015
Can you give me some direction on how to embed Java applets on a web page. Interactive content from certain programs only run as Java applets and I need to have these dynamic simulations running on HTML5 web pages. Any other suggestions on how to do this would be appreciated.
1 answer
Sat Mar 28, 2015 11:34 PM
Post by David Llewellyn on March 9, 2015
Just a comment - the src for the video is out of date
"http://www.w3schools.com/html5/mov_bbb.ogg"
should be replaced with
"http://www.w3schools.com/html/mov_bbb.ogg" (/html/ not /html5/)
BTW the mp4 version
"http://www.w3schools.com/html/mov_bbb.mp4" also works provided you change the type to "video/mp4"