Course Description

Every webpage you look at is written using a language called HTML (Hyper Text Markup Language). Imagine HTML as the framework that gives every webpage it's basic structure.

Fundamentally, an HTML document is only a text file that displays text and nothing else. When you open an HTML file using a browser, if interprets the HTML codes & tags around the text, using them to adapt the layout, display images, or make links to other HTML pages, either on the site or externally.

As HTML documents are only text files, we can write them in any simple text editor. A very popular alternative is to use a special kind of HTML editor - possibly one that concentrates on the visual aspects of the page rather than working with the codes - this is a WYSIWYG editor ("What You See Is What You Get

In this course, we'll use HTML to add paragraphs, headings, images, create navigation and also features of the newer HTML5 coding.


Webmaster & Programmer

James Kennedy

Many webmasters are self-taught & learn the skills they need through self-study websites that teach about programming and Web design, such as Ulearning. Companies seeking candidates for a webmaster position might require a webmaster to have a degree in computer science. A webmaster certificate program typically introduces students to Web authoring, teaching skills in Hypertext Markup Language (HTML), Web design, accessibility and cascading style sheets (CSS). Self learning is a great way to learn skills that you can put to use adapting your own web site presentation, but also find out if this could be a career for you!

Course curriculum

  • 1

    Mastering HTML & HTML5

    • VIDEO - HTML and HTML5 Introduction

    • VIDEO - Create A Basic Page in HTML

    • VIDEO - HTML Editors

    • VIDEO - HTML Saving Files

    • VIDEO - HTML Nesting

    • VIDEO - HTML Formatting Colors

    • VIDEO - HTML Site Navigation Links

    • VIDEO - HTML Link Targeting

    • VIDEO - Formattting Images

    • VIDEO - The Comments Tag

    • VIDEO - HTML What Are Meta Tags

    • VIDEO - HTML5 Using Audio Tags

    • VIDEO - HTML5 Using Video Tags

    • VIDEO - HTML Ordered Lists

    • VIDEO - HTML Unordered Lists

    • VIDEO - HTML hr Tag

    • VIDEO - Validating HTML