944,124 Members | Top Members by Rank

Ad:
Oct 19th, 2009
0

re: Website

Expand Post »
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
Reputation Points: 10
Solved Threads: 0
Newbie Poster
walba is offline Offline
15 posts
since May 2007
Oct 19th, 2009
0
Re: re: Website

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.
Reputation Points: 25
Solved Threads: 23
Junior Poster
cfajohnson is offline Offline
193 posts
since Dec 2008
Oct 20th, 2009
0
Re: re: Website
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.
Reputation Points: 10
Solved Threads: 0
Newbie Poster
seanooi is offline Offline
19 posts
since May 2009
Oct 20th, 2009
0
Re: re: Website
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.
Reputation Points: 10
Solved Threads: 2
Newbie Poster
Beg.CProgrammer is offline Offline
12 posts
since Oct 2009
Oct 20th, 2009
0
Re: re: Website
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...
Reputation Points: 10
Solved Threads: 0
Newbie Poster
mhovidz is offline Offline
11 posts
since Mar 2007
Oct 21st, 2009
0
Re: re: Website
Note that w3schools has nothing to do with the W3 Consortium, and much of its information is inaccurate.
Reputation Points: 25
Solved Threads: 23
Junior Poster
cfajohnson is offline Offline
193 posts
since Dec 2008
Oct 21st, 2009
0
Re: re: Website
Inaccurate?Really? Thanks for your reply...im still newbie ^_^
Reputation Points: 10
Solved Threads: 0
Newbie Poster
mhovidz is offline Offline
11 posts
since Mar 2007
Oct 22nd, 2009
0
Re: re: Website
Click to Expand / Collapse  Quote originally posted by seanooi ...
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.
Reputation Points: 25
Solved Threads: 23
Junior Poster
cfajohnson is offline Offline
193 posts
since Dec 2008
Oct 23rd, 2009
0
Re: re: Website
I see! Sir can you suggest me a site where can I learn HTML & CSS fast. Thanks and regards..
Reputation Points: 10
Solved Threads: 0
Newbie Poster
mhovidz is offline Offline
11 posts
since Mar 2007

This thread is more than three months old

No one has posted to this discussion for at least three months. Please let old threads die and do not reply to them unless you feel you have something new and valuable to contribute that absolutely must be added to make the discussion complete. Otherwise, please start a new thread in this forum instead.
Message:
Previous Thread in HTML and CSS Forum Timeline: Opera 10 hits 10 Million
Next Thread in HTML and CSS Forum Timeline: Background Image for header_inner help!





About Us | Contact Us | Advertise | Acceptable Use Policy
Forum Index | Build Custom RSS Feed


Follow us on Twitter


© 2011 DaniWeb® LLC