Saturday, August 8, 2009

How do you connect your web pages , to make a website ?

So I took a web desgin class,but I don%26#039;t know too much about web designing . But i have a big project due, and I tried to look up stuff online , but i%26#039;m still having problems . So my question is how do you connect your webpages to make a website ?



Sorry for asking a dumb question .



Thank you :)



How do you connect your web pages , to make a website ?





buy domain then buy web space then store index.html with some stuff in it. to that web space you bought that all



How do you connect your web pages , to make a website ?



im 16 and do web design as fun doing it at college if you want to link pages a code for it is %26lt;a href="http://hosting.imwebhost.com.cn/%26quot;website" page%26quot;%26gt;Text link name %26lt;/a%26gt;



Remembered all that off by heart lol i only know that and image code off by heart which is %26lt;img src=%26quot;image link here%26quot;%26gt;



Thats the only way %26#039;I%26#039; know to link pages and im 16 but it works



Other Replys:You add links from each page to other pages. Usually each page will have some sort of navigation area. Suppose you want users to navigate from your home page (index.html) to 2 other pages (page1.html and page2.html). You%26#039;d do something like this:



%26lt;ul id=%26quot;navigation%26quot;%26gt;



%26lt;li%26gt;Home%26lt;/li%26gt;



%26lt;li%26gt;%26lt;a href=%26quot;page1.html%26quot;%26gt;Page 1%26lt;/a%26gt;%26lt;/li%26gt;



%26lt;li%26gt;%26lt;a href=%26quot;page2.html%26quot;%26gt;Page 2%26lt;/a%26gt;%26lt;/li%26gt;



%26lt;/ul%26gt;



This site has good tutorials:



http://htmldog.com



Other Replys:here%26#039;s a good tut on hyperlinks



http://www.htmlgoodies.com/primers/html/...



i think that%26#039;s what you want. htmlgoodies is a great site for everything you will need to know about html.



hope that helps



i actually think that site is as good, or better than, most paid courses. it%26#039;s been around for over 10 years...maybe longer, but that%26#039;s when i first used it to learn html

No comments:

Post a Comment