Learning HTML

Posts 115 of 26 · Page 1 of 2
Learning HTML
I want to make my own website. I know HTML but how do i use it to make one?
You type your HTML in a text file, save as .htm and double click it. Voila browser opens with your webpage
If you knew HTML you would know how to use it.
Quote Originally Posted by Color View Post
If you knew HTML you would know how to use it.
I know HTML
example:
<!DOCTYPE html>
<html>
<header>
<title>TEST (Im not going to make this advanced)</title>
</header>
<body>
<h3>Test, Not gonna make this advanced yet.</h3>
<p>Test text, Will change</p>
</body>
</html>

Just how do I host it?
Quote Originally Posted by Tide View Post

I know HTML
example:
<!DOCTYPE html>
<html>
<header>
<title>TEST (Im not going to make this advanced)</title>
</header>
<body>
<h3>Test, Not gonna make this advanced yet.</h3>
<p>Test text, Will change</p>
</body>
</html>

Just how do I host it?
Pay a service for a domain name. godaddy sucks btw
Quote Originally Posted by Auxilium View Post


Pay a service for a domain name. godaddy sucks btw
Yes it does, I suggest blog spot. Or possible word press@Kalli
but you need host server too
and you can get *********
You know HTML but your asking us how to make a site? The the person above who said use GoDaddy is
Get a free host, use a FTP, upload to it, access the webpage from a browser.
Quote Originally Posted by arunforce View Post
Get a free host, use a FTP, upload to it, access the webpage from a browser.
Thank you, some one whos not here to spam.
Also can I get a battle tale key?
Quote Originally Posted by Jim Morrison View Post
I'm learning C#
Nobody cares about you and the .NET framework enjoy not running your programs on Unix based operating systems.
What host can I use to upload my HTML files?
used notepad, html is the easiest language ever made
Posts 115 of 26 · Page 1 of 2

Post a Reply

Similar Threads

Tags for this Thread

None

Need help?