HTML Getting Started tutorials
In this tutorial, we list the top ten things that can go wrong, why they happen, and how you can respond to keep a project on track.
Related Tutorials
Completing an ACP 3D HTML Table Image Gallery
How to set up a three-dimensional HTML image gallery using Active Client Pages ACP . In this part of the series among other things we'll get a close look at the JavaScript that helps to keep things running smoothly.
How To Write A Link
Learn the correct and wrong way to write a URL.
No Borders
Navigator vs. IE: As with most fun things on the Web today, it takes two sets of commands to get the same effect on both browsers. But fear not, as also with things on the Web today, both sets of commands will fit nicely on the same page and not bump into one another. The commands not understood by the browser will simply be ignored and those the browser does understand will be put into action.
Advanced Forms
There are many things to take into consideration when creating a form, you want to make it match your site as much as you possibly can. This can be done using CSS and some HTML tags that you may not already know.
Images & Other Pretty Things
The IMG tag is used to present graphical images on your pages.
Text Commands
This tutorial gives you a list,of all those fun little things you can do to text.
Adding Forms to Your Page
Get input from your viewers using forms for feedback. You'll need a couple of things, but they are explained before the tutorial begins.
Graphics And Pictures
Colors, images, pictures, and graphics bring a lot of flavors to a web page. As you already know, a web page is in fact a text file equipped with HTML tags that a browser is asked to analyze, interpret, and render a result. Unlike in a word processor, a picture cannot be included on a web file. Instead, you tell the browser where the image is located, the browser will try to find it and then display it. This, of course means if you provide the wrong address, I mean if you don't clearly state where the picture is located, or if the browser doesn't find the picture where you said it was, there would be an error on your page.
Logical HTML
The use of logical HTML is just another of those things that picky webmasters such as myself like to follow, but also something that makes a website more professional and more user-friendly.
About Colors in HTML
You probably see a lot of things in HTML documents that look like random sets of characters and numbers. These items such as #FF0FF0 and #E1A0BB when used with COLOR and BGCOLOR tell the browser what color to display your text or background in.
Basic HTML: Image Tags and alt Attributes
Once you've created the basic structure of your web page and added some text in paragraphs and headers you'll probably want to spice things up with an image or two, and maybe a few links to your favourite websites.
HTML Fundamentals: Logical vs. Inline tags
The differences between logical and physical tags is one of the fundamental concepts in HTML that, when understood, can have a huge impact on a web designer's way of doing things.
How to insert an SWF file into an HTML page in Notepad
Adding a custom-made Flash animation created with Mix-FX into HTML editors like Frontpage or Dreamweaver is easy. However, if you do all the coding by hand in Notepad, or your HTML editor does not have a standard Insert Flash option, things can become a bit more complicated, especially if you are not that familiar with HTML coding.
 
Categories