HTML Coding Rules : Rule 1

DOCTYPE

< !DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Strict//EN"
"http://www.w3.org/TR/html4/strict.dtd">

The DOCTYPE is used to determine how the browser will render your code. There is one standard for HTML, but not one browser. Having the DOCTYPE in the beginning of all your HTML pages helps keep the browser defined in a specific set of standards.
HTMLTree comment: Most web [...]

HTML Useful Tips

When you write HTML text, you can never be sure how the text is displayed in another browser. Some people have large computer displays, some have small. The text will be reformatted every time the user resizes his window. Never try to format the text in your editor by adding empty lines and spaces to [...]

Getting Codes from Other Sites

At times when you want to save on time, there are a lot of codes for audio, images, and videos available on the web which you can use. Some can even be embedded and all you have to do is to copy and paste them.
Such is existent even in social networking sites such as [...]

Embed and Embed Codes Again

We can enhance our sites with simple video codes from sites such as Metacafe and Youtube. These sites allow most users to copy their codes on videos so that they can be seen elsewhere. For people who wants something new added to their site, you will be amazed at how a simple video can change [...]

Picnik – makes photos look professional

It’s always better when our photos look like they’ve been taken by a professional. We see the end products in art galleries and art shows, and we wish we could have our pictures look like that too. And with Picnik, we can edit our photos to give them a little spice and flair that will [...]

Web Basics

image source: www.w3.org
Today we can do many things on the world wide web. I will teach you some information about the web.
Web pages – is a page that is seen on the world wide web. It gives us information, do some work, listen to sound or watch a video.
Website – it is a compilation of [...]

HTML Coding Rules : Rule 4

CSS

< link rel="stylesheet" type="text/css" href="all.css" />
< style type="text/css">@import “noNav4.css”;< /style>

The browser was created before the rise of CSS. What does this mean? Well, it means that old browsers won’t understand your CSS files. In fact some browsers, sorry I mean Netscape 4, will crash at the sight of CSS.
The first line will work for all [...]

HTML : Introduction

What is an HTML File?
HTML stands for Hyper Text Markup Language
An HTML file is a text file containing small markup tags
The markup tags tell the Web browser how to display the page
An HTML file must have an htm or html file extension
An HTML file can be created using a simple text editor
Let’s Try It?
If you [...]

Searching Closely and Accurately

One thing that most people are not really aware of just yet is to search for things at the best accuracy possible. You can type the usual key phrases but with lots of sites on the web, chances are you cannot immediately pinpoint the information you are looking for.
Using the + or the “ [...]

More Options Offered By Web Access

While many of us are still arrogant as far as using the web is concerned, others are enjoying the benefits of having online access. Information is within their grasps and interaction is another aspect that allows them to do so. Regardless of where you are, you can reach anyone through mail or chatting.
Today, video [...]