Connect with Peer Bloggers

Get your Bloggers ID and network with best bloggers around the world.

HTML/CSS Designer's Heaven

This blog is for my friends who want to learn and earn through the use their learning skills and interest. I am an XHTML designer by designation...
6
Start making website through Adobe Dreamweaver

Start making website through Adobe Dreamweaver

HTML/CSS Designer's Heaven ― In your index.html page you will find:- 1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> 2. <html xmlns="http://www.w3.org/1999/xhtml"> 3. <head> 4. <... (more)
 WebDesigner ― Posted on Feb 9th, 2011
6

Starting to Design your own webpage through Adobe Dreamweaver.

HTML/CSS Designer's Heaven ― Steps:- 1. Make a folder on your desktop. Name it whatever you want. Right now I name it My Website. Make two more folder inside My Website Folder. Name It: 1.Style (for stylesheet i.e. css document.) 2.Images ( for the images... (more)
 WebDesigner ― Posted on Feb 6th, 2011
8

Html- The Actual Designing of a Web-Page

HTML/CSS Designer's Heaven ― The Designing of a web page consists of : 1. HTML2. CSS HTML:- HTML is introduced in my earlier posts. CSS:- CSS actually stands for Cascading Style Sheet. As the name describes, It has something to do with the Style. CSS is acually used to Style... (more)
 WebDesigner ― Posted on Jan 30th, 2011
7

Requirements for HTML/CSS Designer

HTML/CSS Designer's Heaven ― Things that should be installed in your PC. 1. For new users it could be any notepad.2. For advance users Dreamweaver is a good tool.3. Some Photoshop knowledge is essential. Don't worry I am here to guide you.4. Adobe Photoshop is a must. ... (more)
 WebDesigner ― Posted on Jan 23rd, 2011
8

Category-2 tags

HTML/CSS Designer's Heaven ― Category-2 tags various tags that are used within the <body></body> tag to format the web page. Such tags are.. 1. <p> for paragraph</p> 2. </br> for breaking the lines 3. Heading tags: i) <h1>heading1</h1... (more)
 WebDesigner ― Posted on Jan 23rd, 2011
7

Basics Of Html/Css

HTML/CSS Designer's Heaven ― Introduction Of Tag: Tag is simply used as an Html element or code by which you can define what you want from your codes to deliver in your webpages. These are simply be written within the angle braces like {}. for example: if somebody wants to... (more)
 WebDesigner ― Posted on Jan 23rd, 2011