Go Back   Themers Club : Computers , Mobiles and Web Development Themes > Webmaster forum > Website Design and Content

Website Design and Content Discussion pertaining to website design : Everything related to Databases , Graphics & Multimedia , Programming , HTML ,..

Reply
 
Thread Tools Display Modes
  #1  
Old 06-29-2008, 09:57 PM
Spiral's Avatar
Spiral Spiral is offline
Super Moderator
 
Join Date: Apr 2008
Posts: 1,451
Rep Power: 18
Spiral is on a distinguished road
Default Forming HTML Pages

first I hope that you have decided to learn the html language

Now do you know what is any HTML file consists of?

When you open Notepad to write in it there must be a layout to the code which you write in it the tags , like this:

<html>

<head>

<title>
Here is the title that will appear in the title bar in the explorer
</title>

</head>

<body>

--------

--------
Here you write your tags that you want to appear in the page

--------

--------
</body>

</html>




--------------------------------------------------------------------------------


And now lets see an example:




<html>

<head>

<title>

My first page
</title>

</head>

<body>

I still learning html in the first lesson
</body>

</html>




--------------------------------------------------------------------------------

Now you are able to write the HTML layout...now you must to try to make it your self and see how is it work with you

And now what is the thing you don't know from the language principals?

It is the spaces, HTML language don't care by the lines you leave in the code or the spaces so if you want to leave an empty line you must write a certain rage

--------------------------------------------------------------------------------

<br>
This tag is used to end a line and start a new line
<p>
This tag used to make the same as the previous tag but it leave a line between paragraphs

&nbsp;


This tag is used to leave space between words, and this make one space but it is not necessary to write it between every word because it is automatic leave space between words but if you want more than one space
--------------------------------------------------------------------------------

Now see this example that will explain theses three tags you learnt

<html>
<head>
<title>
The First page
</title>
</head>
<body>
Now I learnt how to leave spaces and I will leave 4 space by using this tag &nbsp;&nbsp;&nbsp;&nbsp;

And now I will go to a new line and leave one empty by this tag<p>

And now I will go to new line without leaving empty line by this tag<Br>

so I have learnt this three tags
</body>
</html>
Reply With Quote
  #2  
Old 08-06-2009, 09:56 AM
Eustorgio Leonardo Eustorgio Leonardo is offline
Junior Member
 
Join Date: Aug 2009
Posts: 17
Rep Power: 0
Eustorgio Leonardo is on a distinguished road
Default

You can, but they would be useless. Access will translate the native forms into HTML, but they are useful only on a LAN - if you tried to use them on the Internet they would fail, since they require a wide open firewall between your web server and the Access database.
Reply With Quote
Reply

Bookmarks


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump


All times are GMT. The time now is 07:49 AM.


Powered by vBulletin® Version 3.7.6
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.