HTML Basics
Below is a MRR and PLR article in category Computers Technology -> subcategory Software.
Title:HTML Basics
Word Count:
986
Summary:
Learn HTML
Are you feeling a bit lost when someone mentions those four letters, "HTML"? Well it is actually very easy to learn and understand. We will cover how to set up a simple page, how to format text, insert images, and insert links. Lets start by explaining what it is exactly.
Keywords:
learn html programming css newbie noob xhtml center p href web page webpage website hosting server www internet uploading javascript basics hardware software review
Article Body:
Learn HTML
Are you feeling a bit lost when someone mentions those four letters, "HTML"? Well it is actually very easy to learn and understand. We will cover how to set up a simple page, how to format text, insert images, and insert links. Lets start by explaining what it is exactly.
When you visit a page, you see columns, images, links and different colours. This has all been written by someone (or someone used a program to write it). And it is written in HTML. All web pages are sent to your browser (such as "Internet Explorer" or "Firefox") as HTML.
HTML is the easiest "computer language" to learn. Now, when you write a formal letter to someone, there are things you add at the start and end aren't there (such as at the start their address, the date, and at the end your name and signature). Between these items you write the body of the letter. Well, in some ways, the basics of HTML is very similar.
Let me just give you an example of a simple page. This would display the words "Welcome" in the browser (the numbers in bold are not part of the code ? they are just line numbers so we know what we are talking about later on).
1]
2]
3]
4]
5]
6]
7] Welcome
8]
9]
All tags start and end. A start tag looks like
If we go back to the letter example, you normally write your address, the date, their address etc at the top. Well this is what the first four lines are like. The first line, (note, in html, it doesn't normally matter if it is upper or lower case. In some technologies such as xhtml it does, but for now it doesn't matter) just declares that between that html "tag" as it is known, and the ending html tag on line 9 (notice the back slash, indicating it has ended) it has html within it.
The head contains information that isn't directly displayed by your browser. The
You should put all your content within the
To do links
A link is something that lets you click on it, and it will request a new page. You use the anchor tag for this:
CLICK HERE
Do you see how that would work? It would display the words "CLICK HERE", and that links to http://www.techneek.co.uk. This tag, the tag has an example of an attribute to it ? the href.
Almost all attributes have a =" ". It is basically like saying, I have an anchor tag. I want to make it link to something. To tell it to link to something, you need to put href="yourlink". Remember when ending this tag (), you don't need to put in the href. It is always just .
Bold, Italic, Underline
These are really simple ? you probably already know them. bold text for bold, underline or italic
Spaces in HTML
Spaces to some extent don't matter. I could write this line:
example.com
as:
example link
In HTML, any multiplies of a space - ' ' just show up as one. To display more than one you need to type .
Images
Images are really simple. It is just

Incase the image can't be loaded for yoru user, you should give an alternative text. This is also good for people who find it hard to see on the screen. To do this, add alt="a description of your image". I would personally recommend no more than 6 words.

It is recommended that the only image types you use are Gifs (.gif), Jpegs (.jpg), or Portable Network Graphic (.png). Try and keep the file sizes down, some users are on very slow speeds.
So there you are, you should be able to make a page now. Open up notepad, paste this template in:
...
Your content goes here, such as Computer Techneek!
...
And replace the "..." bits with your content. Save it as a .htm or .html file (it makes no difference what you choose) and open it in your browser.
Here is an example simple web page using everything we have covererd so far:
Hello! Welcome to my page! Click on the image to go to http://www.techneek.co.uk

Now you are ready to go further. I recommend that you search for things on your favourite search engine, such as:
paragraph HTML tag
hr html tag
Center html tag
basic CSS tutorial
uploading webpage OR website tutorial server
Have fun!
Ashley Baker is the owner of TechNeek - a computer hardware component news and reviews site. If you need a review of a computer related matter, get down to http://www.techneek.co.uk!
You can find an AI generated version of this article here: HTML Basics.
You can browse and read all the articles for free. If you want to use them and get PLR and MRR rights, you need to buy the pack. Learn more about this pack of over 100 000 MRR and PLR articles.