Website with just XHTML/HTML

what do you guys think about this? i’m new, so not much knowledge, just need some output on it

what is the “this”? :confused2

using pure html/xhtml, or is CSS also used? i only have expierence with html on myspace like 5years ago, making myspaces look like web pages lol
would really appreciate the help alot!!

i mean css is used… but is it necessary?

ok.

HTML = Hyper Text Markup Language
XHTML = Extensible Hyper Text Markup Language

Both are simply a language to organise your web page content in a logical order from the first element to the last without any styling (colours, fonts, positioning, borders etc etc)

You can build a web page using just HTML without CSS (styling) but all you will get is your content in black on white text with the browsers default font, font size and colour etc.

If you want to add any styles to your content (background colours/images, fonts, font colours, margins, borders, positioning etc etc) to tart it up a bit, you will have to use CSS (Cascading Style Sheets)

I think you’ll find just about every page on the www will be at least a combination of (X)HTML and CSS.

well explained, out of all the forums ive posted on, by far this is the best response ever :stuck_out_tongue:
a guru is what you are :smiley:

i sorta have a deadline, not really but i do, i need like…
not a timeline but a step 1,2,3 list on how to create the webpage, and how i combine CSS/HTML, cause they have to be seperate files so yea

Sorry, but I don’t do business in environments like this.

There are plenty of tutorials on the www showing how to build a web page.

This tutorial should help you get started.

This book should help to give you everything that you need.

[url=“http://www.sitepoint.com/books/html2/”]Build Your Own
Web Site The Right Way Using HTML & CSS, 2nd Edition