Planning a Web Project HTML / Getting Started
As with any project, planning and gaining support are crucial to your success. Web site projects are sometimes deceptive. They look as if you can just toss one together without too much fuss, but do not be fooled by that, you can not skimp on the planning process.
HTML Background Music Setup HTML / Getting Started
Using HTML background music is not a complicated task. In this article I will show you how to add background music to your html pages.
Anchors in HTML HTML / Getting Started
Anchors, what are they? And even more interesting, how do you make them? In this tutorial you will learn the ins and outs of HTML page content jumpers.
Basic HTML HTML / Getting Started
HTML (Hypertext Markup Language) is the basic scripting used for web pages. It is often referred to as programming but this is incorrect as it cannot react to user input. It is in fact very easy and I like to describe it as word processing with typed commands.
Basics of HTML HTML / Getting Started
We will explain, opening and closing tags of html, every other main tag that goes in between, and we will show you an example of an html page.
Backgrounds HTML / Getting Started
When deciding whether you want to use a plain color or an image you should consider the fact that very few of the web's 100 most visited sites use background images.
Fixed Background HTML / Getting Started
Do you have an image in back ground you'd like to stay put? You will need to add a background properties attribute to the body tag where you have put the attribute for your background image. This will give you the illusion of the page contents moving as you scroll over a static or immobile wallpaper.