Hello everyone , Im starting to learn HTML as a beginner but im confused if to learn HTMLfirst or Dreamweaver !
It is the question like you first learn typing or how to use keyboard! You will go both together. You will learn html and will practice it on dreamweaver
If you study and learn HTML, using Dreamweaver will be a bit easier. There are a lot of websites that can help you learn HTML and CSS, just Google
Learn HTML. At the same time, learn that Dreamweaver is something you should NEVER use. Once you've learned HTML, you can write your own HTML in any text editor - and you'll know what's in your file. Letting Dreamweaver write your site is "writing" a site you don't understand, with semantically incorrect code and a lot of garbage that doesn't do anything. If you want to use Dreamweaver as a text editor, you're wasting about $370 (a good editor for web work is under $50 - or free, if you like any of the free ones, and there are a lot of good free ones). If you want DW because everything is rolled into one package, remember - the "browser" in DW isn't the same as any real browser. What works in it may work in some, all or NONE of the real web browsers (depending on exactly what it writes for the look you want). And a good FTP client is free. There are only 2 reasons to use DW: 1) To be able to say that you do. 2) You have too much money. It's like a broken Patek Philippe watch - it costs a lot more than you have to spend to get the functionality you need, and it doesn't really do the job very well. But it makes some people think you're someone special.
Or if you are planning to make simple sites then simply stick with some content management system like WordPress. Otherwise, HTML, CSS, Dreamweaver and some server side scripting will all go hand in hand.
100% absolutely learn how to code HTML by hand before you do anything else. Start using a basic text editor, any of them will do. My favourite is PSPad. Regarding Dreamweaver. It deserves all the hate it gets. BUT... I use it, and I love it. When used in CODE VIEW mode, it's just a text editor, same as all the others. I use MACROMEDIA Dreamweaver 8 (from 2006). I could just as easily use any other code editor, but I like the code hints, the coloured code, and built in FTP. Never EVER use DW as a drag and drop, WYSIWYG application. EVER. You will never learn anything doing that. It doesn't matter what you use to write your code ...as long as you're writing it yourself, and not letting the application do it for you. Find an application that you like using, and use it. http://www.pspad.com/ http://notepad-plus-plus.org/
I suggest you go and learn how to write HTML markup from scratch without using Dreamweaver and also I recommend to not learn Dreamweaver as you'll most-likely get no real benefit from it, IMHO. It would be better for one to understand how the things work and how the code looks like. One can use any editor to write HTML/CSS in. For example Notepad++, Sublime-Text 2 etc...
Well, I'd recommend learning HTML first then start using DreamWeaver. A great alternative to DreamWeaver is NotePad++ but if you can afford DW then go for it! I am in love with DW.
As has already been mentioned here, you need to learn HTML and CSS first. There are lots of great free tutorials out there on the internet and there are also plenty of books available which act as great reference guides going forward. Notepad++ is free and is a great tool to use in conjuction with learning both HTML and CSS. Once you get comfortable with writing HTML code, you can always switch to Dreamweaver if you wish.
First you learn basic concepts in HTML. Then is easy to work in Dreamviewer. You use some websites like w3school . It is very learn step by step. I complete its tutorials.
Of course html, you can use dreamweaver more powerful if you understand what's the code behind what you're doing. You can do many things on the web if you know how to code with html (even if its very very basic). One of the good things about html is you can edit widgets without being confused of what you see and there's more (which I forgot while typing).
First css and html .Next step some CMS like Wordpress or Joomla.Dreamweaver will just help you to see what are you doing.
Learn HTML and use BBedit. Not only is it a fantastic editor, much more functional than dreamweaver, but it's much cheaper.