Active Articles: 2038
Total Categories: 16
Sub Categories:616
Meet HTML - It Doesn't Bite |
|
| Date Added: June 06, 2008 11:59:37 PM | |
| Author: Zak Bezovski | |
| Category: Tips and Tutorials: HTML Tips and Tutorials | |
What is HTML? HTML is a text file containing markup tags that tell the Web browser how to display the WEB page. At first site it might look complicated but actually it is very simple. Start Notepad (or SimpleTex on a Mac). Copy and paste the following text in Notepad. Than remove the star (*). (Yes, HTML can be edited in simple text editors.) <*html> <*body> This is the simplest HTML Page! <*/body> <*/html> Save the file as mypage.html or page.html (or any other file name with .htm or .html extension). Now open the file with any WEB Browser. What do you see? Now try this: <*html> <*head> <*title>My WEB Page<*/title> <*/head> <*body> This is my first homepage. This text is bold <*/body> <*/html> And this: <*html> <*head><*title>My Table<*/title><*/head> <*body> This is a Table <*table> <*tr><*td>Row-1 Cell-1<*/td><*td>Row-1 Cell-2<*/td><*/tr> <*tr><*td>Row-2 Cell-1<*/td><*td>Row-2 Cell-2<*/td><*/tr> <*/table> <*/body><*/html> As you can see HTML it is very simple. Everything is about tags. The document starts with the tag <*html> and ends with <*/html>. The visible content of the page is placed between the <*body> and <*/body> tags. Bolded text is placed between <*b> and <*/b> etc. The <*head> tags contain header information that it’s not displayed in the browser window. The text between the <*title> tags is part of the head and it’s the title of the document. The title is displayed in your browser's caption (The top of the window). Tables are widely used in HTML to arrange the page’s outlay. Table is defined with <*table> and <*/table> tags. Row of a table is defined by <*tr> and <*/tr> and a cell is defined by <*td> and <*/td> tags. As the number of the elements included in the document grows the HTML code looks more and more complicated. You can easily edit HTML files using a WYSIWYG (what you see is what you get) editor like FrontPage or Dreamweaver, instead of writing your markup tags in a plain text file. I personally prefer Dreamweaver where I use both, code and design view. At W3Schools.com you can find the HTML tutorial where you can learn everything you need to know about HTML. It is free and easy to understand. As the number of the elements included in the document grows the HTML code looks more and more complicated. You can easily edit HTML files using a WYSIWYG (what you see is what you get) editor like FrontPage or Dreamweaver, instead of writing your markup tags in a plain text file. I personally prefer Dreamweaver where I use both, code and design view. At W3Schools.com you can find the HTML tutorial where you can learn everything you need to know about HTML. It is free and easy to understand. Find Free Tips and Resources for starting your own Internet Business at StartBiz Blog http://startbiz.blogspot.com/ RELATED ARTICLES & TUTORIALS
The lingo of the web, Hypertext Markup Language more commonly referred to as HTML, has grown in many ways since its creation. HTML has had to keep pace with the ever changing World Wide Web and as a result there are now several different versions of HTML. About HTML fonts It is very tempting to use fancy looking fonts when designing a web page. After all, the fancier the font the more attractive it will be to visitors and the more likely they will be to stay at your p... How You Can Master HTML – Fast and Easy! Frankly speaking, I don’t even know what is HTML when I started my internet business. I’m serious! Before this, I only know the basics in Ms Word and Ms Excel. That’s it! Two programs. What the Heck is Server Side HTML? If you're stuck in the dark ages and are still editing the pages of your web site by hand, there's an easy way to change the look of your web site on a moment's notice, by editing only one file. HTML Editors In this article we're going to go over some HTML editors, some very popular and some not so popular. |
|
|
|
|
|
The views and opinions of authors expressed on Zeronese Webmaster Article Directory web sites do not necessarily state or reflect those of the Zeronese.net . |
|

