Cutcodedown.com is a great site to learn proper HTML/CSS... the best tool is the one between your ears.
Hi Stephen, My name is Chris, I am currently learning HTML5 and CSS3. I think it's a great place to start learning about web development from scratch. If you want a platform, try WORDPRESS or WIX. Regards, Chris
Nonsense. Have you ever looked at the garbage code that turdpress and wix produce? If you are learning that, you are learning how NOT to code HTML and CSS. That garbage code is stealing your bandwidth for nothing.
Do you have a problem comprehending my post. You need to re-read it. I said I am learning HTML5 & CSS3, not Wordpress and Wix.
I have used Wordpress during some years and I definitely DON'T recommend it. It generates crappy code, it's painfully bloated, insecure and slow and the editor is a pain. You'll need tons of hacks to speed it up. Now I use Wok, it does the job for me for simple sites. You make the template, then put content files in HTML and it generates fully static sites running a command. For a more complex solution I'd probably use something like this in PHP: https://forums.digitalpoint.com/threads/looking-for-foundation-6-advice-help.2780777/#post-19341840 Anyway PHP is not perfect, I experience more automated attacks and hacking attempts in sites that use PHP than my sites that run in pure HTML/CSS.
That last bit, automated attacks, is quite normal. Of course there is a bigger chance for a useful reward if you attack a page with interactive pages/database layer, than just a plain HTML/CSS - where the chances are that anything is available is almost non-existant. You'll see the same amounts of automated attacks on any kind of database-driven site, regardless of type of server-language, really.
I recommend Dreamviewer as far I know about the tool it's very easy to operate and also suggest tag when you code.
WTF is "Dreamviewer"? If you mean Dreamweaver then best you run and hide before @deathshadow comes along and rips you a new one.
Get the designs done in PSD, then hand code it using html/css in an editor, tools like DreamViewer is no longer good when it comes to quality of web pages. Hand coded pages are the best.