+ 2
hey! so I'm done with test on HTML. Now what's next? and also on my journey to learn web designing what other languages should I learn?
3 Respuestas
+ 3
CSS (Cascading StyleSheet): Style your HTML pages. Also use for responsive web pages.
JS (JavaScript): Add some scripting languages for your web site to control many things. You can also manage your CSS with JavaScript. It has a great library: jQuery.
PHP (Hypertext PreProcessor): Dynamic your web pages. A strong server-side language, for Linux servers. (Also you can use ASP (Active Server Page) if you know some basics about C language programming - for Windows servers)
SQL: Access to databases. It works with many servers; like Windows and Linux.
When you learn above languages, you can build your own website in advance!
+ 2
1.css
2.javascript
3.some frame works,for example: jquery and bootstrap
4.php or asp.net
and...
but if you don't have a mood you can learn WordPress after you learned html, css and javascript or get started with WordPress.
+ 1
thanks