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

  • Alex
  • Donncha
  • Dougal
  • Matt
  • Michel
  • Mike
  • Ryan

Meta:

  • RSS
  • Comments RSS
  • Valid XHTML
  • XFN

Logo  
Logo Logo
 

CSS and Lists

February 27th, 2008 by tech3

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 »


Posted in   HTML, Web Design | No Comments


Backgrounds and CSS

February 20th, 2008 by tech3

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 »


Posted in   HTML, Web Design | No Comments


The CSS Box Model

February 19th, 2008 by tech3

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 »


Posted in   HTML, Web Design | No Comments


Basic HTML Tags, the ones you cant do without!

February 17th, 2008 by tech3

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 »


Posted in   HTML, Web Design | No Comments


Document Spacing and Defining

February 16th, 2008 by tech3

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 »


Posted in   HTML, Web Design | No Comments


Creating headings and playing with Text

February 15th, 2008 by tech3

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 »


Posted in   HTML, Web Design | No Comments


A Simple Web Design Tutorial - Beginners Guide

November 16th, 2007 by admin

Web design can be an incredibly daunting project if you are new to the idea of the Internet. If you are interested in creating your own website but are not sure where to begin, here is a brief tutorial on getting started with website design and development.

1- Learn a little bit of HTML – There are plenty of WYSIWYG or “What You See Is What You Get” HTML editors, but there are a lot more capabilities out there that you will only discover if you take the plunge and learn some HTML on your own.

- Learning HTML can be one of the greatest investments that you ever make when it comes to designing and developing a website. There are many great places to learn HTML, including HTML Goodies and HTML Tutorial

- Learning CSS is another important part of designing and developing a website, as they can assist tremendously when it comes to controlling your website’s layout, images and colors. The w3schools website I mentioned before is a great place for learning CSS as well.

Read the rest of this entry »


Posted in   Web Design | No Comments


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