![]() |
|
|||||||
Here is a basic web page code that will work on the web. The only code used is the BR ...
![]() |
|
|
LinkBack | Thread Tools | Display Modes |
|
#1
|
||||
|
||||
|
Here is a basic web page code that will work on the web.
The only code used is the BR tag to control text lines and used twice to give a gap between lines. Its just to show how easy it can be done, to make a text only web page using one tag only. Apart from the standard format for a web page to work. Have a go for fun to see how easy it can be done, go on to learn other tags to use to improve it if you want. Code:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <html> <head> <!---The title or name of your page goes here the title will appear in the tool bar---> <title>Basic Web Document</title> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> </head> <body> <!---The content of your page is placed here between the body tags and will be seen on screen in your browser---> This is the basic Website page that will work on the Web. No extra formating Code used except for the BR tag to control the text lines. The BR tag brakes the line of text, used twice it gives an extra space. Text is the default text only, no formating code used. Therefore it is a text only single webpage and is saved as index.htm Index.htm is always the first page that is looked for by a browser. To save this template copy and paste into note pad and save as index.htm Place in mydocuments folder, or better still make a new folder for it. If you click on it, it will open in your browser as a webpage. To do your own thing delete my text between the two body tags and add your own. The content between <----><!--- does not show---> they are comment tags. Have a go just for fun, and see how easy it is just with the basic code required. </body> </html>
__________________
Knowledge is not knowing all the answers, but knowing where to find the answers. www.smitheram.co.uk Moderator of, Web Design/Graphics Room. P4-XP pro-IE7-B/B-ZA-AVG |
|
#2
|
||||
|
||||
|
Peter, will work on this with this html.
Thank you, Maggie
__________________
"Where there's a wall, there's a will." |
|
#3
|
||||
|
||||
|
Once you are comfortable with the above go to the Archives on the link below.
http://www.idf50.co.uk/webhost/membe...pace/tutor.htm This gives progressive steps and test pages for adding more html code. Read the first page on how to view and save the code behind the web page.
__________________
Knowledge is not knowing all the answers, but knowing where to find the answers. www.smitheram.co.uk Moderator of, Web Design/Graphics Room. P4-XP pro-IE7-B/B-ZA-AVG |
![]() |
| Thread Tools | |
| Display Modes | |
|
|