Tycoon Talk
Become a Big fish!
The number 1 forum for online business!
Post topics, ask questions, share your knowledge.
Tycoon Talk is part of Freelancer.com - find skilled workers online at a fraction of the cost.

Website Design Forum


You are currently viewing our Website Design Forum as a guest. Please register to participate.
Login



Freelance Jobs

Reply
[HTML] Introduction to HTML...
Old 02-18-2006, 07:43 PM [HTML] Introduction to HTML...
Junior Talker

Posts: 33
Trades: 0
This is basic lesson, if you want to learn html. In this lesson you only have to open notepad in Windows system.
Every html document in basic form must look like this:
Code:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=windows-1250" />
<meta name="keywords" content="page_keywords">
<meta name="description" content="description_of_your_page">
<title>Title_Of_Your_Page</title>
</head>
<body>
This is my page. I can bold this text
</body>
</html>
Ok now something about every line.
Code:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
If your page is perfectly good you must add this w3c validator information. Here you can check your validation.
Code:
<html>
<head>
Here is starting html code where you declarate information about page.
Code:
<meta http-equiv="Content-Type" content="text/html; charset=windows-1250" />
You should change only charset=windows-1250 if you page is not typed in english language. Check google.pl [something like page code declaration to get more content types for other languages]
Code:
<meta name="keywords" content="page_keywords">
Keywords about your page. You change only page_keywords. For example if your page is about games you can type: games, rpg, fpp, counter strike, quake, players, unreal, warcraft.
Code:
<meta name="description" content="description_of_your_page">
Description of your page. For example if your page is about games you can type: Page about the newest games.
Code:
<title>Title_Of_Your_Page</title>
This is the text which you will see on title bar when you open your page.
All upper information are used by search engines.
Code:
<body>
This is my page. I can bold this text
</body>
Here is everything what you see on your page. All visibles thing for user. For example you can type <body bgcolor="red"> and you will have red background on your page. More information about this later.

Created by m1chu
m1chu is offline
Reply With Quote
View Public Profile
 
 
Register now for full access!
Old 02-18-2006, 11:41 PM
Super Talker

Posts: 132
Trades: 0
good for younger masters
__________________
Looking For Mods n Members


Please login or register to view this content. Registration is FREE
waqar is offline
Reply With Quote
View Public Profile
 
Old 02-19-2006, 05:02 AM
Junior Talker

Posts: 211
Trades: 0
yeah, maybe someone here should start like a tutorial site with this kind of stuff. i've seen many sites do well with them
Quahog Crazy is offline
Reply With Quote
View Public Profile
 
Old 02-19-2006, 07:21 AM
Junior Talker

Posts: 295
Trades: 0
i'll make a whole tutorial here....ok???...it will be xhtml + css...
__________________

Please login or register to view this content. Registration is FREE
playmenow is offline
Reply With Quote
View Public Profile Visit playmenow's homepage!
 
Old 02-19-2006, 08:16 AM
Junior Talker

Posts: 211
Trades: 0
cool, if you are doing a css one i wanna read it
Quahog Crazy is offline
Reply With Quote
View Public Profile
 
Old 02-21-2006, 11:55 PM
Super Talker

Posts: 132
Trades: 0
good u can ask any question about html here
__________________
Looking For Mods n Members


Please login or register to view this content. Registration is FREE
waqar is offline
Reply With Quote
View Public Profile
 
Old 02-22-2006, 01:21 AM
Junior Talker

Posts: 295
Trades: 0
any1 looking at my web site tutorial? i'll expand the css part this weeekend.
__________________

Please login or register to view this content. Registration is FREE
playmenow is offline
Reply With Quote
View Public Profile Visit playmenow's homepage!
 
Old 02-27-2006, 07:25 PM
Junior Talker

Posts: 127
Trades: 0
good tutorial for beginers to know about what means every line
__________________

Please login or register to view this content. Registration is FREE
Superpoo is offline
Reply With Quote
View Public Profile
 
Old 03-03-2006, 05:14 PM
Junior Talker

Posts: 55
Trades: 0
wow.. thanks for this tutorial.. explains some things.
__________________

Please login or register to view this content. Registration is FREE


^^ like the banner?
imported_imported_luke is offline
Reply With Quote
View Public Profile
 
Reply     « Reply to [HTML] Introduction to HTML...
 

Thread Tools Search this Thread
Search this Thread:

Advanced Search

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
Trackbacks are Off
Pingbacks are Off
Refbacks are Off





   
RSS Feed  Feeds: RSS   JS   XML
RSS Feed  Feeds for this forum: RSS   JS   XML



Page generated in 1.82965 seconds with 12 queries