Anyone can learn HTML. HTML stands for "Hypertext Markup Language". HTML is the easiest programming language out there. Why should you learn HTML? Knowing HTML will help you alot if you're thinking about doing web design or have just started doing web design. By knowing HTML you can spice up your web pages. In this tutorial I will cover the basic HTML tags.
Markups are made of the less than and greater than symbols. Also known as angel brackets. (<>) The markups tell your browser to display content. This content could be text, graphics, links, etc. You can use lowercase or uppercase letters when using the markups. Markups are not case sensitive. There are some markups that stand by there selves. For example
. Most of the tags require a closing tag. For example Hi . The forward slant lets the markups know to close. Now we will look at the basic HTML tags.
When you make a web page, everything on that page will fall between the tags. This tag tells the browser that this document is an HTML page.
The header is where information about the document is placed.
This tag is used to display a title. Whatever you put between these two tags will show up at the very top of your browser.
This tag tells your browser to display the content between these two tags. You can use attributes to set specifications inside the tag itself.
Ex.
(This example will make the background of your site gray.)
We have covered the basic HTML tags for creating a web page. You can use the following as a template.
Your content for your web page goes here.
By using the above template you have made the basic web page.
Now we will look at the remainder of the basic HTML tags.
This tag stands for "Bold". This tag tells your browser to make anything between them bold.
Ex.
Hello = HELLO
This tag stands for "line break". This tag tells your browser to start a new line.
Ex.
Jane Doe
0010 Doe St
Lakeland, Fl 00000
Jane Doe
0010 Doe St
Lakeland, Fl 00000
This tag tells your browser to change the text between these two tags. You can use this tag to change a typeface or a type size.
Ex.
Welcome to my site
This tag stands for "Heading". This tag tells your browser to insert a blank line before and after whatever is between the tags. It also displays it in bold. Headings come in six different sizes : 1-6. With one being the biggest and six being the smallest.
Ex.
Hello - Welcome to my siteHello - Welcome to my siteHello - Welcome to my siteHello - Welcome to my siteHello - Welcome to my siteHello - Welcome to my site
This tag stands for "horizontal rule". This puts a line across your page. You can change the way it looks.
Ex.
Published by Jasmine Starr
I can do all things through Christ who strengthens me. View profile
- HTML Tutorial #3 - Basics of Nested TagsIn HTML code, there are often nested tags. This tutorial goes over the basics of how nested tags work.
- HTML Tutorial #1 - IntroductionA brief overview of what HTML is and how it is used with an example that uses 3 lines of HTML code. (I would suggest reading the HTML tutorials in chronological order)
The Ten Commandments of HTML CodingSo you want to create web pages?? Here's a list of general rules and advice the considerate web designer should abide by when learning to create documents in standard HTML.- Learn What You Need to Know About HTML and CSS with FREE Online Interactive GuidesLearning HTML and CSS will become easier with these interactive online free tutorials.
Java Programming Tutorials: The Online Give and TakeIrrespective of whether you are an experienced programmer or just a rookie in the domains of Java programming, the Internet offers a wealth of Java tips and tricks and tutorials...
- Free Computer Classes and Tutorials
- Photoshop Tutorial: Learning How to Use and Load Brushes in Photoshop
- Beginners Guide to HTML: Getting Started
- Creating a Windows-Free Web Design Enviroment
- Web Design Tutorial: Creating Simple CSS Rollovers
- Html Tutorial - Images
- HTML Tutorial - Understanding Tables
- By knowing HTML you can spice up your web pages.
- In this tutorial I will cover the basic HTML tags.
- HTML can be useful even if you use a WYSIWYG (What You See Is What You Get) editor.





7 Comments
Post a CommentI wish I could learn to make a webpage by using strictly HTML but it loses me. Thank goodness for HTML editors.
Cool!!!
Great, helpful guide!
Jasmine - i so needed this. More & more sites are asking writers to do their stuff in HTML, and I've been unable to do so. I have printed this out and put it with my writing info!
do you not answer questions?
Terrific guide~thanks for the HTML info! Hope you are having a wonderful holiday season!
Nice guide.