Nov 20
So I know HTML and I know how to make layouts but I don’t know how to combine them so I can modify them later for online or give them out for others to use. Also, how do you get your page online? Y’know, after you make it?
So I know HTML and I know how to make layouts but I don’t know how to combine them so I can modify them later for online or give them out for others to use. Also, how do you get your page online? Y’know, after you make it?
Take a look at php includes (to include page content, links, etc. in a shell (empty page template)) http://www.tizag.com/phpT/include.php
As for getting pages online you can take a look at free web hosts. A great one is http://dmon.com and a more common (but not so good one) is http://webs.com
If someone tells you to use JavaScript to include content don’t listen. XD ’cause less commonly-used browsers won’t properly read your page. PHP includes is the way to go there. Just note that you’ll usually have to upload your page to test as PHP is run server-side.
You combine then with a tag or a
Make a Webpage:
Full Web Building Tutorials: http://www.w3schools.com/
Beginner’s HTML Tutorial: http://www.htmlbasix.com/
How to Create a Webpage: http://www.make-a-web-site.com/
So You Want To Set Up Your First Site, Huh?: http://www.htmlgoodies.com/tutorials/getting_started/article.php/3479561
More info: http://www.hypergurl.com/
Web Site Blog: http://www.instant-web-site-tools.com/blog/
http://www.w3schools.com/site/default.asp
How to Start / Create Your Own Website: The Beginner’s A-Z Guide: http://www.thesitewizard.com/gettingstarted/startwebsite.shtml
So, you want to make a Web Page!: http://www.pagetutor.com/html_tutor/index.html
Getting started with HTML: http://www.w3.org/MarkUp/Guide/
You’ll need something along those lines, or you could use style tags like the following:
Hi World!
-Billy