Site of the Day




Add to Technorati Favorites
page counter
AddThis Social Bookmark Button

Easy HTML

    by Judi on Aug 24, 2007

What is ?

stands for HyperText Markup Language.

is the coding language used by computers to determine how the text and images on your web page will actually look. It helps determine whether text will be small, large, bold face or italics. makes it possible to link to other websites as well as display images.

is written using tags - tags are commands which tell the browser how to display the text on the page, as well as where images should load.

All are enclosed in brackets < >.

When you are writing multiple tags, the tags may be nested. In other words, you’ll open and then close tags in the reverse order.
<>
<body>
</body>
</>

If you enjoyed this post, make sure you subscribe to my RSS feed!

Comments: 0 | Tags: , , , ,

Subscribe to Momma Muse by Email, RSS or,

Basic HTML tags

    by Judi on Aug 24, 2007

Basic web page structure tags

<> </> - this is the opening and closing of a basic web page

<head> </head> - this is your web page heading

<title> </title> - the title shows up at the top of the browser window

<body> </body> - your page content will go between the body tags

Basic formatting

<b> bold </b> - this tag makes any text between it bold

<i> italics </i> - this tag makes any text between it italics

<p> </p> - a paragraph tag, it creates a blank line between text

<br /> - this is a line break *does not have a closing tag

<center>centers text or image</center>

<a href=”http://www.mommamuse.com”>MommaMuse</a> this tag creates a link to another website, also referred to a hyperlink

<img src=/> this tag does not have a closing tag. It is used to display an image.

A basic web page layout may look like this:

<>

<head>

<title>The Title of Your Page </title>

</head>

<body>

The content of your page will go here.

</body>

</>

If you enjoyed this post, make sure you subscribe to my RSS feed!

Comments: 0 | Tags: , , , ,

Subscribe to Momma Muse by Email, RSS or,

Don't Miss It

Recently Posted

Top Commentors