You may say it’s a stupid question. Or it’s very easy question. But remember, this blog is for VERY NEWBIEs. ok?
To creat a website, you first create a blank website (and then add more contents, and then style the contents, etc.), but how to do it? Can you create a website with NOTHING in it?
=========================================
Guide to post HTML tags:
use: “<” and “>” for “<” and “>” (remember tip: Left and riGht) , and for SPACE (None Breaking SPace)


Be4 I do this exercise, can u tell me how can i post HLML here ?
Comment by trang do — April 22, 2007 @ 3:39 pm
Use HTML or Use picture
1) Use HTML:
http://www.google.com.vn/search?q=%26gt&ie=utf-8&oe=utf-8&aq=t&rls=org.mozilla:en-US:official&client=firefox-a
So u can write this one:
<b> and </b>
it’s ok?
> stands for “greater than” and appears as > (greater than sign) in browser. … > and < are character entities of > and …
2) Use Print Screen:
http://img144.imageshack.us/img144/189/examxj7.gif
http://img144.imageshack.us/img144/189/examxj7.gif
Comment by cssquestions — April 23, 2007 @ 5:14 am
A very simple HTML i made
[IMG=http://img296.imageshack.us/img296/3033/testfk2.gif][/IMG]
Comment by trang do — April 28, 2007 @ 5:43 am
Why can’t I post a pic here ?!!
Comment by trang do — April 28, 2007 @ 5:44 am
yes, nobody, including me, can post pic here. So plz feel free to post only the link:
http://img296.imageshack.us/img296/3033/testfk2.gif
and when you hover the cursor over the link, the pic will appear, don’t worry.
Comment by cssquestions — April 28, 2007 @ 7:58 am
And my answer is that there are 3 ways to create a blank page:
1) to create a absolutely blank page, a simplest and easiest way (but noone does it):
Open your Notepad, write NOTHING, and save your NOTHING page
as .html (do you know how to save as .html by using Notepad?)
2) to create a simple blank .html file:
(source: http://www.w3schools.com/html/html_intro.asp )
-> see this: http://www.ohisee.com/tutorialimages/HTMLblank.png
(it looks nearly the one that you’ve done)
3) to create a simple standard xHTML file (now, do you know what is diffence between HTML & xHTML?):
(source: http://htmlplayground.com)
-> see this: http://www.ohisee.com/tutorialimages/xHTMLblank.png
Anyway, you’ve gone so far, you page is not a blank page
(and the part between head-tag is wrong)
Comment by cssquestions — April 28, 2007 @ 8:09 am
ok? and if you have nothing else to ask, we’ll go to next question.
…. waiting for your confirmming ….
Comment by cssquestions — April 28, 2007 @ 10:46 am
So simple to ask any question. Pls skip to another part.
Comment by trang do — April 29, 2007 @ 6:06 am
what is diffence between HTML & xHTML?
* XHTML elements must be nested
* XHTML elements must always be closed
* XHTML elements must be in lowercase
* XHTML documents must have one root element
Comment by trang do — April 29, 2007 @ 6:17 am