re: Website

Reply

Join Date: May 2007
Posts: 16
Reputation: walba is an unknown quantity at this point 
Solved Threads: 0
walba walba is offline Offline
Newbie Poster

re: Website

 
0
  #1
Oct 19th, 2009
Hey, I'm new to web design and I need tips on how to start to deign a website starting from the basics, step by step
Reply With Quote Quick reply to this message  
Join Date: Dec 2008
Posts: 65
Reputation: cfajohnson is an unknown quantity at this point 
Solved Threads: 13
cfajohnson cfajohnson is offline Offline
Junior Poster in Training
 
0
  #2
Oct 19th, 2009

Start with:

HTML and CSS Syntax (Toggle Plain Text)
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
  2. <html lang="en">
  3. <head>
  4. <title>YOUR PAGE TITLE HERE</title>
  5. <link href="" rel="stylesheet" type="text/css">
  6. <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
  7. <meta name="description" content="">
  8. <meta name="keywords" content="">
  9. </head>
  10. <body>
  11. <h1>MAIN HEADING HERE</h1>
  12. <p>
  13. <!-- PARAGRAPH HERE -->
  14. </p>

Read about HTML and CSS at http://www.w3.org.

Read the tutorials at http://htmldog.com (use HTML not XHTML).

Always validate your pages at http://validator.w3.org.
Chris F.A. Johnson
http://cfajohnson.com
Reply With Quote Quick reply to this message  
Join Date: May 2009
Posts: 15
Reputation: seanooi is an unknown quantity at this point 
Solved Threads: 0
seanooi seanooi is offline Offline
Newbie Poster
 
0
  #3
Oct 20th, 2009
After you're familiar with CSS and HTML, I would suggest you move into XHTML. I find the semantics to be cleaner. HTML and XHTML are pretty much the same except they enforce HTML rules more strictly.
Reply With Quote Quick reply to this message  
Join Date: Oct 2009
Posts: 12
Reputation: Beg.CProgrammer is an unknown quantity at this point 
Solved Threads: 2
Beg.CProgrammer Beg.CProgrammer is offline Offline
Newbie Poster
 
0
  #4
Oct 20th, 2009
I'd start with web development tools such as adobe dreamweaver or eclipse. I started with just developing a simple myspace page to my likings. Adjust background, quizzes, widgets, etc.

Of course you could just try to code directly from a text editor with the bare bottom basics instead of learn as you go. I recommend a learn as you go approach rather than trying to memorize a bunch of different concepts and then code from scratch.
Reply With Quote Quick reply to this message  
Join Date: Mar 2007
Posts: 11
Reputation: mhovidz is an unknown quantity at this point 
Solved Threads: 0
mhovidz's Avatar
mhovidz mhovidz is offline Offline
Newbie Poster
 
0
  #5
Oct 20th, 2009
If you are newbie in creating a Web I think you should goto this url
<b>http://w3schools.com/html/default.asp</b>
It is a free online tutorial about anything...^_^
The instructions are very easy to get...
Mark Angelus V. Movida
3rd year College, BSCS
St. Dominic Savio College, Philippines
Reply With Quote Quick reply to this message  
Join Date: Dec 2008
Posts: 65
Reputation: cfajohnson is an unknown quantity at this point 
Solved Threads: 13
cfajohnson cfajohnson is offline Offline
Junior Poster in Training
 
0
  #6
Oct 21st, 2009
Note that w3schools has nothing to do with the W3 Consortium, and much of its information is inaccurate.
Chris F.A. Johnson
http://cfajohnson.com
Reply With Quote Quick reply to this message  
Join Date: Mar 2007
Posts: 11
Reputation: mhovidz is an unknown quantity at this point 
Solved Threads: 0
mhovidz's Avatar
mhovidz mhovidz is offline Offline
Newbie Poster
 
0
  #7
Oct 21st, 2009
Inaccurate?Really? Thanks for your reply...im still newbie ^_^
Mark Angelus V. Movida
3rd year College, BSCS
St. Dominic Savio College, Philippines
Reply With Quote Quick reply to this message  
Join Date: Dec 2008
Posts: 65
Reputation: cfajohnson is an unknown quantity at this point 
Solved Threads: 13
cfajohnson cfajohnson is offline Offline
Junior Poster in Training
 
0
  #8
Oct 22nd, 2009
Originally Posted by seanooi View Post
After you're familiar with CSS and HTML, I would suggest you move into XHTML. I find the semantics to be cleaner. HTML and XHTML are pretty much the same except they enforce HTML rules more strictly.
XHTML cannot be served as XHTML because the most-used browser wouldn't know what to do with it. IE will offer to download the file is it is served as XHTML.

If it is not served as XHTML, then all browsers will treat it as badly formed HTML, possible going into quirks mode as a result.

There is currently no point in using XHTML.
Chris F.A. Johnson
http://cfajohnson.com
Reply With Quote Quick reply to this message  
Join Date: Mar 2007
Posts: 11
Reputation: mhovidz is an unknown quantity at this point 
Solved Threads: 0
mhovidz's Avatar
mhovidz mhovidz is offline Offline
Newbie Poster
 
0
  #9
Oct 23rd, 2009
I see! Sir can you suggest me a site where can I learn HTML & CSS fast. Thanks and regards..
Mark Angelus V. Movida
3rd year College, BSCS
St. Dominic Savio College, Philippines
Reply With Quote Quick reply to this message  
Reply

Message:



Similar Threads
Other Threads in the HTML and CSS Forum


Views: 425 | Replies: 8
Thread Tools Search this Thread



Tag cloud for HTML and CSS
About Us | Contact Us | Advertise | DaniWeb | Acceptable Use Policy | RSS Feed

©2003 - 2009 DaniWeb® LLC