|
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() |
Need some help??This is a discussion on Need some help?? within the HTML & CSS forums. Topic: hi im new round here and i know how to make a html page but i wanna insert it into ... |
![]() |
![]() |
|
![]() |
LinkBack | Thread Tools | ![]() | Display Modes | ![]() |
|
|
#2 (permalink) |
|
It's actually quite simple. You can code a website in HTML by simply using any text editor, using the standard tags to create:
"<html> <head> <title></title> </head> <body> </body> </html>" Fill in the gaps where you wish, using "<head></head>" for any Javascript or CSS, Meta Tags, or what have you. Title for Title, obviously. Body is where the main content of your site will display, most of your visual aspects. HTML is simply the code of the website, the tags are used to define the language to browsers. Save the file as "All" instead of "Text Document", giving it the suffix .html to whatever you save. This will save it as a browser looking page. Open it to see your website as it would appear online. You can alter the page once more by right clicking on the icon and opening with a text editor. After you create a website, then you will need to find a Web Hosting service that is right for you. Simply set up your account and use a FTP service, most likely the one your hoster provides you with which will be based online, and load your file to your domain. Name the file "index.html". Then you can type in your web address and presto, you're live! Best of luck. |
|
|
|
|