In a basic web development course, you’ll start with HTML for page structure, CSS for styling, and JavaScript for interactivity. Additionally, you’ll delve into PHP for server-side scripting and SQL for database management.
Introductory class
What is the web?
- What is a server computer?
- Browser-in-device internet media How does server-side/back-end work?
- What is the client site/front end?
- What is a static website?
- What is a dynamic website?
- What is a dynamic web application?
- What is Web UI/UX?
- What is web front-end development?
- What is web back-end development?
- What is full-stack web development?
HTML Week 1,2
- Tags
- Attributes
- Paragraph, headings etc.
- Blocks
- Entities
- Lists
- forms
- Media
- Create project
CSS Week 3,4
- Text and fonts
- Lists
- Links
- Border
- Outline
- Margin and padding
- Navbar
- Flex and grid
- Animation
- Slider
- Framework (bootstrap)
JS Week 5,6,7
- Prerequisite
- Object
- Function
- Events
- Math
- Date
- Array
- Loop
- Condition
MySQL Week 8,9
- Database
- SQL query
- Server
- CRUD operation
PHP Week 10,11,12,13
- Syntax
- Fundamentals
- Loops
- Functions
- Form handling and validation
- CRUD operation
- Project