How I can Start with HTML?

@suryono (125)
Indonesia
March 16, 2007 7:57pm CST
Can Help me? wich one can doing by dreamweaver or frontpage that good HTML method?
2 people like this
13 responses
@juskoday (183)
• Philippines
20 Mar 07
i suggest going over the basic firsts before actually looking at the software because that's free. http://www.w3schools.com/html/ is a pretty good site. and if you dont have dreamweaver or frontpage yet, you could check out the source code of various websites you visit and try understanding from there.
• United States
22 Mar 07
I definitely agree with juskoday. W3 schools is a great site. One thing that's starting to happen now is more and more people are learning basic HTML and CSS tags and properties while tinkering with their myspace layouts and other things like that. That's actually a great way to start learning CSS, which will really come in handy once you know some HTML. Also, most sites are way more than mere HTML. Many contain multiple types of code on a single page, such as HTML, CSS, javascript, ASP, PHP, and all those other abbreviations. Using an application to develop your website is great, but the real advantage of those applications isn't the fact that they do the HTML for you, it's all the scripting and stuff like that which really saves you a lot of work. Anyway, I'm rambling a lot, so here are some great tags to get started with. Just look up <IMG>, <a>, <table>, and <embed>. Those are some common things you'll use often.
@toffeenut (163)
• Philippines
18 Mar 07
You can start learning HTML by reading some tutorials first. so that you can have a background of it first before opening dreamweaver or frontpage. I would personally prefer to use macromedia dreamweaver than ms frontpage.
@jalbeos (1175)
• Philippines
1 May 07
Yeah right! I have not tried those program.. I am using Trellian.
@shyam221 (519)
• India
30 Mar 07
well there are many website to start with you can strat in dreamveaver it is very nice tool to do web development you get error there .this tool is very good for the programmer too if you are the programmer i think uyou will most like the dreamveaver than the front page though i have strated my career from the frontpage i will rcommond dreamveawer to you .this is very user friendly tool with which you can work on it. it provides better understanding of the tables in the html once you get understanding of the table structure in html then you can learn very fast .though html is good aND very simple too.
@sunnypub (2128)
• United States
17 Mar 07
I learned HTML at this website that had an interactive tutorial. Ir lets you do things and see the changes. It is very easy to understand and it is FREE. the site is: http://www.davesite.com I do not use dreamweaver or frontpage. instead I use a free HTML editor called Arachnophilia. You can find it at: http://arachnoid.com/arachnophilia/index.html I use the old 4.0 non java version because that is what I started with and I don't really care for java ones, but you can use the newer one. It is up to you. Anyways, the tutorial and editor are both FREE.
• India
25 Mar 07
Hi friend, i too started learning HTML from this website..http://www.davesite.com .Thanks for u.That website s really good for beginners..Can u say any best website for VC++ language? Pls do help me.
@dixonmy (135)
• Malaysia
17 Mar 07
You you given these two selection i could choose Frontpage is more easy and dreamweaver is more hard to learn and more function like .asp or php and such. For a starter you should get a template first and start editing it. It really hard if you start form a blank page. You also might get some web building tutorial resources over the net or bookstore. Beside that some software provide step-by-step creating webpage that takes only few minute.
@jalbeos (1175)
• Philippines
30 Apr 07
Yeah... I prefer to use a ready-template too, rather building your own. You can get free template on the Internet.
@anggapc (141)
• Indonesia
4 Apr 07
yes, dreamweaver and frontpage is good html editor. but that software is not freely. i recomennded you are using a software legally.because your web will publish on the internet.
@shyam221 (519)
• India
17 Mar 07
i think you can learn good things from the dreamweaver it is very good tool you can have very user friendly tool with the dreamveaver . with the front page you can also create the web page but it is difficult you to see design and code at the same time deamveaver provide very highly development environ ment for the beginer and for the experience programmer too if you are beginner you can look good tutorial site o the web help yuorself while developing your first page.while you craete good page you need to follow w3 standered so please look on this too.
• Indonesia
21 Mar 07
boh I use both to make site U dont need to have deep knowledge about HTML to use b oth of them. Just read the help menu it help U a lot
• Philippines
21 Mar 07
im more comfortable with notepad. but i would recommend dreamweaver than frontpage.
• Philippines
18 Mar 07
I am a fan of open source software, why not try nvu? (www.nvu.com, free software). Treat it as a 'free' dreamweaver or frontpage. Easy to use too.
@sebbie (7)
• Poland
21 Mar 07
FrontPage generate very bad HTML code. Dreamweaver is very good, but expensive tool. I you want to learn HTML, you should firstly use some notepad (with coloring syntax) like notepad++. When you learned the basics, you can look at very good IDE for developing web application: APTANA (www.aptana.com) - it's very good & free tool
• Malaysia
24 Mar 07
I found a website that can solve everything about HTML... Could you visit this website http://www.w3.org/html/ . I hope this website will solve your problem.
• United States
29 Mar 07
If you have to choose between dreamweaver and frontpage, I would suggest using dreamweaver for sure. Frontpage generates messy HTML and is generally not as good.