Websites

Basic HTML Structure

Basic HTML Structure

We start this lesson by exploring the syntax behind a HTML element, by explaining start and end tags, tag attributes and some of the terminology commonly used. After this we take a quick tour on the the basic structure of a HTML document. The lesson ends with a second practical where we add some HTML …

Basic HTML Structure Read More »

Advanced forms

Advanced Forms

In HTML Intermediate Tutorials we took a first look at forms, and introduced the <input>, <label> and <textarea> tags for use inside the <form></form> element. In this lesson we take a final look at forms with the remaining HTML tags we haven’t used for form entry so far. The button Tag The <button> tag and its’ closing </button> tag …

Advanced Forms Read More »