Web design templates

Flash intro templates

Logo templates

Corporate Identity

PHP-Nuke Themes

Full site templates

Last added templates

Pages

  • Home
  • About

Category

  • HTML
  • Web Design

Archives

  • February 2008
  • November 2007

Blogroll

  • Video Script

Meta:

  • RSS
  • Comments RSS
  • Valid XHTML
  • XFN

Latest Posts:

  • CSS and Lists
  • Backgrounds and CSS
  • The CSS Box Model
Logo
Home | Designer's Login | Signup | Tutorials
Logo Logo
 

Archive for February, 2008

CSS and Lists
February 27th, 2008 by   |  Posted in HTML, Web Design

CSS and HTML are a bit different in terms of lists. In CSS, there are only 2 types of lists as opposed to HTML, which has 3. CSS has numbered and bulleted types of lists and you can define the style of the bullets and numbers with CSS using list-style-type property.

Styling the List

Read the rest of this entry »


Digg it | Del.Ico.Us | Sumble It | Permalink | No Comments

Backgrounds and CSS
February 20th, 2008 by   |  Posted in HTML, Web Design

This tutorial deals with major aspects of background effects and CSS. We will cover

1)Colors

2)Images

3)Watermarking

Read the rest of this entry »


Digg it | Del.Ico.Us | Sumble It | Permalink | No Comments

The CSS Box Model
February 19th, 2008 by   |  Posted in HTML, Web Design

The CSS box model is the one which model which is implemented while rendering images in any browser. It takes care of the boxes that are formed around the content in any Webpage. Every element under consideration is as a box, and this factor does not depend upon the actual shape of the object. It might be an ellipse, but would still be represented in a box.

 

Parts of the CSS box model

 

There are four parts

1)Margin

2)Border

3)Padding

4)Content

Read the rest of this entry »


Digg it | Del.Ico.Us | Sumble It | Permalink | No Comments

Basic HTML Tags, the ones you cant do without!
February 17th, 2008 by   |  Posted in HTML, Web Design

Today, we will be discussing the most basic tags that are required by ever web-page for proper compilation in HTML.

The HTML Tag

<html> is the topmost tag in any HTML page because this is the tag which tells the browser that this page will be treated as an HTML page, and the whole formatting would be done based on the HTML text. It is a paired tag, and it requires a </html> to close and to tell the browser that all HTML data has finished after it. It is essentially the last tag of an HTML page.

Read the rest of this entry »


Digg it | Del.Ico.Us | Sumble It | Permalink | No Comments

Document Spacing and Defining
February 16th, 2008 by   |  Posted in HTML, Web Design

Now in this tutorial, we are going to discuss about HTML tags which define the page, like blanks, quotes and paragraphs.

 

The Paragraph Tag

 

The paragraph tag, given by <p> , is used for making paragraphs in your text. Its an open tag, which means that the </p> tag is not required. They basically indicate where a new paragraph starts by inserting a blank between successive text. Consecutive <p> tags are ignored by the browser, and each <p> pair should have some text between them for actual count.

 

Read the rest of this entry »


Digg it | Del.Ico.Us | Sumble It | Permalink | No Comments

Creating headings and playing with Text
February 15th, 2008 by   |  Posted in HTML, Web Design

Now that you have successfully started with Notepad and HTML, lets move on to headings and Text stuff in your site.

 

We can divide the whole Website into headings, and there are a total of 6, starting from h1 to h6. The main heading, which is also the largest, is h1, and all others are subheadings.

 

Text can be modified using Bold and Italics effects as per your requirement. Usually, these are used to divide and make the Web document presentable, and its used to highlight important stuff.

 

HEADINGS

 

There are 6 headings in total, and they can be coded in the following form as shown.

Read the rest of this entry »


Digg it | Del.Ico.Us | Sumble It | Permalink | No Comments

Using Notepad for your HTML Needs
February 15th, 2008 by admin  |  Posted in HTML

So you want to get started with Website designing, and are confused which all software you would require?! Well initially, you can start with the inbuilt Windows editor which can easily help you out with the HTML, because that is what you would be using for most of your initial development. On top of that, its free and easy to learn!

Lets get started with the basics of HTML with Notepad

STEP 1

Go to Start > Programs > Accessories > Notepad, to start the application.

Start up

Read the rest of this entry »


Digg it | Del.Ico.Us | Sumble It | Permalink | No Comments

Copyright © 2006-2007 Elegant Templates. All Rights reserved.