May 4, 2012

HTML Lesson 4: How to Insert an Image in HTML

As you recall from Lesson 1 (What is HTML?), adding a paragraph in HTML is as simple as wrapping text in <p> and </p> tags. Adding an image, however, is a little more complicated. Follow Along Before we continue, I encourage you to follow along by copying and pasting today’s code into your own HTML […]

May 4, 2012

HTML Lesson 3: Attributes and Values: How to Create a Hyperlink

In our previous lesson, you encountered equal signs and quotation marks inside a HTML element for the first time. In today’s lesson, you will learn how to use equal signs and quotation marks to create attributes and values. Be Sure To Follow Along Before we continue, I encourage you to follow along by copying and […]

May 4, 2012

HTML Lesson 2: How To Create and Save Your First HTML File By Hand

It’s time to get your hands dirty and write your first HTML file. Let’s begin by opening a text editing program. If you are on a Microsoft Windows PC open the program named Notepad (look in your Start Menu for it, or simply hold down the Windows Key on your keyboard and press R, then […]

May 4, 2012

HTML Lesson 1: What is HTML?

Are you a graphic designer who needs to needs to take the next step towards creating dynamic web pages?  If you want your website to be accessible, quick-loading, and easy-to-edit you will need to learn a computer language named HTML. <p> is for Paragraph HTML is the language that web pages are written in; it […]