|
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() |
Basic H.T.M.L. TagsThis is a discussion on Basic H.T.M.L. Tags within the Coding Tutorials forums. Topic: Basic H.T.M.L. Tags The most important tags in HTML are tags that define headings, paragraphs and line ... |
![]() |
![]() |
|
![]() |
LinkBack | Thread Tools | ![]() | Search this Thread | ![]() | Display Modes | ![]() |
|
|
#1 (permalink) | |
|
Basic H.T.M.L. Tags
The most important tags in HTML are tags that define headings, paragraphs and line breaks. The best way to learn HTML is to work with examples. We have created a very nice HTML editor for you. With this editor, you can edit the HTML source code if you like, and click on a test button to view the result. -------------------------------------------------------------------------------- Try it Yourself - Examples A very simple HTML document This example is a very simple HTML document, with only a minimum of HTML tags. It demonstrates how the text inside a body element is displayed in the browser. Simple paragraphs This example demonstrates how the text inside paragraph elements is displayed in the browser. (You can find more examples at the bottom of this page) -------------------------------------------------------------------------------- Headings Headings are defined with the <h1> to <h6> tags. <h1> defines the largest heading. <h6> defines the smallest heading. Quote:
HTML automatically adds an extra blank line before and after a heading. -------------------------------------------------------------------------------- Paragraphs Paragraphs are defined with the <p> tag. HTML Code:
HTML automatically adds an extra blank line before and after a paragraph. -------------------------------------------------------------------------------- Line Breaks
Comments in HTML The comment tag is used to insert a comment in the HTML source code. A comment will be ignored by the browser. You can use comments to explain your code, which can help you when you edit the source code at a later date. HTML Code:
*Note* that you need an exclamation point after the opening bracket, but not before the closing bracket. -------------------------------------------------------------------------------- Basic Notes - Useful Tips
-------------------------------------------------------------------------------- More Examples More paragraphs This example demonstrates some of the default behaviors of paragraph elements. Line breaks This example demonstrates the use of line breaks in an HTML document. Poem problems This example demonstrates some problems with HTML formatting. Headings This example demonstrates the tags that display headings in an HTML document. Center aligned heading This example demonstrates a center aligned heading. Horizontal rule This example demonstrates how to insert a horizontal rule. Hidden comments This example demonstrates how to insert a hidden comment in the HTML source code. Background color This example demonstrates adding a background-color to an HTML page. -------------------------------------------------------------------------------- Basic HTML Tags
(Info. Uptained: H.T.M.L. H. Programmer = School Programming) Last edited by snowman : 12-09-2006 at 08:40 PM. |
||
|
|
|
|
|
#2 (permalink) | |
|
Hi
Nice tut. But I also want to tell you something new. The optional tags of the HTML. Quote:
I think you r agree with me thanks |
||
|
|
|