This course is about Full-Stackweb development where we would cover 3fundamental FRONT-ENDlanguages HTML5, CSS3, and JavaScriptrequired for Client-side Static web development, and learn BACK-END languages PHP7, SQL with MySQL. We would cover all the languages and test them by writingfiles, and sample projects like LOGIN Page, Extracting Information from Database, HTML FORM, etc.
When you are into web development, you must have some working knowledge on most popular web development technologies on both front-end and back-end. You will be learning some of these technologies right from the beginning with some advanced concepts.
You will be learning the following concepts in different sections throughout this course-
How to learn HTML?
You can start creating you web pages by writing html code, with information. You can embed everything else with different HTML tags.
Fundamentals
html tags, character formatting
list, table, special character
frame
form, etc
What is CSS?
You can add a better look and user interface with CSS code. It can be done in different ways- inline, external and internal. It gives you better control over designing aspect of the webpages.
Fundamentals
Page Style, etc
What can be done with JavaScript?
You can create programming logic to your webpages with JavaScript. You can create loops, arrays, apply conditional statements or just do anything that can be done with a programming language.
Fundamentals
Boxes, action
Operators,
Conditionals
Event handling
Form Validation, etc
What is PHP?
You can create server side logic with PHP. Where JavaScript can help you only create static pages, you can use php to create dynamic webpages that are unique to each visitors. You can perform operations on databases with php.
Introduction and fundamentals
Operators, variables,
Conditional, if else
Array
Loop
HTTP methods- GET, POST, etc
What is SQL?
SQLis the structured query language that allows you to perform various operations on the relational databases. You can create tables, insert rows, fetch records, and perform some changes and operations with advanced controls.
Fundamentals,
Selection,
Insertion
Property match,
Create,
Drop, etc
What is MySQL?
It is most popular relational database that is based on SQL. It works perfectly well with php. You can install MySQL with WAMP server. You will be learning all of these in this course.