====== Web Development ====== ===== Further Learning ===== ==== Objective ==== This course has given you a taste of HTML, CSS, Javascript, PHP and MySQL and it has shown you how to use them together to build a full website. However, each of these tools is far larger than what has been covered in this course. Now that you know how to use each component, you should continue to expand your knowledge of the different tools and how to get the most out of them. ^Technology^References^Tutorials^ |HTML|https://www.w3schools.com/html/ \\ https://developer.mozilla.org/en-US/docs/Web/HTML/Reference \\ https://dev.w3.org/html5/html-author/|https://html.com/ \\ https://www.freecodecamp.org/learn/responsive-web-design/#basic-html-and-html5| |CSS|https://www.w3schools.com/cssref/ \\ https://developer.mozilla.org/en-US/docs/Web/CSS/Reference|https://www.freecodecamp.org/learn/responsive-web-design/#basic-css \\ https://www.codecademy.com/learn/learn-css| |Javascript|https://www.w3schools.com/jsref/default.asp \\ https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference|https://www.freecodecamp.org/learn/javascript-algorithms-and-data-structures/ \\ https://www.javascripttutorial.net/| |PHP|https://www.php.net/manual/en/langref.php \\ https://www.w3schools.com/php/php_ref_overview.asp|https://www.phptutorial.net/ \\ https://www.tutorialrepublic.com/php-tutorial/| |MySQL|https://dev.mysql.com/doc/refman/8.0/en/ \\ https://www.w3schools.com/mysql/mysql_ref_functions.asp|https://www.mysqltutorial.org/ \\ https://www.guru99.com/mysql-tutorial.html| ==== General Help ==== * There are also a number of communities you can go to for help with any coding. Here are a few. * https://stackoverflow.com/ * https://www.quora.com/ * https://www.reddit.com/r/programming/ [[en:web_development:|Return to Web Development]]