Website Creation
Posty: 31 1, 2, 3, 4Następna strona >>
Website Creation
Hi,Can anyone tell me how to create website.
Please tell me in detail the procedure of creating websites.
Re: Website Creation
HiYou can start right here with this tutorial: http://html.net/tutorials/html/ - it will give you an easy, yet thorough and correct introduction on how to make websites.
- Andreas, HTML.net
Show some love for HTML.net on Twitter, Facebook and Google: Use the buttons on top of all pages.
Re: Website Creation
Thank you, I will go through.If any query will get back.Re: Website Creation
Hi,I have a word Document mentioning the details "about my pastor" how should I link that in my webpage.
I tried using this <a href="C:\Documents and Settings\user\Desktop\HTML\church History">About the Pastor</a>, but when i clicked it says page is not avail. pls help me...
Re: Website Creation
If you save the document (e.g. as "pastor.doc") in the same folder as your HTML-file it is easier:<a href="pastor.doc">About the Pastor</a>
- Andreas, HTML.net
Show some love for HTML.net on Twitter, Facebook and Google: Use the buttons on top of all pages.
Re: Website Creation
Now I will create my own website,What is exactly required? I will create a folder on my desktop named "HTML"and under that I will save Notepad named ".html" or "page1html". Now I also require the headings named Home, About Us, Contact us, Etc.. How should I do that...Please advice.Re: Website Creation
You simply make a new page for each (about.htm, contact.htm etc.) and link to them.- Andreas, HTML.net
Show some love for HTML.net on Twitter, Facebook and Google: Use the buttons on top of all pages.
Re: Website Creation
Thanks Andreas:)I have saved the Image in HTML->Image folder and named as "Zion.logo". But I am not able to link it. I tried using "<img src="Zion.logo" /> and I also want that photo to appear at the top of the left corner
Re: Website Creation
And how should I get the text in centre, left, etc... which code is used, please advice....Re: Website Creation
gkonica napisał(a):I have saved the Image in HTML->Image folder and named as "Zion.logo".
".logo" is not an image format. You should save the image as gif, jpg og png. Read more here: http://html.net/tutorials/html/lesson9.php
- Andreas, HTML.net
Show some love for HTML.net on Twitter, Facebook and Google: Use the buttons on top of all pages.
1, 2, 3, 4Następna strona >>