![]() |
Very Basics of HTML
Basics of HTMLG’day mates during this tutorial I will teach you the basics of HTML. Frequently Asked QuestionsWhat does HTML actually stand for? HTML stands for Hyper Text Markup Language. Where can I learn HTML? You can learn HTML on a variety of websites. Some are easy to follow and some very easy. This guide I will try to make it as basic as possible. Most browsers will validate HTML for you, that is another good way of learning. How can I edit HTML? You can edit HTML in a basic text editor, such as Wordpad or Notepad. When can I start learning? Right now! IntroductionA HTML document is made up of small markup tags which the browser you are using reads those tags then preview the results. When you are saving a HTML document you must add .htm or .html to the end of it for your browser to read it. I will teach you the basic markup tags and the correct place to use them and what there used for. In all my examples you will see the markup tags <html>, <head>, <body> and <title>. If you want a basic understanding of them please visit this tutorial by Sanskruti. Some Basic TagsMaking a document Ok let’s make your first document. Let’s type this in a text editor such as notepad. HTML Code:
<html>HeadingsHeadings are defined with the <h1> to the <h6> tags. The <h1> tag means it is the most important heading as for <h6> it is least important. Let’s see how to use these. HTML Code:
<h1>Heading 1</h1>HTML Code:
<html>The paragraph tagHow to I define the paragraph tag? You can define the paragraph tag using the <p> and </p> tags. What is the paragraph tag used for? It used to make a paragraph in your HTML document. It adds a space before your last </p> tag and a space after the </p> tag. To add a paragraph tag to your document, try adding a sentence or a few lines within the paragraph tag. HTML Code:
<html>Adding a line breakHow do I define a line break? You define a line break using the <br> tag. What is a line break used for? A line break is added when you want to start a new line but you don’t want to start a new paragraph. It will force HTML to start a new line. To force a line break add the <br> tag whenever you want a new line. As shown below. HTML Code:
<html>CommentsHow do I define a comment? You define a comment between the <!-- and the --> tags. What is the comment tag used for? As long as you add text between the comment tags the browser will ignore it. This is very useful as if you add a comment it is easier to find later on when you are editing your document. Adding a comment: HTML Code:
<html>Quick NotesIf you want to add a line or separate loads of information you can add a <hr> tag which adds a bevelled line across your page. With the markup tags they can be written in capital or small letters as HTML is not case sensitive. It is highly recommended that type your tags in small letters since the next version of HTML (XHTML) requires you to type in small letters. That is the very basics of HTML. In my next guide I will explain a few more tags and get more advanced just not to advanced. I kept this one short so you can get use to them before I go another step. |
Re: Very Basics of HTML
Nice one.
|
Re: Very Basics of HTML
Thanks Izaan. I am making a advanced version once I get all my assignments out of the way.
|
Re: Very Basics of HTML
goody
|
Re: Very Basics of HTML
Too basic but nicely explained.
|
Re: Very Basics of HTML
Quote:
|
Re: Very Basics of HTML
If anyone ever has any questions with html please feel free to contact me.
I would be glad to help you. |
Re: Very Basics of HTML
Quote:
|
Re: Very Basics of HTML
it´s realy good expleined...for noobs ...like me
|
Re: Very Basics of HTML
HTML:Hypertext markup language.....
Hypertext is an ordinary text which is dreessed up ith extra features Markup means you can create the links etc Language means like other Language it is also a language |
Re: Very Basics of HTML
:Hypertext markup language.....
Hypertext is an ordinary text which is dreessed up ith extra features Markup means you can create the links etc Language means like other Language it is also a language[/QUOTE] |
Re: Very Basics of HTML
Thank you Rexy93 :)
|
Re: Very Basics of HTML
Thanks.It is very easy and helpful to everyone to learn Basics of HTML.Everyone learn HTML in easy steps.
|
| All times are GMT +5.5. The time now is 17:17. |