Introduction to HTML
- Training videos available via instant download. ($197.00 Value) Click Here To See The Detailed Video Descriptions
- A Live 2-Hour Online Training Class with one of our experts. ($197.00 Value)
- 1 hour of One-On-One Support via email. ($97.00 Value) Just email our experts anytime to quickly get your questions answered.
- This unique training system normally costs $491.00, but today you can save $344.00. This is the most complete training available anywhere and you can get it for just...
$197.00
Our Risk-Free Lifetime Money-Back Guarantee
Purchase as many individual training tutorials as you like. If you discover the tutorials do not completely and successfully train you on that subject, simply contact us anytime at support@technicallead.com and we will give you a complete refund.
Why such a generous guarantee? It is simple. We know how powerful the tutorials are and we know they will help you. It is our way of assuring you - in the case you do not receive maximum benefit from the videos or if for whatever reason you are not completely satisfied - you won't have to pay for something you can't use.
However, you will never know until you try. That's why we are giving you as much time as you need to evaluate the videos. If they don't live up to your expectations you are not out a dime.
Descriptions Of The Items Included In This Course
- Complete Training Videos Via Instant Download ($197.00 Value) - When you order, you'll get the download links sent immediately to your email inbox. You'll be able to click the link to immediately download the videos and start learning right away. You'll own the videos so you can watch them as much and as often and you need to.
- A Live Online Training Class with one of our experts ($197.00 Value) - This is NOT a webcast where the communications go one-way. You will have an opportunity to interact with the presenter. This special event will be conducted in a two-hour segment with the instructor, live. With the webinar, we bring the classroom training to you WITHOUT the travel cost of airfare, hotel, meals away from home, and car rental. And the great thing about this is that you can attend the class over and over, as many times as you like. It's all included with your purchase today. Just think about being able to brush up on your skills with a live instructor anytime you need to!
Our live online training classes are constantly being scheduled. We try to hold them at various times to meet the diverse needs of our customers. You may see which classes are currently scheduled here:
• May 21, 2012 at 2:00 p.m. CST - Essential Plugins for Every WordPress Website
• June 6, 2012 at 2:00 p.m. CST - How to Use SEO to Get Unlimited Website Visitors
• June 13, 2012 at 1:00 p.m. CST - Finding Web Design Clients That Pay What You’re Worth
• June 20, 2012 at 2:00 p.m. CST - Domains & Hosting
1 hour of One-On-One Support via email ($97.00 Value) - At any time, you can send an email to your one-on-one support expert to help you resolve any questions you might have while watching the videos. You can even send in files, so they can diagnose the problem quickly and get you back on track.
This service is invaluable, because it can save you countless hours trying to solve a problem, not to mention the frustration of trying to do something and not knowing how. How many times have you been just 30 seconds away from putting your fist through the computer screen or tossing your keyboard across the room? Well those days are over. Now when you hit a roadblock, you can just take a deep breath, fire off an email to our experts and do something productive while we work on the solution. With this complete training package, your one-on-one support is good for 30 days. Within those 30 days, you will have a total of 1 hour of email access to your expert.
Detailed Video Descriptions
- 01 – Introduction (Running Time – 1:06)
- 02 – The Anatomy of HTML (Running Time – 7:05)
HTML is a very simple language to understand. In this video, Craig describes the basic structure and function of HTML markup. - 03 – The Structure of an HTML Document (Running Time – 5:37)
In this video, Craig demonstrates the basic setup for every HTML document. - 04 – The DOCTYPE Declaration (Running Time – 10:08)
In order to ensure that your browser renders your markup correctly, you need to include a DOCTYPE declaration, which tells your browser what version of HTML or XHTML the document is using. - 05 – The Head Section (Running Time – 15:45)
The head section of an HTML document includes titles, descriptions, and keywords, among other things. - 06 – Body and Paragraph Elements (Running Time – 9:33)
The body of an HTML document is the section that contains the actual content of the web page. In this video, Craig introduces us to the body element and the basic paragraph element for text. - 07 – Validating Your Documents (Running Time – 23:07)
In this video, Craig discusses the importance of making sure your HTML documents conform to specification and demonstrates a couple of methods for validating your HTML. - 08 – Text Formatting Tags (Running Time – 17:30)
In this video, Craig discusses how to use several html tags to emphasize or format text. - 09 – Abbreviations and Acronyms (Running Time – 5:21)
When displaying an abbreviation in your HTML document, the abbreviation and acronym tags provide a way for users to hover over the abbreviation or acronym in order to see what it stands for. - 10 – Inserting Images (Running Time – 16:34)
Without images, the World Wide Web would be a pretty boring place. In this video, Craig will demonstrate how to display images on your web pages. - 11 – Image Width and Height (Running Time – 4:09)
If you don’t specify the width and height of your images in HTML, you will notice the elements of the page shifting around as the images begin to load. In this lesson, Craig will demonstrate how to get around this issue by telling the browser window exactly how much space the images will take up. - 12 – Image Transparency (Running Time – 9:10)
Many novice web designers run into a wall when using image transparency in their web pages, and they end up with images that look horribly pixelated around the edges. In this video, Craig discusses the essentials of using images with transparency to help us overcome this problem. - 13 – Linking to Other Pages (Running Time – 12:21)
Hyperlinks are the backbone of the Internet. Without them, it would be infinitely more difficult to navigate from one web page or website to another. - 14 – Text Headings (Running Time – 11:22)
HTML allows a few different levels of heading tags, which allows you to assign levels of importance to the text headings of your web page. - 15 – Named Anchors (Running Time – 9:40)
These are a special kind of link that allows you to link to different areas of the same web document. - 16 – Formatting Text with CSS (Running Time – 18:56)
Cascading Style Sheets allow you to format the look and feel of your content without making any changes to the content itself. In this video, you will how to apply basic text formatting with CSS. - 17 – Formatting Links with CSS (Running Time – 9:12)
Formatting links is a little more involved than other text tags, because there are several “states” associated with links that you can format. - 18 – Lists (Running Time – 4:49)
In this video, Craig will demonstrate how to create ordered and unordered lists in HTML. - 19 – Definition Lists (Running Time – 8:39)
A definition list is a list of terms and their definitions. - 20 – Turning a List into a Menu (Running Time – 8:24)
In this video, you’ll learn how to style an unordered list and turn it into a horizontal menu. - 21 – Background Images (Running Time – 10:44)
In this video, Craig will continue with the menu example as he teaches you how to create a background image on top of which you can place your content. - 22 – Tables (Running Time – 12:54)
A table is an organized, two-dimensional structure for displaying data. In this video, you’ll learn how to create tables in HTML using the table, tr, and td elements. - 23 – Web Page Layout with Tables (Running Time – 6:32)
Before CSS became widely accepted, people used to lay out their basic web designs using tables. This method is not suggested any more, but in this video, we’ll take a quick look at how it was done. - 24 – Web Page Layout with CSS (Running Time – 26:52)
CSS is now the accepted way of laying out your web designs, because it now allows you to separate the content of your pages from the presentation. Also, it’s much easier to make changes to your layout when you use CSS. - 25 – Linking to External CSS Files (Running Time – 6:37)
In this video, you’ll learn how to create an external CSS file that you can link to multiple HTML documents. - 26 – HTML Comments (Running Time – 4:46)
A comment is a line of HTML code that does not render in the browser window. Comments can be very helpful in keeping your web pages well-documented and organized. - 27 – Conclusion (Running Time – 4:37)









Connect With Us!