Archive for October, 2009

Html Tags

Below is a list of Html tags also known as Html elements. Remember not all tags work on every browser. The tags on this page are from HTML 4.01 specification. They are all listed in alphabetical order.

  • <!–…–>
  • <!doctype>
  • <a>
  • <abbr>
  • <acronym>
  • <address>
  • <applet>
  • <area>
  • <b>
  • <base>
  • <basefont>
  • <bdo>
  • <big>
  • <blockquote>
  • <body>
  • <br>
  • <button>
  • <caption>
  • <center>
  • <cite>
  • <code>
  • <col>
  • <colgroup>
  • <dd>
  • <del>
  • <dfn>
  • <dir>
  • <div>
  • <dl>
  • <dt>
  • <em>
  • <fieldset>
  • <font>
  • <form>
  • <frame>
  • <frameset>
  • <h1>
  • <h2>
  • <h3>
  • <h4>
  • <h5>
  • <h6>
  • <head>
  • <hr>
  • <html>
  • <i>
  • <iframe>
  • <img>
  • <input>
  • <ins>
  • <isindex>
  • <kbd>
  • <label>
  • <legend>
  • <li>
  • <link>
  • <map>
  • <menu>
  • <meta>
  • <noframes>
  • <noscript>
  • <object>
  • <ol>
  • <optgroup>
  • <option>
  • <p>
  • <param>
  • <pre>
  • <q>
  • <s>
  • <samp>
  • <script>
  • <select>
  • <small>
  • <span>
  • <strike>
  • <strong>
  • <style>
  • <sub>
  • <sup>
  • <table>
  • <tbody>
  • <td>
  • <textarea>
  • <tfoot>
  • <th>
  • <thead>
  • <title>
  • <tr>
  • <tt>
  • <u>
  • <ul>
  • <var>

( October 31, 2009 at 8:15 pm) · Filed under Coding, General, Html Tags, INFO, , , , , ,

Comments

Line Break

This article will explain the Line break Html code.  It is basicaly a <br /> and the example is given below:

<p> This is an example of a line break  <br />  this part will appear after the break. </p>

Which will look like:

This is an example of a line break
this part will appear after the break.


( October 30, 2009 at 11:56 pm) · Filed under Coding, General, Html Tags, , , , ,

Comments

Html Center Tag

A Html center tag is used to center a group of texts or a word.  It is a basic tag made of basic Html elements.  View the example below:

<center>This is text centered with center tag.</center>

Which will appear as this:

This is text centered with center tag.


( October 30, 2009 at 11:48 pm) · Filed under General, Html Tags, , , , , ,

Comments

Hyperlink

This article explains how to use a hyperlink and the types.  A hyperlink is the html link you click on to get to another page from a page.  The basic code is as follows:

<a href=”http://www.start-a-site.com”>Start-a-Site.Com</a>

Which results in : Start-a-Site.Com

You can also have this link open in a new window by using the target value.  If you’d like, you can add a Anchor tag aswell by using the title value.  Take a look at it below:

<a target=”new” title=”Start-A-Site.Com How to Start Websites” href=”http://www.start-a-site.com>Start-a-Site.Com</a>

This will show up as: Start-a-Site.Com

Use the codes above as you like.  Make sure you change the values and attributes.


( October 29, 2009 at 9:57 pm) · Filed under Coding, General, Html Tags, Necessary Tags, , , , , , , , ,

Comments

Background Image Code

This article will explain how to change the background of your page to an image.  First of all, find a good image, preferably a JPEG and upload it to a http accessible path.  The Html code to change your background is as follows:

<body background="/image/background_image.jpg">

Place this code right after the </head> tag.  This should all be it to change your background.  Good Luck!


( October 29, 2009 at 9:46 pm) · Filed under Coding, General, Html Tags, , , , , , ,

Comments

Refresh

The Refresh tag uses meta data to refresh the page you are on.  The code is as follows:

<meta http-equiv="refresh" content="10" />

The above code tells the server to refresh the page every 10 seconds.  You can change the content part to anything you would like.


( October 29, 2009 at 1:46 am) · Filed under Coding, Html Tags, , , , , , ,

Comments

