ericlewis107
Trekkie

Offline
Posts: 17
|
 |
« on: September 21, 2012, 12:40:23 AM » |
|
There are a lot of guide are available on net or you can buy guides for master HTML. But i recommend you go with http://www.w3schools.com/html/default.asp it is a fantastic no cost guide.
|
|
|
|
|
Logged
|
|
|
|
Maxn Eiffel
Trekkie

Offline
Posts: 10
|
 |
« Reply #1 on: September 25, 2012, 01:40:09 AM » |
|
I am also do my work with help of it... by the way HTML 5 n CSS 3 is new version !
|
|
|
|
« Last Edit: October 04, 2012, 12:41:01 AM by Maxn Eiffel »
|
Logged
|
|
|
|
|
unni6849
|
 |
« Reply #2 on: October 18, 2012, 06:24:59 AM » |
|
Hyper Text Markup Language abbreviated as HTML is the language used to display web pages.HTML is the basic language in building the websites and easy to learn for those who have taste for web.You can learn Basic HTML through online resources.The tutorials available online are:
* w3schools.com * echoecho.com * html.net * tizag.com
|
|
|
|
|
Logged
|
|
|
|
nightingale
Newbie
Offline
Posts: 4
|
 |
« Reply #3 on: October 18, 2012, 08:46:54 PM » |
|
|
|
|
|
« Last Edit: January 14, 2013, 04:24:35 AM by Pete »
|
Logged
|
|
|
|
mrjohn12
Trekkie

Offline
Posts: 10
|
 |
« Reply #4 on: November 19, 2012, 10:04:26 PM » |
|
HTML is the language in which web pages are written to be interpreted by the server as a graphic interface. Javascipt is similar, but is actually a web-adapted version of actual programming code, intended to write applets (small, web-based applications) for use on websites. They are both a type of code, but html is NOT a programming code. The HTML defines what the webpage looks like, the javascript handles things like counters, games, etc. Other web-based scripting languages, such as php and asp can be used to create entire webpages, but, like Javascript, are generally confined to handling what goes beyond the cosmetics of a website. The cosmetics are what HTML is for. <spam links removed>
|
|
|
|
« Last Edit: November 22, 2012, 02:07:50 PM by MrPhil »
|
Logged
|
|
|
|
|
MrPhil
|
 |
« Reply #5 on: November 20, 2012, 05:57:05 AM » |
|
Actually, HTML provides the basic structure and all the content of the page. It is a static markup of the content. Javascript is icing on the cake to provide some interactivity (i.e., beyond a static page). It is a full-fledged programming language, with extensions like AJAX and jQuery. CSS provides more decoration (appearance fine-tuning) and a little interactivity. Like HTML, it is a static markup.
Please do not use "applet" to describe Javascript. Applets are most closely associated with the Java programming language, which is something completely separate.
PHP, ASP, Perl, VBasic, et al. are programming (scripting) languages that can be used to output the HTML (as well as embedded Javascript and CSS) of the web page to be displayed.
|
|
|
|
|
Logged
|
-= From the ashes shall rise a sooty tern =-
|
|
|
|
abbot
|
 |
« Reply #6 on: November 28, 2012, 03:10:20 AM » |
|
search engines have many suggestion for HTML. there are many sites available which have best tutorial and video tutorial.
|
|
|
|
|
Logged
|
|
|
|
|
steve schmidt
|
 |
« Reply #7 on: January 21, 2013, 01:37:45 AM » |
|
W3school is always best place to learn the HTML and everyone recommend you this site. If you want learn with video tutorials than following site will help you.
learncss.tutsplus.com/lesson/
|
|
|
|
|
Logged
|
|
|
|
|