Commonly Used Codes:
Bold: <strong>Text</strong>
Italic: <em>Text</em>
Underline: Don't even bother using
Alignment: <p align"Left/Right/or/Center>Text</p>
Links: <a href="URL HERE">Text here</a>
Images: <img src="URL HERE">
*Note: You may think you know some of the codes like (<b> or, <u>,<center> or <i>) but they are all outdated. They work but, they are considered "bad tags". Stick with the ones we just showed u.
AND THATS JUST THE BASICS!!
Bold: <strong>Text</strong>
Italic: <em>Text</em>
Underline: Don't even bother using
Alignment: <p align"Left/Right/or/Center>Text</p>
Links: <a href="URL HERE">Text here</a>
Images: <img src="URL HERE">
*Note: You may think you know some of the codes like (<b> or, <u>,<center> or <i>) but they are all outdated. They work but, they are considered "bad tags". Stick with the ones we just showed u.
AND THATS JUST THE BASICS!!
Visit Fuelparks Website at:
Graphicsbysteve.com
Graphicsbysteve.net
or
Graphicsbysteve.org
Graphicsbysteve.com
Graphicsbysteve.net
or
Graphicsbysteve.org
Many people ask "Well do I get great fonts?". Well as far as we see it
Dafonts.com is probably the best way to go.
Dafonts.com is probably the best way to go.
File Types:
HTML:Hypertext Markup Language, is the predominant programming language for web pages.
XHTML: Extensible Hypertext Markup Language, like HTML, but also conforms to XML syntax
CSSCascading Style Sheets, is a stylesheet language used to describe the look of a page written in a markup language
PHP: a programming language, used in web design.
HTML:Hypertext Markup Language, is the predominant programming language for web pages.
XHTML: Extensible Hypertext Markup Language, like HTML, but also conforms to XML syntax
CSSCascading Style Sheets, is a stylesheet language used to describe the look of a page written in a markup language
PHP: a programming language, used in web design.
Web Designers WELCOMED!!!!!!!!!!!
How to wright a basic Page in HTML:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<title>Page Title</title>
</head>
<body>
<h1>Header Here</h1>
<p> Paragraph </p>
</br> (forced Line break)
<p> Paragraph </p>
</br> (forced Line break)
</br> (forced Line break)
<p> Paragraph </br>
</body>
</html>
Again this is the basics
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<title>Page Title</title>
</head>
<body>
<h1>Header Here</h1>
<p> Paragraph </p>
</br> (forced Line break)
<p> Paragraph </p>
</br> (forced Line break)
</br> (forced Line break)
<p> Paragraph </br>
</body>
</html>
Again this is the basics
If you are a hardcore web design fanatic make sure you join the group and make it your favorite!

