HTML

HowTo – Resolving Page Formatting Problems Due To Viewers Language Settings

When you are designing sites that you know will be viewed by persons who have different language settings it is important to decide whether you will force a language or design different versions of your site to provide optimal viewing. To set the language options you may place the following HTML in your Header Element. […]

Lesson 4 – Adding And Using Images In HTML

Although there are a number of ways to make HTML look nice with divs tables borders backgrounds and other styling images do play a big part in how your site looks not to mention that adding images within your content is an important way to convey ideas. So, what types of images can you use? […]

Lesson 3 – Adding And Styling Text In HTML

Good Typography is important for every webpage. When your visitor reads your site they want the text to be presented in a way that is easy to read and is highlighted or styled to bring emphasis and guide the reader. In lesson 2 we saw that there are basic mandatory tags that must be included in every […]

Lesson 2 – Manditory HTML Tags For Every Page

There are a few tags that every Webpage needs to let your browser know that it is a webpage. <!DOCTYPE> Tells the browser what version of HTML it should expect <html> Starts the page <head> Includes non displayed information such as the title and links to other files <title> Is displayed in the browser title […]

Lesson 1 – What Is HTML

Lesson 1 – What Is HTML HTML means HyperText Markup Language it is the code that Webpages are made out of. In our series of lessons we will cover how to build a webpage by putting together a number of HTML elements to control layout, formatting and to add items like images and multimedia. Elements are […]