This tutorial discusses issues and techniques relating to Web graphics. It includes information about creating animated GIFs, clickable image maps, and efficient Web graphics.
Graphics Introduction: Part 2 HTML / Images
Image size refers both to the height and width of the image in pixels and the file size. Large graphics take a long time to download over the Web and many people will become impatient.
Learn HTML Part 2 HTML / Getting Started
This is part 2 of 'Learning HTML'. If you haven't taken part 1 it is recommended that you do.In part 1 we made a very simple web page, which we will learn to improve in this part of the tutorial.
Form Attachments Part 2 HTML / Forms
This article begins where Part one in our Form Attachment series left off--this time we cover ENCTYPE, ACTION and more!
Graphics And Pictures HTML / Images
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.
Putting Images On Your Web Site HTML / Images
Graphics enhance the look of a page, they make it more informative [One picture is worth a thousand words, etc.], and they give your page an identity.
A good introduction to HTML frames HTML / Frames
Frames may be a bit old fashioned, but it can still be handy and it's a must know for beginning webdevelopers. In this tutorial you will learn it all.
Introduction to Frames HTML / Frames
Frames are a little different than anything you've done in html in that you are not writing a page in the traditional sense. What you are creating is a template where more than one page can sit. Here's an example using TABLE commands:
Page Jumps HTML / Getting Started
This tutorial you will learn how to offer links inside the same page. Your viewer can jump right to the part of the page.