Course Description

HyperText Markup Language (HTML) is the standard markup language for creating web pages and web applications.  Learning how to write HTML code is essential to anyone who wants to create online content and the starting point for web page creation.

CSS and JavaScript rely on HTML structure in order to provide styling and interactivity within web pages. HTML is the fabric of the web, all online content is built upon HTML.

Once you start learning about HTML you will be amazed at how easy it is to write and how quickly you too will be able to build web pages.

HTML elements are the building blocks of HTML pages. This course will introduce you to the core fundamentals of HTML elements and show you how to use them to create web pages. Learning how to use HTML opens the door for so much more. 

Explore how you can create HTML to create structured documents using structural semantics for text such as headings, paragraphs, lists, links, quotes and other items. Create website content for modern web design, build HTML and be ready for the real world.

This HTML-in-the-real-world course presented by an instructor with over 20 years of experience in web development. 

Want to know more? What are you waiting for? Take the first step,  join now to start learning to create web content today.

Course Outcomes

  • Learn to build a web content from scratch

  • See the tools and resources used to create HTML files

  • Learn HTML & see how it works with CSS

  • Source code is provided so you can use it and tweak it as needed

Course curriculum

  1. 1
    • Introduction to HTML

    • Exploring HTML Editors

    • HTML resources

  2. 2
    • HTML page template, structure and tags

    • Source Code HTML

    • Pillar of HTML structure: Heading

    • HTML content formatting

    • Source code Formatting

    • HTML building tips

    • Introduction to CSS styling

  3. 3
    • Grouping content with divs and spans

    • Source Code

    • Hyperlinking with anchors

    • Adding images into HTML pages

    • Source Code

    • Lists in HTML

    • Source Code

    • HTML tables: Rows, columns, data & styling

    • Source Code

  4. 4
    • HTML5 Semantic Tags Structure

    • Source Code

    • Creating an HTML Form

    • HTML5 Form Elements

    • HTML5 input types

    • Tweaks attributes for form building

    • Source Code

    • HTML Tips