Video description
Learn how to code in HTML from scratch. Perfect for beginners and anyone who wants to learn HTML
About This Video
- Learn to read, write, and understand HTML.
- Learn to code HTML
- A practical course designed for beginners and those who wants to learn HTML
In Detail
Introduction to HTML: A Complete Beginner-to-Expert Course is perfect for anyone who wants to learn HTML or learn more about it. HTML provides the structure for EVERY WEBSITE and it's the foundation for everything you see on the web. Browsers read HTML and render it out for web users.
In this course, you will learn everything you need to know about HTML and HTML5. It's packed full of challenges and exercises to get you writing HTML quickly. As you follow the lessons, source code is also included to get you started quickly and easily. The course will provide you everything you need to get started with HTML and challenge you to learn HTML.
This includes lectures on basic syntax—all the common tags used to develop web content and how and where you can write HTML—top resources and links are included. You'll learn about HTML structure within web pages, explore HTML5 semantic elements, build your own HTML template, create HTML lists; use hyperlinks, add images; and more.
All the code and supporting files for this course are available at: https://github.com/PacktPublishing/Introduction-to-HTML-A-Complete-Beginner-to-Expert-Course
Downloading the example code for this course: You can download the example code files for all Packt video courses you have purchased from your account at http://www.PacktPub.com. If you purchased this course elsewhere, you can visit http://www.PacktPub.com/support and register to have the files e-mailed directly to you.
Table of Contents
Chapter 1 : Introduction to learning HTML
HTML Course Introduction
00:03:45
HTML Introduction
00:03:21
Getting to Know HTML
00:07:04
What is an Element
00:04:45
HTML page structure
00:04:48
HTML metadata
00:02:25
HTML Doctype
00:02:12
Exercise #1 Making an index page
00:06:16
Element Formatting HTML
00:03:24
HTML Headings
00:03:44
Self Closing Tags
00:04:26
Exercise #2 HTML Tags
00:01:55
HTML Comments
00:02:14
Chapter 2 : HTML Tags
Preformatted Text
00:02:50
HTML Entities
00:03:17
HTML text formatting
00:03:52
More HTML text formatting
00:03:43
Practice text formatting
00:03:19
Divs and Spans to organize content
00:03:50
HTML5 Semantic Elements
00:03:46
Exercise #3 HTML5 Semantic Elements
00:04:46
Placeholder Content
00:02:05
Hyperlinks Anchor Tag
00:11:04
Try it Build a Page
00:04:29
Adding Images to your Page
00:03:34
Exercise #4 Images
00:02:53
HTML lists
00:05:21
Exercise #5 Adding Lists.
00:02:38
Exercise #6 rebuild the first website
00:05:05
Exercise #7 Nested Lists
00:04:52
HTML tables
00:08:21
Chapter 3 : HTML Forms
HTML tables with Style
00:02:05
HTML Forms
00:07:13
Exercise #8 Create a Contact Form
00:07:12
HTML Form options
00:03:57
Form Submission
00:03:57
More input types HTML5
00:11:21
More with HTML5 Forms
00:06:31
HTML form fieldset
00:04:06
Exercise #9 Form Practice
00:08:16
Chapter 4 : HTML conclusion and final tags
HTML iframes
00:03:22
Exercise #10 HTML Website Exercise
00:09:51
HTML Conclusion
00:02:48