27
2010
Introduction to HTML
What does HTML stand for, well HTML stands for Hyper Text Mark Up Language.
HTML is not a Programming Language but rather a language that defines structured data.
HTML has a standard defined by the World Wide Web Consortium or W3C for short.
A web browser is a tool made for viewing a web page.HTML tells the browser what to show the user, so when viewing a page, you actually are viewing HTML but the browser translate it to something you would understand like bold texts, paragraphs, different fonts, images and so on.
For a browser to understand what you want him to do, you must use HTML tags.
There are 2 type of tags, the one that we enclose something in e.g. <b>For Bolded Text</b> and where we don’t enclose anything e.g. <img src=”image_source” />.
Comments in HTML is a special type of tag, that tells the web browser just o ignore it, but it’s still being send to the web browser, just not visualized. Comments are declared this way:
<!—Commented Code -->
Let me show an example of a simple HTML page.
<html> <!—- this tells the web browser that we will be using HTML -->
<head> <!-- we open the head tag -->
<title> Your web page title</title> <!-- this way we declare a title to our web page -->
</head> <!-- we close the head tag for more info on the <head> tag read this article http://arthackers.net/75/web-design/head-tag-in-html/ -->
<body> <!-- everything you see in the web browsers main window is located in the body tag -->
Just a simple message
</body> <!-- closing the body tag -->
</html> <!-- closing the html tag -->
Now we have to save it with the .html extension, if you are running on an old system like DOS/FAT you may use the .htm extension. Now open it up in your web browser window, and see the results.
Congrats, you made your first HTMLpage!
Related And Similar Posts
Leave a comment
Facebook Fans
Share Me With Google Plus!
Popular Posts
Social Bookmarking sites list 2012 - New and fresh bookmarking sites
93 |
Bulgarian proxy or how to open arenabg and zamunda
65 |
+ 150 New Free Directory Sites List 2012 - Sorted by Page Rank
22 |
Scrapebox crack free download ?
19 |
Great List With Google Plus / FB likes/ tweets exchange sites - Hot Topic
16 |
How to make World Of Warcraft Cataclysm Server
10 |
The Best Bulgarian Torrents - Listing
9 |
500 Free Directory List 2011 !
9 |
Free RSS Directory List Where To Submit Your Site
9 |
Guest Blogs List and Useful Information
8 |
Recent Comments
- punjab singh on New Social Bookmarking Sites List PR5-PR8 Only -2012
- Georgi on New Article Directory Sites List – May 2012 + 200 quality sites PR6-PR0
- Djesur on Bulgarian proxy or how to open arenabg and zamunda
- Djesur on Bulgarian proxy or how to open arenabg and zamunda
- Djesur on Bulgarian proxy or how to open arenabg and zamunda
Recent Posts
Random Search Terms
- free downloading of html cms templates for real estate
- social bookamrking list 2012
- how to program your own server wow
- hi pr free press release sites 2012
- fresh bookmarking long list
- allinurl webcam dork
- 2012 new updated socail bookmarking sites list
- free social bookmarking sites 2012
- how to save picture from facebook
- free list of pr 2 social bookmarking sites 2012

By admin
349 views