How to redirect a page

For a various number of reasons, webmasters need the redirection code to redirect their pages to other pages.  You will be using a Meta tag on this example of a Redirection code.  The code is as follows:

<meta http-equiv="Refresh" content="5; url=http://www.start-a-site.com">

The code above tells the server to request “http://www.start-a-site.com” within 5 seconds. Feel free to change the values of “Content” and “URL” according to your needs.


( October 29, 2009 at 1:38 am) · Filed under Coding, General, Html Tags, Necessary Tags, , , , , , ,

Comments

How to create a html page

HTML stands for HyperText Markup Language.  Creating a html page is so easy and simple.  Just follow the easy steps below and you will learn to create a basic html page within minutes.

You can create you HTML page by just using a basic text editor like Note Pad or you can use a software where the software would actually write the code for you.  Html codes also known as Html tags are used with (<) lesser then and (>) greater then brackets.  An example would be: <Html> </Html>

On the example above, <Html> opens the command and </Html> ends it.

The basic structure for a Html page is:

<html>
<head>
<title>Title of your page</title>
</head>
<body>

This is the area where you content goes that will be visible to all the visitors to your site.

You can include  Html codes in this part.
</body>
</html>

The above code is the basic layout for a website.  You should always begin using this layout.  Below is the structure above explained:

<html> – Begins your HTML document.

<head> – Contains information about the page such as the TITLE, META tags for proper Search Engine indexing, STYLE tags, which determine the page layout, and JavaScript coding for special effects.

<title> – The TITLE of your page.

</title> – Closes the HTML <title> tag.

</head> – Closes the HTML <head> tag.

<body> -This is where your actual content goes.

</body> – Closes the HTML <body> tag.

</html> – Closes the <html> tag.


( October 26, 2009 at 9:47 pm) · Filed under Coding, General, Html Tags, , , , , , , ,

Comments

How to make a good website

These days, everybody gets to have a website because technology and compitition has really improved!  Even little kids have websites!  When making a website, you should always plan out first instead of randomly chosing a topic and starting a random website.

First. Reasearch how you are going to accomplish your goals, and make a plan.  This is a MUST.  If you don’t know what you are doing and how you are going to do it, you are just planning to fail.  You must know how to do what you are going to do.

Choose a good topic.  Make sure you choose a good topic because you are going to write about this all the time.  People visiting your website are going to have questions for you and you need to know how to respond.  Choose something you like to do, like a hobby of yours or your job or something of that kind.  If you like playing soccer, then make a website about soccer.

Write good content.  When you write good content, then you have a + on search engine rankings.  Also other websites will show you as a source and your site popularity will increase which will help you with your rankings, which will attract more visitors to your website.

Make sure you know what you are suppose to be doing.


( October 25, 2009 at 6:05 am) · Filed under Beginners, INFO, , ,

Comments

Shoutbox for your website

This article will explain how to add a shoutbox to your website.  A shoutbox is like a chat system that visitors can leave messages for you and others to see.  Usually they can leave thank you notes, comments and any other ideas that they want to discuss.

Most of the shoutbox scripts are freeware which means they are free to use.  On my example I will consider using PHP Shoutbox 1.1

1. Search and download the PHP script called Shoutbox 1.1.It can also be found at this link:

http://phpform.net/shoutbox.php

2. Unzip the file.

3. Upload the entire folder to your hosting server via FTP.

4. Look through the Shoutbox folder and look for the sett.php file.

5. Right click on it and set the chmod permission to 666.

6. Chmod 644 the config.php file as well.

7. Open a web browser and open shout.php. You can do so using this format: http://yourwebsite.com/shout.php. Be sure to change yourwebsite.com to the actual URL of your site.

8. Follow the step by step installation progress.

9. Installation is complete.

10. Now put the following code to where you want shoutbox to appear on your html:

<iframe src=”shoutbox/code.php” width=200 height=300 border=1 solid></iframe>

When you open up your site, you should see the shout box there now.   A reminder: make sure your host PHP supported for this script to work.


( October 11, 2009 at 6:42 am) · Filed under Chat Systems, Other, , , , , , , , ,

Comments

« Previous entries Next Page » Next Page »