How to use html tags to make a website?

Jacob

New member
For my business class, we have to make a very basic website containing our name, a little about ourself, and some links to our favorite sites. The html tags are not a problem. Since we are using his example website as a guide, I can basically just 'view source' and swap the info with mine. However, the only websites I find are explaining how to make html tags, but not how to get them up onto the internet. So if anyone has an suggestions, or maybe helpful websites on how to use these meaningless words to actually make a website that'd be great. thanks
 
The HTML tags are read by the browser and interpreted per the standards that have been set. An html document is simply a text file saved with the extension of html or htm. When you "view source" most likely it opens Notepad. You can save at that point, just make sure that you add the extension as I said. What you will need to do is 1) Create the document as assigned and copy to a disk for viewing by your instructor. If this is done on a school computer, just save it where you can find it. To display to the instructor, use Internet Explorer or Firefox or whatever browser is installed on the computer. If an image is included in the document, be sure that the image is in the same folder as the html document to keep it simple.

If you must upload onto the internet, then you will need an FTP program and someplace to which to upload. I assume that is not the case as it quickly gets rather advanced for a business class.

If you would like to learn more about HTML, I suggest you take a close look at http://www.w3schools.com/ The nice thing about this site is that there are sections that are interactive. You can change what is initially presented and then you can see what effects this has. Well, whether you want to learn more or not, take a look at this site.
 
Well, if it's simply html, just save the file with something like me.html and simply open it from your PC. However you can't do that to php, but you don't need that, as I suppose. So you can either open it from your pc, or host it to the web
WARINING: If you upload any photos, or use <img src="..." /> than be sure to do the correct link.
 
Well, if it's simply html, just save the file with something like me.html and simply open it from your PC. However you can't do that to php, but you don't need that, as I suppose. So you can either open it from your pc, or host it to the web
WARINING: If you upload any photos, or use <img src="..." /> than be sure to do the correct link.
 
Back
Top