FRIHOSTFORUMSFAQTOSBLOGSDIRECTORY
You are invited to Log in or Register a Frihost Account!

Simple code to make your web page !

 


alrofaee
This is a simple code to make your web page :

1. Open the notpad
2. Write the code below
Code:
<Html>
<head>
<title>your title</title>
</head>

<body>
your content here !
</body>

</Html>

3. Save the document as *.html

That's it Smile
rohan2kool
Here is a simple code that validates:

Code:

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">

<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
 <head>
  <title>Your page</title>
  <meta http-equiv="content-type" content="text/html; charset=iso-8859-1" />
 </head>

 <body>
  <p>Your content here</p>
 </body>
</html>


huh??
Rhysige
Youve now successfully confused anyone who doesnt know how to make web pages by adding the stuff to make it validate Razz Good Job!

But ohh well you are right...
kv
Add this line

Code:
<Input type="text" name="somename" value="123">


somewhere between <body> and </body>. You will get a nice textbox.
yjwong
By the way, if you want a list of tags, you can visit this website:
http://www.htmlcodetutorial.com/
rohan2kool
Rhysige wrote:
Youve now successfully confused anyone who doesnt know how to make web pages by adding the stuff to make it validate Razz Good Job!

But ohh well you are right...


now.. now.. now.. ain't that a taunt??
Em_de_Tech
Yeah, but you do realize that a website created using the simple basics will probably look not so pleasing, and maybe even unpleasing. No offence though, i just don't think someone should start to create a webpage unless they know sufficient HTML or some other scripting lanuage to make it look good. (I do realize that im being very hipocritic right now Laughing )
Reply to topic    Frihost Forum Index -> Scripting -> Html, CSS and Javascript

FRIHOST HOME | FAQ | TOS | ABOUT US | CONTACT US | SITE MAP
© 2005-2007 Frihost, forums powered by phpBB.