| View previous topic :: View next topic |
| Author |
Message |
mhay_mae
Joined: 30 Sep 2008
Posts: 4
|
| Posted: Tue Sep 30, 2008 6:27 pm i need a simple sample of HTML/codes to make a site |
|
|
i need a simple sample of HTML/codes to make a site.
anybody there who want to give a sample, please, send it to me at mhay_mae22atyahoo.com[/url] |
|
|
sticks464
Joined: 31 Dec 2006
Posts: 1283
|
| Posted: Wed Oct 01, 2008 7:52 am |
|
|
| Maybe if we new what kind of site and what kind of content someone might help. |
|
|
|
Corey Bryant
Joined: 15 May 2004
Posts: 8426
Location: Castle Pines North, CO USA
|
| Posted: Wed Oct 01, 2008 10:11 am |
|
|
Code: <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta content="text/html; charset=windows-1252" http-equiv="Content-Type" />
<title>Untitled 1</title>
</head>
<body>
</body>
</html>
Is a start, but if you look through the pages on this website, you will get a lot more.
_________________
Corey
Toll Free Numbers for Real Estate Agents | Merchant Accounts |
|
|
captainnwel
Joined: 29 Oct 2008
Posts: 7
|
| Posted: Wed Oct 29, 2008 9:00 pm |
|
|
You can actually view the source code of every website you can open.
But if you really area a total beginner, with zero to little knowledge about syntax, tags and codes, then here's the best place for you to learn HTML.
http://beginnerhtml.blogspot.com/
Its real time html editor where you can type the code and the code you're typing will be displayed on the output window everytime you hit a key.
Its a good place to start at. |
|
|
captainnwel
Joined: 29 Oct 2008
Posts: 7
|
| Posted: Wed Oct 29, 2008 9:01 pm |
|
|
You can actually view the source code of every website you can open.
But if you really area a total beginner, with zero to little knowledge about syntax, tags and codes, then here's the best place for you to learn HTML.
http://beginnerhtml.blogspot.com
http://createandmarketyourwebsite.com
Its real time html editor where you can type the code and the code you're typing will be displayed on the output window everytime you hit a key.
Its a good place to start at. |
|
|
chas3142
Joined: 07 Nov 2008
Posts: 1
|
| Posted: Thu Nov 13, 2008 10:49 am |
|
|
For a beginner you can use this site to produce a simple page containing blocks of colour, text and limited images and then export the page, view source to see how the html produces the pages.
http://websedge.googlepages.com/htmlgen.html |
|
|
sticks464
Joined: 31 Dec 2006
Posts: 1283
|
| Posted: Thu Nov 13, 2008 11:24 am |
|
|
| I hate to disagree with you captainnwel, but http://beginnerhtml.blogspot.com is not much more that tables promoted as layout tools. Much better sources would be http://www.w3schools.com/, http://reference.sitepoint.com/ and some of the tutorials on this forum. |
|
|
captainnwel
Joined: 29 Oct 2008
Posts: 7
|
| Posted: Thu Nov 13, 2008 6:52 pm |
|
|
look closely sticks464,
It is a very subjective recommendation you shouldn't react negatively.
Of course w3schools.com is a good site to learn html, w3shools have more than 80 million page loads every month. So it is very unfair for you to compare a personal free blog to a very established site like that.
Also, http://beginnerhtml.blogspot.com is not just about as i would quote you "is not much more that tables promoted as layout tools". I made http://beginnerhtml.blogspot.com for a total beginner, which closely discuss the basics, and im sure you haven't read everything on that blog (it's actually more than html tables). And to inform you, it is having a fair numbers of visitors per day, more than i expect it to be (honestly). Only means that people find it to be useful.
But if you want to site sites with a more detailed tutorial then i dont think even you can list them all here fairly. Here's some:
http://www.w3schools.com/htmL/
http://www.tizag.com/htmlT/
http://www.quackit.com/html/tutorial/
http://htmldog.com/guides/htmlbeginner/
I'm sure there are some good html tutorial site out there that i haven't listed, and im sure you can't too. That's why i recommended http://beginnerhtml.blogspot.com, simply because first, this site can be used by a beginner and secondly, it's my site, which i worked for.
And again, if you would react to other post, then don't make it sounds harsh, our objective here is to help each other.
peace sign for you sticks464! |
|
|
mhay_mae
Joined: 30 Sep 2008
Posts: 4
|
| Posted: Mon Nov 17, 2008 6:30 am thanks |
|
|
thank for the sites all you've given, I really wann'a learn and all of your opinions was all good
thanks a lot |
|
|
Tom Andersen
Joined: 18 Nov 2008
Posts: 20
|
| Posted: Tue Nov 18, 2008 8:09 am |
|
|
Why don't you try using a CSS framework? It will help you speed up the process of designing sites in the future.
Read more here CSS Frameworks |
|
|
| |
|
|
|