What is HTML? HTML (Hypertext Markup Language) is a relatively simple document markup language. It is not a programming language. An HTML file, usually representing 1 to 5 pages on the Web, simply contains the text content of that page, a CSS template, pictures and a few special markers that indicate different types of text such as headings. HTML files are plain text HTML files are written in plain text, which means they contain only letters, numbers, and some symbols (e.g. = ! + % ^). There is no inherent formatting in the plain-text format. A Web browser reads this plain-text and detects special symbols and text which affect the display, so that the final result can contain formatting. You can view the original plain text with a simple text editor like Windows Notepad. This is how you'll see the HTML "code" as you create it. When you're learning to create Web sites it is best to work directly with the code, to make sure you fully understand how everything works. Once you become experienced, you may decide that a good visual editor (i.e. not FrontPage), which will allow you to work directly with the formatted output, could save time - but you'll still need the understanding you achieved from working with the raw HTML. Summary HTML is a simple language based on text and tags. Tags are short words or codes, inside triangle brackets. They usually occur in pairs; a closing tag has the same word as the starting tag, but begins with a / symbol (within the triangle brackets). Whatever text or tags occurs between the opening and closing tags is contained by the tags, and is affected by the meaning of the tags. Some useful tags are H1 (marks a top-level heading), P (marks a paragraph of text), and TITLE (gives a title to the Web page). Some tags - !DOCTYPE, HTML, HEAD, and BODY - are included in all web pages. These specify the type of the document and divide it into two sections (the heading and body), but it isn't important to completely understand these tags. For more detailed information - index DOT html What is XHTML? XHTML is a stricter form of HTML and as such is a subset of XML which is an extremely useful, powerful and very strict way of marking up pure data. For more information on website and flash design, go to http://www.flashm8.com.au. You'll find tips and techniques that will help get your internet business off to a flying start.
|
|
by
Mathew W.
Member since:
August 5, 2007 What is HTML/XHTML?
August 05, 2007 08:10 PM EDT
views: 18
|
comments: 6
Please provide details below to help Gather review this content. If it is found to be inappropriate and in violation of the Gather Terms of Service, action will be taken.
You have successfully submitted a report for this post.
|
|
More by Mathew W. |
||||
About Gather |
Engagement Marketing |
Make New Friends |
Gather Points |
Advertise on Gather |
Gather Press |
Privacy |
Terms of Service |
Community Guidelines
Books | Celebs | Entertainment | Family | Food | Health | Moms | Money | News | Politics | Spirituality | Sports | Travel | Writing
Books | Celebs | Entertainment | Family | Food | Health | Moms | Money | News | Politics | Spirituality | Sports | Travel | Writing
Version 16961, "Pacino"; Copyright © 2009 Gather Inc. All rights reserved.


Comments: 6
I have taught myself HTML and was surprised at how easy it was to learn. Maybe I should take a closer look at XHTML.
thanks.