Category

HTML Beginners Course

Course for HTML Beginners.

14 posts

HTML Iframes
HTML Beginners Course

HTML Iframes

Have you ever wanted to embed another web page INSIDE your web page? Well, Iframes are exactly what you’re looking for (if the web page supports it, t...

Scott Weaver
Read
HTML Forms
HTML Beginners Course

HTML Forms

Forms let us gather data from a user and process it in a variety of ways, including storing registrations in a database, emails in a mailing list, sen...

Scott Weaver
Read
HTML Tables
HTML Beginners Course

HTML Tables

Tables let us format data into rows and columns — just like an Excel/Google Spreadsheet, or they let us create a layout grid (not to be confused with...

Scott Weaver
Read
HTML Anchor Links and Tags
HTML Beginners Course

HTML Anchor Links and Tags

In this video, we pick up where we left off last time with learning about HTML Links and we dive into HTML Anchor Tags in combination with HTML Link t...

Scott Weaver
Read
Links
HTML Beginners Course

Links

If you want to learn how to create links to external sites, links to internal pages or even create a navigation section, this video is for you!

Scott Weaver
Read
Images and File Referencing
HTML Beginners Course

Images and File Referencing

Have you ever wanted to use an image on an HTML document? Well, now you can! Watch the video above where I go into how to insert images into your web...

Scott Weaver
Read
HTML Ordered and Unordered Lists
HTML Beginners Course

HTML Ordered and Unordered Lists

Lists! How do they work? They’re ordered, they’re unordered, they’re nested. In this video, I talk about how you can create each kind of list by looki...

Scott Weaver
Read
HTML Text Formatting and Decorators
HTML Beginners Course

HTML Text Formatting and Decorators

Formatting text is easy when you’re using something like a Word Document or a Google Doc, but what about when you want to do the same kind of thing in...

Scott Weaver
Read
HTML Headings
HTML Beginners Course

HTML Headings

HTML Headings help us break our web pages into logical sections, which make it easy to skim over documents and also make it easy for search engines to...

Scott Weaver
Read
HTML Paragraphs and Spacing
HTML Beginners Course

HTML Paragraphs and Spacing

In this video, we talk about paragraph tags — <p>, break tags — <br> and non-breaking space entities — &nbsp;. We’re just diving into actual elements...

Scott Weaver
Read