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.
Wrap Text Around an Image
Using CSS or basic HTML you can place your images on a page and then wrap the text around them. This tutorial explains how easy it is to wrap text around a photo or image.
Using CSS or basic HTML you can place your images on a page and then wrap the text around them. This tutorial explains how easy it is to wrap text around a photo or image.
Add an Image to Your Web Page
Adding an image to your Web page requires only one HTML tag. In fact, it is often harder to get the image onto your Web server than it is to add the HTML to get it on your Web page. This tutorial explains how to add an image to your Web page using HTML.
Adding an image to your Web page requires only one HTML tag. In fact, it is often harder to get the image onto your Web server than it is to add the HTML to get it on your Web page. This tutorial explains how to add an image to your Web page using HTML.
Displaying HTML vs. What Displays in a Web Browser
It can be difficult to understand that what you type in a Web editor is often very different from what displays on the Web browser. Learn to tell the difference between HTML and Web pages.
It can be difficult to understand that what you type in a Web editor is often very different from what displays on the Web browser. Learn to tell the difference between HTML and Web pages.
Why don't my images show on my Web page?
Beginning Web designers often put images on their Web pages but when they view their pages online, the images do not display. There are several possible causes of this problem and several solutions.
Beginning Web designers often put images on their Web pages but when they view their pages online, the images do not display. There are several possible causes of this problem and several solutions.
What is the HEAD Tag 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.
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.
What is the index.html page?
index.html pages are the default pages for your directories. This tutorial explains how to use them.
index.html pages are the default pages for your directories. This tutorial explains how to use them.
Use Headings to Structure Your Web Pages
Headings in Web pages have specific HTML tags that you should use to define those headlines. There are many advantages to using heading tags for headings instead of larger fonts or images. There are also advantages to using headings in structured order. In fact, the W3C recommends that you use heading tags to structure your documents.
Headings in Web pages have specific HTML tags that you should use to define those headlines. There are many advantages to using heading tags for headings instead of larger fonts or images. There are also advantages to using headings in structured order. In fact, the W3C recommends that you use heading tags to structure your documents.
Improving on the Image Tag
The image tag is a vital tag for Web pages, learn how to use it to the fullest.
The image tag is a vital tag for Web pages, learn how to use it to the fullest.
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.
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.
Tips for Adding Web Graphics and Images
Once you have a Web page, you'll want to add graphics to it and these tips will help you add better images to your web pages.
Once you have a Web page, you'll want to add graphics to it and these tips will help you add better images to your web pages.
How can I turn off the border on linked images?
Linked images have a border turned on by default and this can result in some ugly looking linked images if you're not careful.
Linked images have a border turned on by default and this can result in some ugly looking linked images if you're not careful.
How do you move the copyright symbol up to slightly above the text?
Position copyright and other symbols above or below the text baseline.
Position copyright and other symbols above or below the text baseline.
Lists
Learn how to use lists to outline and organize your Web page content. Lists make Web pages much easier to read.
Learn how to use lists to outline and organize your Web page content. Lists make Web pages much easier to read.
How 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.
Attributes modify HTML tags and provide additional information to the Web browser. They are easy to add to HTML tags.
Why don't space characters show on Web pages?
One of the first challenges that a Web designer has when building a Web page is that Web pages don't handle white space characters the same way that word processors do. But once you understand how white space works on the Web, things will be much easier.
One of the first challenges that a Web designer has when building a Web page is that Web pages don't handle white space characters the same way that word processors do. But once you understand how white space works on the Web, things will be much easier.
Adding Horizontal Lines
The HR tag allows you to divide your documents with horizontal lines.
The HR tag allows you to divide your documents with horizontal lines.
Basic (X)HTML Tags for a Web Site
Learn the XHTML tags that are required on every Web page.
Learn the XHTML tags that are required on every Web page.
Why Put Contact Information on Your Site
Adding mail links are a good idea to add contact information to your site, but it can increase the junk email in your mailbox.
Adding mail links are a good idea to add contact information to your site, but it can increase the junk email in your mailbox.
What is ASCII Text?
Learn what ASCII text is and how you use ASCII in Web pages.
Learn what ASCII text is and how you use ASCII in Web pages.
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.
Learn the difference between standard documents on the Web and actual ASCII text used in HTML and XML.
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.
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.
HTML Tutorial - Learn HTML Quickly and Easily and Build Your Web Page
Learn HTML and build your own Web page through a step-by-step HTML tutorial on the About Web Design site.
Learn HTML and build your own Web page through a step-by-step HTML tutorial on the About Web Design site.
Learning HTML - HTML Tutorials, Beginner's Tips, Basic HTML, HTML Tags
All you need to learn HTML and build a Web page.
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.
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 Build a Basic Web Page
It's really easy to build your first Web page. There are only a few HTML tags you need to learn.
It's really easy to build your first Web page. There are only a few HTML tags you need to learn.
Five Easy Steps to Starting Your Web Page
What you need to know to create great Web pages
What you need to know to create great Web pages
How to Create a Web Page with HTML
Step by Step Instructions for Creating 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
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.
You already have a great HTML editor built into your Windows operating system - Notepad. Learn how to use it to write HTML.
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.
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.
Styling a Notepad Created Web Page with CSS
Learn how to use Notepad to write CSS for a Web page.
Learn how to use Notepad to write CSS for a Web page.
Can I Use Word to Write My Web Page?
Microsoft Word is a very powerful word processor but it makes a poor Web page editor. It is possible to create Web pages using it, but I don't recommend it.
Microsoft Word is a very powerful word processor but it makes a poor Web page editor. It is possible to create Web pages using it, but I don't recommend it.
What's in a Title
The title is one of the most important tags in your document, but it's often overlooked. Learn how the title tag affects your documents and why you should use the HTML title tag.
The title is one of the most important tags in your document, but it's often overlooked. Learn how the title tag affects your documents and why you should use the HTML title tag.
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.
There are many attributes of lists that you might be unaware of that allow you to create more flexible lists.
Adding Images to Web Pages
How to add images to your Web site
How to add images to your Web site
Improving on the Image Tag
The image tag is a vital tag for Web pages, learn how to use it to the fullest.
The image tag is a vital tag for Web pages, learn how to use it to the fullest.
Alt Tags: Describing Your Images and Web Usabilty and Web Accessibility
Alt tags allow you to do more than just describe your images for when someone puts their mouse over it. This article describes alt tags and how to use them as well as how you might use alt tags in different situations and how alt tags assist with Web usability and Web accessibility.
Alt tags allow you to do more than just describe your images for when someone puts their mouse over it. This article describes alt tags and how to use them as well as how you might use alt tags in different situations and how alt tags assist with Web usability and Web accessibility.
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.
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.
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 add links and images to your Web site - this page discusses how to add links and anchors and bookmarks
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
Learn how to use the a tag to create a link on your Web page
Adding Internal Links - Named Anchors - Page Bookmarks
The anchor tag allows you to link within your documents as well as to external pages these are often called bookmarks and are links using the anchor tag name attribute
The anchor tag allows you to link within your documents as well as to external pages these are often called bookmarks and are links using the anchor tag name attribute
Creating a Mailto Link
Mailto links are the easiest way to add contact information to your Web site.
Mailto links are the easiest way to add contact information to your Web site.
Absolute and Relative Paths
Learn how to link to pages and images using full domains, absolute and relative paths.
Learn how to link to pages and images using full domains, absolute and relative paths.
Comments - HTML Comments - Hidden Code
HTML comments allow you to write notes about the code, hide old information, and hold reminders on the page. Comments are not seen by the people viewing the page, but they show up in the HTML code.
HTML comments allow you to write notes about the code, hide old information, and hold reminders on the page. Comments are not seen by the people viewing the page, but they show up in the HTML code.
Align Tables and Images
Use the align attribute on tables (and images) to force text and other HTML elements to wrap around the object.
Use the align attribute on tables (and images) to force text and other HTML elements to wrap around the object.
Spacing Out Your HTML
How to get blank spaces in your HTML.
How to get blank spaces in your HTML.
Adding and Uploading Images to Your Web Pages
Learn how to upload your image and then link to it in your Web page so that it will display correctly
Learn how to upload your image and then link to it in your Web page so that it will display correctly
FTP: Transfer Your Files
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.
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.
Master of Your Domain
What do all those terms mean? The About.com Guide to the Internet for Beginners explains about domains and URLs.
What do all those terms mean? The About.com Guide to the Internet for Beginners explains about domains and URLs.
Shortcut Menu or Right-Click Menu
The menu that appears in Web browsers and other software tools when you right-click on the page.
The menu that appears in Web browsers and other software tools when you right-click on the page.
Why does my page that I wrote on a Macintosh not work on Windows computers?
Your operating system can have an affect on how your Web pages look.
Your operating system can have an affect on how your Web pages look.
Why won't my edits show up on my live Web site?
Making changes to your Web site can sometimes not have any affect on your Web site. This is really frustrating.
Making changes to your Web site can sometimes not have any affect on your Web site. This is really frustrating.
