1. Computing

Beginning HTML / XHTML Tutorials

If you are just starting out learning HTML, this resource center will help you get started. You'll find resources to learn HTML, get Web space, and get your pages up on your hosting service.
  1. CSS
  2. Layout
  3. Color
  4. Fonts
  5. Navigation
  6. Beginning HTML Glossary (11)
  7. HTML Challenge (1)

What You Need to Write HTML
One of the best things about learning to write HTML is that you don't need much more than a computer to begin writing HTML and building your own web pages. Learn the few things you need to start writing HTML.

What Can You Do with HTML?
HTML is the language of the web, but many people are not sure they should learn it. Find out why you want to learn HTML and what it's good for.

What is an HTML Tag or an HTML Element?
An HTML tag is the basic building block of a website. If you want to learn HTML, you'll need to learn about what an HTML tag is and how to use HTML tags in your documents.

Build Your First HTML5 Document
Learn how to build an HTML5 document from scratch. The ending document doesn't look terribly enticing because there are no styles attached, but it is a valid HTML5 document. The good news is that building an HTML5 document is just as easy as building an HTML 4.01 document.

HTML Syntax
HTML is written using a few characters to tell the browser or user agent which parts of the document are HTML and which parts are the content. By learning the syntax of HTML tags you can learn to write HTML.

Adding Images to Web Pages
Learn how to add images to a web page.

HTML Quick and Dirty
You might be surprised to learn that there are only two tags you need for a valid HTML document. Every other tag on your page is extra.

Uses for Definition Lists
Definition lists are a great tool in HTML that are often overlooked. Learn several ways you can use definition lists to create more effective web pages.

Web Abbreviations
There are many abbreviations in the web industry. And in many cases they are never used as anything other than an abbreviation. I suspect that many people use things like HTML, CSS, and the DOM without having any idea what they mean. This article covers some of the more common abbreviations in the web industry and explains what they mean.

How to Convert a Word Doc to HTML
If you have a Word document that you would like to put on a web page, you have a number of different options for getting it from Word to HTML. Learn how to put a Word doc on the web and convert DOC files to HTML.

How to Add an Attribute to an HTML Tag
Learn how easy it is to add an attribute to an HTML tag. Attributes modify HTML tags and provide additional information to the web browser. They are easy to add to HTML tags.

What is the HEAD Element For?
The top of your pages has information that isn't usually seen by your readers, but they are important and can impact how your page is seen. This article explains how to use the HEAD element to improve your web pages.

Adding Images and Uploading Them to Your Web Pages
Learn how to upload an image to your web hosting server and then point to it so that it shows up on your web page.

Is there an HTML space tag?
The HTML space tag doesn't exist, but there are ways to create space on your Web pages without an HTML space tag. It can be very frustrating to add spaces in HTML the way you would in a print document only to have them disappear on the Web page. Learn how to create space on your Web pages without an HTML space tag.

When Do You Use HTML Comments
HTML comments can be a useful tool, but some people don't use them at all, and others only use them in certain situations. Share your best practices for HTML comments and find out what other designers do.

What is the HTML Download Tag?
An HTML download tag would be very useful to set up links for people to download files. But while there isn't a specific HTML download tag, there are ways to create downloadable files and links on your website so that your readers can download your files to their computer.

What is an HTML Tag?
An HTML tag is the basic building block of a website. If you want to learn HTML, you'll need to learn about what an HTML tag is and how to use them.

Lists
Learn how to use lists to outline and organize your Web page content. Lists make Web pages much easier to read.

Building a Web Page for the Totally Lost
In order to learn HTML, there are a lot of things that you will need to know. This pre-beginning tutorial will help you to assess how much you know and teach you the basics of creating a Web page with HTML.

Learning HTML - HTML Tutorials, Beginner's Tips, Basic HTML, HTML Tags
All you need to learn HTML and build a Web page.

How Tos
HTML isn't hard when you have help. These how to files will teach you how to do some of the most common HTML questions, step-by-step.

How to Create a Web Page with HTML
Step by Step Instructions for Creating a Web Page with HTML

Create a New Web Page Using Notepad
Learn how to create a new Web page using the Windows program Notepad

Writing HTML in Notepad
You already have a great HTML editor built into your Windows operating system - Notepad. Learn how to use it to write HTML.

Nesting HTML Tags
When you write HTML from scratch, it's very common to need to put multiple tags around one block of text. This is called nesting. But it's easy to do it incorrectly if you're not paying attention, and this can result in invalid HTML and sometimes pages that don't display correctly.

Adding Content to a Notepad Created Web Page
Once you have the basics of a Web page created in Notepad, you need to learn how to add content to it. This article will take you through the steps of adding content to a Web page using Notepad.

Playing with Lists - Numbering - Subheads - Indenting - Margins
There are many attributes of lists that you might be unaware of that allow you to create more flexible lists.

