Master the fundamental technologies of modern web development in this comprehensive beginner-friendly course. Starting with web fundamentals, you'll progressively build practical skills in HTML5 for content structure, CSS3 for responsive design, and JavaScript for interactive functionality.

Programming with CSS, Javascript and HTML

Programming with CSS, Javascript and HTML

Instructor: BITS Pilani Instructors Group
Access provided by Universidad TecnolĂłgica de TorreĂłn
Recommended experience
Recommended experience
Beginner level
Basic computer literacy is necessary. No programming experience is required, but logical thinking skills are beneficial.
Recommended experience
Recommended experience
Beginner level
Basic computer literacy is necessary. No programming experience is required, but logical thinking skills are beneficial.
What you'll learn
Create well-structured and interactive web pages using HTML, CSS, and JavaScript.
Develop dynamic web applications using PHP, integrating them with MySQL.
Implement server-side logic with PHP for form processing, session management, and database operations.
Use PHP frameworks and the MVC architecture to build scalable web applications, and optimize them for reliability, security, and performance.
Skills you'll gain
Details to know

Add to your LinkedIn profile
140 assignments
See how employees at top companies are mastering in-demand skills

There are 8 modules in this course
This module introduces the WWW (World Wide Web) along with its history and the internet. Additionally, the module will also introduce various assets like web servers and web browsers, which are part of the internet and cater to WWW to the world. A deeper understanding of how web functions will be dealt with in this module using concepts of addressing, domain names, lookups, URLs, etc. A basic understanding of Hypertext Transfer Protocol (HTTP) and HTTPS (Secure) will also be discussed, along with their differences. Technologies used in client and server-side programming for the web will also be discussed at the introductory level.
What's included
12 videos3 readings9 assignments
12 videos• Total 87 minutes
- Introducing Web Programming• 7 minutes
- Meet your Instructor: Prof. R.K. Chandra Shekar• 1 minute
- Meet your Instructor: Prof. Akshaya Ganesan• 1 minute
- Meet your Instructor: Prof. Shreyas Rao• 1 minute
- What Is Internet?• 15 minutes
- Web Browsers and Web Servers • 6 minutes
- Addressing and Working of the Web• 10 minutes
- Web Protocols• 7 minutes
- HTTP Request• 10 minutes
- HTTP Response• 10 minutes
- Web Application Characteristics• 9 minutes
- Technologies for Client-Side and Server-Side Programming• 10 minutes
3 readings• Total 70 minutes
- Course Overview• 10 minutes
- Essential Reading: Introduction to Web• 30 minutes
- Essential Reading: Web Protocols and Technologies• 30 minutes
9 assignments• Total 123 minutes
- Test Yourself: The Web• 15 minutes
- Practice Quiz: What Is Internet?• 15 minutes
- Practice Quiz: Web Browsers and Web Servers • 15 minutes
- Practice Quiz: Addressing and Working of the Web • 15 minutes
- Practice Quiz: Web Protocols• 15 minutes
- Practice Quiz: HTTP Request• 12 minutes
- Practice Quiz: HTTP Response• 9 minutes
- Practice Quiz: Web Application Characteristics• 15 minutes
- Practice Quiz: Technologies for Client-Side and Server-Side Programming• 12 minutes
This module covers the fundamentals of Hypertext Markup Language (HTML). In this module, you will acquire familiarity with the various HTML elements and their purpose in creating and structuring web pages. This module will also cover the HTML elements for embedding multimedia and creating rich interactive web pages. You will also learn about the significance of HTML in improving the accessibility of web pages.
What's included
20 videos6 readings20 assignments1 discussion prompt1 ungraded lab
20 videos• Total 139 minutes
- What Is HTML?• 6 minutes
- Development Environment• 5 minutes
- Anatomy of an HTML Tag• 6 minutes
- Basic HTML Document Structure• 6 minutes
- HTML Basic Elements• 8 minutes
- Block and Inline Elements• 3 minutes
- HTML Links and List: Part 1• 5 minutes
- HTML Links and List: Part 2• 8 minutes
- HTML Tables• 8 minutes
- HTML Semantic Elements• 8 minutes
- Metadata in HTML• 7 minutes
- HTML Content Models• 7 minutes
- HTML Images• 8 minutes
- HTML Video and Audio• 12 minutes
- iFrames• 7 minutes
- HTML Graphics• 4 minutes
- HTML Forms: HTML Forms• 8 minutes
- HTML Form Elements• 7 minutes
- Demo: Form Elements• 6 minutes
- Accessibility• 10 minutes
6 readings• Total 60 minutes
- Essential Reading: Understanding Development Environment• 10 minutes
- Essential Reading: HTML Elements• 10 minutes
- Essential Reading: HTML5 Semantic Elements• 10 minutes
- Recommended Reading: Incorporating Video into the Web Pages Using the <video> Element• 10 minutes
- Recommended Reading: Making Web Accessible by Using HTML Features with Accessibility Benefits• 10 minutes
- Lab Solution: Web and HTML• 10 minutes
20 assignments• Total 216 minutes
- Test Yourself: HTML• 15 minutes
- Practice Quiz: What Is HTML?• 12 minutes
- Practice Quiz: Anatomy of an HTML Tag• 6 minutes
- Practice Quiz: Basic HTML Document Structure• 12 minutes
- Practice Quiz: HTML Basic Elements• 15 minutes
- Practice Quiz: Block and Inline Elements• 9 minutes
- Practice Quiz: HTML Links and List: Part 1• 9 minutes
- Practice Quiz: HTML Links and List: Part 2• 6 minutes
- Practice Quiz: HTML Tables• 12 minutes
- Practice Quiz: HTML Semantic Elements• 12 minutes
- Practice Quiz: Metadata in HTML• 12 minutes
- Practice Quiz: HTML Content Models• 12 minutes
- Practice Quiz: HTML Images• 12 minutes
- Practice Quiz: HTML Video and Audio• 15 minutes
- Practice Quiz: iFrames• 9 minutes
- Practice Quiz: HTML Graphics• 6 minutes
- Practice Quiz: HTML Forms: HTML Forms• 12 minutes
- Practice Quiz: HTML Form Elements• 12 minutes
- Practice Quiz: Demo: Form Elements• 6 minutes
- Practice Quiz: Accessibility• 12 minutes
1 discussion prompt• Total 20 minutes
- HyperText Markup Language (HTML)• 20 minutes
1 ungraded lab• Total 60 minutes
- Web and HTML• 60 minutes
This module will help you master CSS essentials from basic styling to advanced layouts. Learn selectors, properties, the Box Model, cascading, and inheritance while understanding browser interpretation. Apply these fundamentals to create visually appealing designs using flex and grid. Develop responsive websites that adapt to any screen size through media queries and breakpoints. Transform your HTML into professionally styled web pages that function flawlessly across all devices.
What's included
30 videos14 readings31 assignments2 discussion prompts2 ungraded labs
30 videos• Total 225 minutes
- What Is CSS?• 7 minutes
- Applying Styles to Web Pages • 10 minutes
- CSS Rules • 3 minutes
- CSS Properties: Styling Text • 9 minutes
- CSS Properties: Colors and Background • 8 minutes
- Element and ID Selector • 6 minutes
- Class and Attribute Selector • 11 minutes
- Pseudo Class and Pseudo Element Selector • 9 minutes
- Combining Selectors • 7 minutes
- Cascade Algorithm • 7 minutes
- Specificity • 11 minutes
- Inheritance • 8 minutes
- CSS Box Model: Part 1 • 13 minutes
- CSS Box Model: Part 2 • 5 minutes
- Borders and Margin• 10 minutes
- Normal Flow• 3 minutes
- CSS Display • 6 minutes
- CSS Positioning: Part 1 • 6 minutes
- CSS Positioning: Part 2 • 8 minutes
- CSS Float • 8 minutes
- Axes of Flex • 4 minutes
- Flex Container • 4 minutes
- Flex Properties • 7 minutes
- Flex Direction • 6 minutes
- Grid Layout • 4 minutes
- Grid Layout: Terminologies• 10 minutes
- Grid Properties • 9 minutes
- Positioning with Grid Template Areas • 10 minutes
- Responsive Web Design • 7 minutes
- Media Queries • 11 minutes
14 readings• Total 430 minutes
- Essential Reading: Styling Web Pages using CSS • 30 minutes
- Recommended Reading: Colors in CSS• 30 minutes
- Essential Reading: Understanding the Types of CSS Selectors• 30 minutes
- Essential Reading: Cascade Algorithm• 20 minutes
- Essential Reading: Understanding the Box Model• 20 minutes
- Recommended Reading: Understanding the Units in CSS• 40 minutes
- Solution: Apply CSS Rules to Different HTML Elements• 10 minutes
- Essential Reading: CSS Floats: The Foundation of Layouts• 30 minutes
- Recommended Reading: CSS Positioning• 60 minutes
- Essential Reading: Understanding the CSS Flexbox• 30 minutes
- Essential Reading: Understanding the CSS Grid Layout• 30 minutes
- Essential Reading: Creating Responsive Web Designs using Media Queries• 30 minutes
- Recommended Reading: Responsive Web Design• 60 minutes
- Solution: Create Webpage Layouts Using Flexbox and Grid• 10 minutes
31 assignments• Total 360 minutes
- Test Yourself: CSS Fundamentals & Layout Design• 30 minutes
- Practice Quiz: What Is CSS?• 12 minutes
- Practice Quiz: Applying Styles to Web Pages • 12 minutes
- Practice Quiz: CSS Rules • 12 minutes
- Practice Quiz: CSS Properties: Styling Text • 12 minutes
- Practice Quiz: CSS Properties: Colors and Background • 12 minutes
- Practice Quiz: Element and ID Selector • 9 minutes
- Practice Quiz: Class and Attribute Selector • 12 minutes
- Practice Quiz: Pseudo Element and Pseudo Class Selector • 12 minutes
- Practice Quiz: Combining Selectors • 12 minutes
- Practice Quiz: Cascade Algorithm • 9 minutes
- Practice Quiz: Specificity • 15 minutes
- Practice Quiz: Inheritance • 9 minutes
- Practice Quiz: CSS Box Model: Part 1 • 12 minutes
- Practice Quiz: CSS Box Model: Part 2 • 12 minutes
- Practice Quiz: Borders and Margin• 12 minutes
- Practice Quiz: Normal Flow • 9 minutes
- Practice Quiz: CSS Display • 12 minutes
- Practice Quiz: CSS Positioning: Part 1 • 12 minutes
- Practice Quiz: CSS Positioning: Part 2 • 9 minutes
- Practice Quiz: CSS Float • 12 minutes
- Practice Quiz: Axes of Flex • 9 minutes
- Practice Quiz: Flex Container • 9 minutes
- Practice Quiz: Flex Properties • 12 minutes
- Practice Quiz: Flex Direction • 9 minutes
- Practice Quiz: Grid Layout • 9 minutes
- Practice Quiz: Grid Layout: Terminologies• 15 minutes
- Practice Quiz: Grid Properties• 9 minutes
- Practice Quiz: Positioning with Grid Template Areas • 12 minutes
- Practice Quiz: Responsive Web Design • 9 minutes
- Practice Quiz: Media Queries • 9 minutes
2 discussion prompts• Total 40 minutes
- Cascading Style Sheets• 20 minutes
- Advanced CSS• 20 minutes
2 ungraded labs• Total 120 minutes
- Practice Lab: To Apply CSS Rules to Different HTML Elements• 60 minutes
- Practice Lab: To Create Webpage Layouts Using Flexbox and Grid• 60 minutes
In this comprehensive module, you will master both JavaScript basics and browser interaction in this module. You'll learn essential JavaScript concepts (data types, operators, control statements, objects, arrays, and functions) before exploring how scripts can interact with HTML through the Document Object Model (DOM). Discover how to access and manipulate webpage elements, handle user events, and create dynamic content. By completing this module, you'll gain the skills to transform static websites into interactive web applications that respond effectively to user actions.
What's included
27 videos4 readings22 assignments2 discussion prompts1 ungraded lab
27 videos• Total 142 minutes
- Overview of JavaScript• 10 minutes
- Demo: Overview of JavaScript• 5 minutes
- Primitives, Operations, Expressions, and Input/Output • 6 minutes
- Demo: Primitives, Operations, Expressions, and Input/Output• 8 minutes
- Control Statements: Part I • 3 minutes
- Demo: Control Statements—Part I• 7 minutes
- Control Statements: Part II• 1 minute
- Demo: Control Statements—Part II• 10 minutes
- Control Statements: Part III• 2 minutes
- Demo: Control Statements—Part III• 3 minutes
- Object Creation and Modification: Part 1• 4 minutes
- Object Creation and Modification: Part 2• 5 minutes
- Object Creation and Modification: Part 3• 6 minutes
- Object Creation and Modification: Part 4• 4 minutes
- Arrays • 5 minutes
- Functions • 5 minutes
- The JavaScript Execution Environment• 8 minutes
- Tag: Placement and Attributes• 7 minutes
- The Document Object Model (DOM): Part I• 5 minutes
- The Document Object Model (DOM): Part II• 4 minutes
- Element Access in JavaScript• 2 minutes
- Demo: Element Access in JavaScript• 2 minutes
- Event-Driven Programming• 6 minutes
- Event and Event Handling• 6 minutes
- Handling Events from Body Elements• 7 minutes
- State Management Using JavaScript• 7 minutes
- Demo: Setting and Retrieving Cookie Using JavaScript• 4 minutes
4 readings• Total 60 minutes
- Essential Reading: Introduction to JavaScript• 10 minutes
- Essential Reading: JavaScript Objects, Arrays, and Functions• 30 minutes
- Essential Reading: JavaScript and HTML Documents• 10 minutes
- Essential Reading: DOM• 10 minutes
22 assignments• Total 204 minutes
- Test Yourself: JavaScript Fundamentals & DOM Interaction• 30 minutes
- Practice Quiz: Overview of JavaScript• 15 minutes
- Practice Quiz: Primitives, Operations, Expressions, and Input/Output• 15 minutes
- Practice Quiz: Control Statements: Part I • 3 minutes
- Practice Quiz: Control Statements: Part II• 3 minutes
- Practice Quiz: Control Statements: Part III• 9 minutes
- Practice Quiz: Object Creation and Modification: Part 1• 6 minutes
- Practice Quiz: Object Creation and Modification: Part 2 • 3 minutes
- Practice Quiz: Object Creation and Modification: Part 3 • 3 minutes
- Practice Quiz: Object Creation and Modification: Part 4 • 6 minutes
- Practice Quiz: Arrays • 15 minutes
- Practice Quiz: Functions • 15 minutes
- Practice Quiz: The JavaScript Execution Environment• 12 minutes
- Practice Quiz: Tag: Placement and Attributes• 3 minutes
- Practice Quiz: Practice Quiz: The Document Object Model (DOM)• 15 minutes
- Practice Quiz: Element Access in JavaScript• 12 minutes
- Practice Quiz: Demo: Element Access in JavaScript• 3 minutes
- Practice Quiz: Event Driven Programming• 12 minutes
- Practice Quiz: Event and Event Handling• 9 minutes
- Practice Quiz: Handling Events from Body Elements• 9 minutes
- Practice Quiz: State Management Using JavaScript• 3 minutes
- Practice Quiz: Demo: Setting and Retrieving Cookie Using JavaScript• 3 minutes
2 discussion prompts• Total 40 minutes
- JavaScript Basics• 20 minutes
- Dynamic Web Programming with JavaScript• 20 minutes
1 ungraded lab• Total 60 minutes
- Graded Assignment Lab using HTML,CSS and JS• 60 minutes
In this module, you will learn the concept of data serialization format, its need, and its purpose in Web programming. Further, you will learn the basic serialization formats such as XML, JSON, and YAML in sufficient depth.
What's included
15 videos4 readings16 assignments1 discussion prompt
15 videos• Total 95 minutes
- Data Serialization Formats • 8 minutes
- XML, JSON, and YAML • 6 minutes
- Utility and Use Cases • 7 minutes
- XML Document• 9 minutes
- XML Validation• 6 minutes
- XML Schema Definition (XSD) • 7 minutes
- XML: Putting It All Together • 2 minutes
- Practical Applications of XML in Web Programming • 8 minutes
- JSON Syntax and Data Types • 5 minutes
- JSON Objects and Arrays • 4 minutes
- Parsing and Generating JSON in JavaScript• 4 minutes
- JSON: Putting It All Together • 5 minutes
- Practical Applications of JSON in Web Programming • 7 minutes
- YAML Basics and Utility in Configuration Files and Data • 9 minutes
- YAML for Web Development • 6 minutes
4 readings• Total 40 minutes
- Essential Reading: Introduction to Data Serialization Formats• 10 minutes
- Reading: Introduction to XML Documents• 10 minutes
- Essential Reading: Introduction to JSON• 10 minutes
- Essential Reading: Introduction to YAML• 10 minutes
16 assignments• Total 153 minutes
- Test Yourself: Data Serialization Formats• 15 minutes
- Practice Quiz: Data Serialization Formats • 9 minutes
- Practice Quiz: XML, JSON, and YAML • 9 minutes
- Practice Quiz: Utility and Use Cases • 9 minutes
- Practice Quiz: XML Document • 9 minutes
- Practice Quiz: XML Validation • 9 minutes
- Practice Quiz: XML Schema Definition (XSD) • 9 minutes
- Practice Quiz: XML: Putting It All Together • 9 minutes
- Practice Quiz: Practical Applications of XML in Web Programming • 9 minutes
- Practice Quiz: JSON Syntax and Data Types • 9 minutes
- Practice Quiz: JSON Objects and Arrays • 12 minutes
- Practice Quiz: Parsing and Generating JSON in JavaScript• 9 minutes
- Practice Quiz: JSON: Putting It All Together • 9 minutes
- Practice Quiz: Practical Applications of JSON in Web Programming • 9 minutes
- Practice Quiz: YAML Basics and Utility in Configuration Files and Data• 9 minutes
- Practice Quiz: YAML for Web Development • 9 minutes
1 discussion prompt• Total 45 minutes
- Data Serialization Formats• 45 minutes
In this module, first, you will explore the fundamental concepts behind server-side scripting, its importance in web development, and how it differs from client-side scripting. You will also lay the foundation for PHP scripting with an emphasis on the language constructs. Moving on, you will be able to create dynamic web pages by applying the principles of HTML, CSS, JavaScript, and PHP. Lastly, you will also look into a demonstration of executing CRUD operations using PHP and MySQL.
What's included
17 videos4 readings15 assignments1 discussion prompt2 ungraded labs
17 videos• Total 106 minutes
- Introduction to Server-Side Scripting and Evolution • 5 minutes
- Client-Side versus Server-Side Scripting • 8 minutes
- Overview of Backend Technologies • 6 minutes
- Demo: Environment Setup• 6 minutes
- Variables and Data Types in PHP • 7 minutes
- Operators in PHP • 7 minutes
- Control Structures in PHP • 10 minutes
- Functions in PHP • 6 minutes
- Arrays in PHP • 5 minutes
- Exception Handling in PHP• 5 minutes
- Session Management in PHP • 7 minutes
- Cookie Management in PHP • 4 minutes
- Form Handling in PHP • 6 minutes
- Demo: PHP Forms • 4 minutes
- Database Basics: Understanding MySQL and SQL Commands • 6 minutes
- Database Connectivity Between PHP and MySQL • 6 minutes
- Demo: CRUD Operations with PHP and MySQL • 10 minutes
4 readings• Total 40 minutes
- Essential Reading: Introduction to Server-Side Scripting• 10 minutes
- Essential Reading: Introduction to PHP Fundamentals• 10 minutes
- Essential Reading: Building Dynamic Web Pages• 10 minutes
- Essential Reading: Overview of Database Connectivity• 10 minutes
15 assignments• Total 177 minutes
- Test Yourself: Server-Side Scripting with PHP• 15 minutes
- Practice Quiz: Introduction to Server-Side Scripting and Evolution • 9 minutes
- Practice Quiz: Client-Side versus Server-Side Scripting • 9 minutes
- Practice Quiz: Overview of Backend Technologies • 12 minutes
- Practice Quiz: Variables and Data Types in PHP • 9 minutes
- Practice Quiz: Operators in PHP • 12 minutes
- Practice Quiz: Control Structures in PHP • 15 minutes
- Practice Quiz: Functions in PHP • 15 minutes
- Practice Quiz: Arrays in PHP • 12 minutes
- Practice Quiz: Exception Handling in PHP• 12 minutes
- Practice Quiz: Session Management in PHP • 12 minutes
- Practice Quiz: Cookie Management in PHP • 12 minutes
- Practice Quiz: Form Handling in PHP • 15 minutes
- Practice Quiz: Database Basics: Understanding MySQL and SQL Commands • 6 minutes
- Practice Quiz: Database Connectivity Between PHP and MySQL • 12 minutes
1 discussion prompt• Total 45 minutes
- Server-Side Scripting with PHP• 45 minutes
2 ungraded labs• Total 120 minutes
- Practice Lab 8: Server-side scripting with PHP• 60 minutes
- Practice Lab 10: Creating a Basic Web Application Using HTML, CSS, JavaScript, PHP & MySQL• 60 minutes
This module provides an overview of PHP frameworks and mentions their benefits in modern web development. This module also introduces the MVC architecture and its significance in separating concerns within web applications. You will be introduced to microframeworks, their characteristics, and use cases. You will also learn when it is appropriate to consider a framework for your projects.
What's included
14 videos5 readings14 assignments1 discussion prompt1 ungraded lab
14 videos• Total 97 minutes
- Exploring PHP Frameworks• 9 minutes
- Benefits of Using PHP Frameworks • 7 minutes
- Introduction to Microframeworks • 6 minutes
- What Is MVC and Why Is It Important? • 8 minutes
- Model: Managing Data in PHP Applications• 7 minutes
- View: Handling Presentation and User Interface • 6 minutes
- Controller: Managing Application Logic • 7 minutes
- Laravel: A Comprehensive PHP Framework • 9 minutes
- Other PHP Frameworks • 8 minutes
- MVC Application Using Laravel • 8 minutes
- Demo: MVC Application Using Laravel• 5 minutes
- Lumen: Building Microservices with Laravel’s Microframework • 6 minutes
- Choosing the Right PHP Framework for Your Project • 8 minutes
- Future Trends in PHP Framework Development • 5 minutes
5 readings• Total 50 minutes
- Introduction to PHP Frameworks• 10 minutes
- Overview: MVC Architecture• 10 minutes
- Exploring Popular PHP Frameworks• 10 minutes
- Microframeworks and Their Applications• 10 minutes
- SQL Basics• 10 minutes
14 assignments• Total 153 minutes
- Test Yourself: Microframeworks and Their Applications• 15 minutes
- Practice Quiz: Exploring PHP Frameworks• 12 minutes
- Practice Quiz: Benefits of Using PHP Frameworks • 12 minutes
- Practice Quiz: Introduction to Microframeworks • 15 minutes
- Practice Quiz: What Is MVC and Why Is It Important? • 9 minutes
- Practice Quiz: Model: Managing Data in PHP Applications• 9 minutes
- Practice Quiz: View: Handling Presentation and User Interface • 12 minutes
- Practice Quiz: Controller: Managing Application Logic • 12 minutes
- Practice Quiz: Laravel: A Comprehensive PHP Framework • 9 minutes
- Practice Quiz: Other PHP Frameworks • 9 minutes
- Practice Quiz: Demo: MVC Application Using Laravel• 9 minutes
- Practice Quiz: Lumen: Building Microservices with Laravel’s Microframework • 12 minutes
- Practice Quiz: Choosing the Right PHP Framework for Your Project • 9 minutes
- Practice Quiz: Future Trends in PHP Framework Development • 9 minutes
1 discussion prompt• Total 45 minutes
- PHP Frameworks• 45 minutes
1 ungraded lab• Total 60 minutes
- Practice Lab 1: Create a simple Web Application using MVC Architecture in PHP• 60 minutes
In this module, you will be introduced to the concept of full-stack development. You will understand the roles and responsibilities of full-stack developers, who handle both the front-end and back-end aspects of web applications. This module explores the historical evolution of web stacks, including LAMP, WAMP, and XAMP, highlighting their components and usage. You will be introduced to modern web stacks, specifically MERN. This module explains the significance of APIs in full-stack development and how they enable communication between different parts of a web application. Further, the module introduces testing in Web applications.
What's included
14 videos3 readings13 assignments1 ungraded lab
14 videos• Total 96 minutes
- Understanding Full Stack Web Development• 8 minutes
- The Evolution of Web Stacks: LAMP, WAMP, and XAMPP• 8 minutes
- Modern Web Stacks: MEAN and MERN• 10 minutes
- Leveraging APIs in Full Stack Development: Part I • 7 minutes
- Leveraging APIs in Full Stack Development: Part II • 6 minutes
- Significance of Testing in Web Development • 8 minutes
- Types of Testing in Full Stack Development • 5 minutes
- Tools Used in Full Stack Testing• 7 minutes
- Best Practices for Full Stack Testing • 5 minutes
- XAMP: Components and Setup• 7 minutes
- Front-End Development with HTML, CSS, and JavaScript • 7 minutes
- Server-Side Development with PHP and MySQL • 5 minutes
- Connecting Front End and Back End: Creating a Full Stack Application • 7 minutes
- Demo: Full Stack Application• 8 minutes
3 readings• Total 30 minutes
- Introduction to Full Stack Web Development• 10 minutes
- Testing in Full Stack Development • 10 minutes
- Building a Full Stack Web Application with XAMPP• 10 minutes
13 assignments• Total 192 minutes
- Test Yourself: Full Stack Web Development and Testing• 15 minutes
- Practice Quiz: Understanding Full Stack Web Development • 12 minutes
- Practice Quiz: The Evolution of Web Stacks: LAMP, WAMP, and XAMPP• 12 minutes
- Practice Quiz: Modern Web Stacks: MEAN and MERN• 15 minutes
- Practice Quiz: Leveraging APIs in Full Stack Development: Part I • 15 minutes
- Practice Quiz: Leveraging APIs in Full Stack Development: Part II • 18 minutes
- Practice Quiz: Significance of Testing in Web Development • 18 minutes
- Practice Quiz: Types of Testing in Full Stack Development • 15 minutes
- Practice Quiz: Tools Used in Full Stack Testing• 15 minutes
- Practice Quiz: Best Practices for Full Stack Testing • 15 minutes
- Practice Quiz: XAMP: Components and Setup• 15 minutes
- Practice Quiz: Front-End Development with HTML, CSS, and JavaScript • 15 minutes
- Practice Quiz: Server-Side Development with PHP and MySQL • 12 minutes
1 ungraded lab• Total 60 minutes
- Graded Assignment lab using HTML,PHP and MYSQL• 60 minutes
Instructor

Offered by

Offered by

Birla Institute of Technology & Science, Pilani (BITS Pilani) is one of only ten private universities in India to be recognised as an Institute of Eminence by the Ministry of Human Resource Development, Government of India. It has been consistently ranked high by both governmental and private ranking agencies for its innovative processes and capabilities that have enabled it to impart quality education and emerge as the best private science and engineering institute in India. BITS Pilani has four international campuses in Pilani, Goa, Hyderabad, and Dubai, and has been offering bachelor's, master’s, and certificate programmes for over 58 years, helping to launch the careers for over 1,00,000 professionals.
Why people choose Coursera for their career

Felipe M.

Jennifer J.

Larry W.

Chaitanya A.
Explore more from Computer Science

Course

Course
DDuke University
Course
BBoard Infinity
Course