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.

General Discussions


You are currently viewing our General Discussions as a guest. Please register to participate.
Login



Reply
Basic's of web design
Old 03-05-2006, 05:52 AM Basic's of web design
Evo
Junior Talker

Posts: 157
Trades: 0
ok this is just a short tutorial on how to make a website using notepad and or photoshop. ok what ya wanna do is first you want to learn the basic coding for a website i will show it below.

I have put these in coded form so its easier to read and understand.

Basic Tags

Code:
<html></html>
Creates an HTML document
Code:
<head></head>
Sets off the title and other information that isn't displayed on the Web page itself
Code:
<body></body>
Sets off the visible portion of the document
Code:
Header Tags
Code:
<title></title>
Puts the name of the document in the title bar
Code:
Body Attiributes
Code:
<body bgcolor=?>
Sets the background color, using name or hex value
Code:
<body text=?>
Sets the text color, using name or hex value
Code:
<body link=?>
Sets the color of links, using name or hex value
Code:
<body vlink=?>
Sets the color of followed links, using name or hex value
Code:
<body alink=?>
Sets the color of links on click
Now these tags will help you when you are typing text to put in your website.
Code:
<pre></pre>
Creates preformatted text
Code:
<h1></h1>
Creates the largest headline you can change it from h1 to h6
Code:
<h6></h6>
Creates the smallest headline
Code:
<b></b>
Creates bold text
Code:
<i></i>
Creates italic text
Code:
<strong></strong>
Emphasizes a word (with italic or bold)
Code:
<font size=?></font>
Sets size of font, from 1 to 7
Code:
<font color=?></font>
Sets font color, using name or hex value
These are what will create hyperlinks or links
Code:
<a href="URL"></a>
Creates a hyperlink
Code:
<a href="mailto:EMAIL"></a>
Creates a mailto link
Code:
<a name="NAME"></a>
Creates a target location within a document
Code:
<a href="#NAME"></a>
Links to that target location from elsewhere in the document
these tages will create paragraphs and align paragraphs
Code:
<p> </p>
Creates a new paragraph
Code:
<p align=?>
Aligns a paragraph to the left, right, or center
Code:
<br> </br>
Inserts a line break
thats all for now i will teach you how to put it all together in part 2
Evo is offline
Reply With Quote
View Public Profile
 
 
Register now for full access!
Reply     « Reply to Basic's of web design
 

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 0.69885 seconds with 12 queries