Learning How To Code: HTML

Welcome, Youngster.

So! You want to learn HTML.

downarrow

Introduction

HyperText Markup Language (HTML) is the standard markup language for creating Web pages. HTML describes the structure of Web pages using various different tags, which are used to perform different commands. For an example the <p> element represents the use of a paragraph. These tags or elements are the building blocks of HTML. Web browsers e.g. Chrome or Safari do not display the HTML tags, but use them to render the content of the page. HTML elements are the building blocks of HTML pages. With HTML constructs, images and other objects such as interactive forms may be embedded into the rendered page.



With this directory here we will show you the way to code HTML with the Flow:

Creating Your First Web Page!

Learn basic markup structure and make your first webpage.

Start Creating Your First Web Page!

Common HTML Tags!

This will teach you how to use elements and basic markup structure.

Learn About Common HTML Tags!

Put Images and Videos In Your Web Page!

This will show you how to add images and videos to give that extra edge. Boom!!!

Learn About Images and Videos!

Putting Lists and Tables In Your Web Page!

Learn how to add a table. Many uses. Much convinience.

Learn About Lists and Tables!

Making Your Web Page XHTML 1.0 Strict

This can be very annoying.

Learn About XHTML Validation!

Multi-page Websites

Start linking up your pages with the use of the a tag. WOWIE.

Learn About a Multi-Page Website!

File Oraganisation of Your Website

Making the back-end of your website look just as good as the front of it. Such Features.

Learn About File Organization!