Brief Introduction
with HTML5, CSS3, PHP7, SQL, JavaScript and MySQLDescription
This course is about FULL-STACK web development where we would cover 3 fundamental FRONT-END languages HTML5, CSS3, and JavaScript required 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 writing files, 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-
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
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
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
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
SQL
SQL is 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
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.
Understanding Relational Databases
Retrieval of information
Insertion of information, etc
Requirements
- Requirements
- No prerequisites at all. You just need a little experience of doing GOOGLE search only !