IMG Tag Attributes
The image tag is used a lot on web pages, but there are attributes of it that many people ignore. Learn the IMG tag attributes including changes in the HTML5 specification to the IMG tag.

Improving on the Image Tag
The image tag is a vital tag for Web pages, learn how to use it to the fullest.

Links: Creating Links, Using Links, Styling Links, Anchors, Hyperlinks
This article covers the basics and more advanced aspects of linking on a Web page. Beginning Web designers will get resources to learn how to create links and more advanced designers will learn how to style links effectively and check for problem with their hyperlinks.

Use the A Tag to Create a Link on Your Web Page
Learn how to use the a tag to create a link on your Web page

Absolute and Relative Paths
Learn how to link to pages and images using full domains, absolute and relative paths.

Adding Horizontal Lines to Break Up Content on the Page
Using the HR tag allows you to divide up your content on a page into separate themes within the same article or story. Most browsers render it with a horizontal line taking up the full width of the parent element. But the HR tag can be modified with CSS.

What is FTP?
FTP means file transfer protocol and FTP is how you transfer your files from your hard drive to your Web site. This article will teach you how to use FTP and other methods to get your files transferred.

Shortcut Menu or Right-Click Menu
The menu that appears in Web browsers and other software tools when you right-click on the page.

Why and How to Use External Links
External links or outbound links are links that link off your site to somewhere else on the internet. Many web designers are reluctant to use external links because of fears of losing audience or getting penalized by search engines. But using external links effectively is a great way to improve your site and gain more visitors. This article will explain why external links are so important.

How do you feel about external links?
External links can feel like a bad idea on a website, especially if you are paid through page views. Find out how other designers feel about external links and how they use them on their sites.

What is ASCII Text?
Learn what ASCII text is and how you use ASCII in Web pages.

Uploading Your Web Pages
Learn how easy it is to move your web pages from your computer at home to the web server where they will display on the internet.

Adding Images to eBay
Adding images to eBay auctions make the auctions more effective. Images of what you're selling make your ads more effective. Learn how to add your images to your eBay auctions.

How to Write a Web Link
It's easy to write a link in your HTML using the a tag or anchor tag. Learn how to write a web link quickly and easily.

How to Add a PDF File to a Website
It's easy to set up a link to a PDF file on your website.

What is Text and What is a Text Editor?
Learn the difference between standard documents on the web and actual ASCII text used in HTML and XML.

Spaces in HTML
Adding spaces in HTML doesn't always result in spaces added to the web page. Learn how to add spaces in HTML that show up in your web designs.

Web Page HTML
There are dozens of HTML tags, but only a few you need to get started building a web page. This article will take you through the basic tags for web page HTML. You'll create a new web page and learn where to go to get it up on a website.

How to Upload Files to 110mb.com Without FTP
110mb.com is a free web hosting provider that you can use to store personal web pages and work on the free HTML class. Some students struggled with how to upload their pages to 110mb.com. Here is a quick tutorial for how to do it.

HTML for Facebook
Facebook notes allow you to put HTML on your Facebook page. But you can't use every HTML tag out there. Find out what HTML tags work in Facebook notes, and how you can use them in your notes. Learn how to use HTML in your Facebook Notes.

Word DOC to HTML - What tools do you use
Find out what others use to convert Word docs to HTML and get them up on web pages.

Types of Web Files - Common File Types and File Extensions
HTML, htm, shtml, and other file types. Learn what all the file codes mean and how to use them on your site.

Learn to Find the URL of a Web Page
Getting a page to the web hosting provider can be somewhat challenging for a beginner, but then trying to figure out where that page is going to show up on the web can be even worse. Learn how to figure out what the URL of a web page will be once you've uploaded it.

Web Design Basics

Why do URLs often end with a slash?
When posting URLs many web designers do not include the final slash. While most web pages will still open without the slash, this can cause pages to load more slowly. The trailing slash gives information to the server that otherwise it has to figure out on its own. Unless you're pointing to a specific file, you should always include the final slash when posting your URLs.

Adding Links to Web Pages
How to add links and images to your Web site - this page discusses how to add links and anchors and bookmarks

How to Write HTML Headlines
Headlines add power to your content. They help your readers skim the text and find the areas that they are most interested in. Learn how to write HTML headlines so that your content has more structure.

How Many Links is Too Many for One Page?
When you have a lot of web pages and articles it can be very tempting to add links to them when ever you write other documents. But too many links on any given page can make your pages look spammy and annoy your readers. And things that annoy readers often result in lower seo rankings as well. Learn how many links to include on a web page.

Links
Links are an important part of creating a Web page. They connect your page with other pages on your site as well as other websites on the Internet. This article explains all you need to know about creating links, using links, styling links and improving your links.

The Mailto Command
Learn how to use the mailto command to write email links on your web pages.

Discuss in my forum

©2013 About.com. All rights reserved.