Search
Recommended Sites
Related Links






   

Informative Articles

HTML Forms Are Our Friends
This is a very short tutorial on the creation of a HTML form, that used the PHP form processor located in the PHP part of the forum. First, I'd like to explain how forms work, because it's not always as obvious as one would think. Basically, the...

Pass the Mystery Meat: Learning from "Web Pages that Suck"
Though I learned much at Shakespeare's knee, the two years I worked for the undergraduate literary magazine at the University of Utah were almost as valuable. Every night, I took home fat manila folders full of poetry and fiction that were horribly...

The Newbie's Guide to Small Business Web Design
You've got a concept for a business, are excited about putting it out on the Internet, know a little bit about computers and the Internet, but know nothing about building a web site, or web design. You can still be highly successful and save...

What an Automated Web Site Can Do for Your Business
As your Internet business grows, your free time will dwindle. Site changes will become time consuming and stressful. Automate your site and you can use your time for better purposes. Automating Automating a web site can cut out tedious tasks...

Wouldn't you like to be a Flasher too?
The most basic type of web page is a static one – a page that rests docilely within your browser window. It doesn't do anything. You can view it, then hit your browser back button and go away again. This is not the sort of page one normally sets out...

 
YOUR FIRST HTML PAGE - III

In the preceding section, we had left the discussion at the tag, so let us continue from here.

For showing simple text, we use the
tag in such a manner:


Ah! This is for the first time I'm writing my own HTML. The world is so different out here. Marvelous!



You can consider

to be a paragraph.

OK, now the page should look like:



This is my first, hand-coded HTML page




Ah! This is for the first time I'm writing my own HTML. The world is so different out here. Marvelous!






Refresh the page. See something?

If you want to highlight a section, for instance, "Marvelous!", you can do it like this:


Ah! This is for the first time I'm writing my own HTML. The world is so different out here. Marvelous!



Refresh the page. See something?

The use of some of the tags have been discontinued by some of the newer browsers, but we'll handle those complexities when we cover style sheets. At the moment, these should work.

The browser will show the text in the default font. If you want to use your own font, size and color, you'll have to use the font size for a particular portion of the text like this:


Ah! This is for the first time I'm writing my own HTML. The world is so different out here. Marvelous!



If you find it confusing, just type it as it is, save the file, and refresh the page in the browser, and you'll understand what I'm trying to say.

Notice the opening and closing tags everywhere? SIZE, FACE and COLOR are the main basic attributes of the tag.

== Step 6: ==

Let us now create a hyperlink and get over with the current article. A hyper link is the fancy text over which when you hover your cursor, the cursor metamorphoses into a pointing finger, indicating that you are going to be taken to some other web-destination upon clicking the left mouse button. A graphic can act as a hyper-link too, but we'll come to that later.

Suppose you want to add the following lines to the page:


For more cool content, go to Bytesworth.com.



So that the page looks like now:



This is my first, hand-coded HTML page




Ah! This is for the first time I'm writing my own HTML. The world is so different out here. Marvelous!



For more cool content, go to Bytesworth.com.






Save and refresh the page.

also acts as a line break, so the next text appears like a new paragraph.

You want the message in such a way, that when someone clicks on Bytesworth.com, the person is taken to http://www.Bytesworth.com. To accomplish this, you'll have to re-write the second paragraph like this:


For more cool content, go to Bytesworth.com .



exactly like this. Don't worry if the lines appear broken, you should write the entire thing in one line, as it is.

The latest page now is:



This is my first, hand-coded HTML page




Ah! This is for the first time I'm writing my own HTML. The world is so different out here. Marvelous!



For more cool content, go to Bytesworth.com .






Save it, and refresh it. Bytesworth.com should appear as a hyperlink.

Don't get distraught by the drab look. If you follow all the articles, you'll be able to make the coolest pages possible in HTML/JavaScripts

So this is your first, basic page. Using the given tags, you can keep adding further content according to how creative you feel.

About the Author
Amrit Hallan is a freelance web designer. For all web site
development and web promotion needs, you can get in touch with
him at http://www.bytesworth.com. For more such articles,
visit http://www.bytesworth.com/articles and
http://www.bytesworth.com/learn You can subscribe to his
newsletter [BYTESWORTH REACHOUT] on Web Designing Tips & Tricks
by sending a blank email at Bytesworth-subscribe@topica.com

Sign up for PayPal and start accepting credit card payments instantly.