Udemy
    •  
    •  
    •  
    •  
    •  
    •  
    •  
    •  
Turn what you know into an opportunity and reach millions around the world.
Learn More
Your cart is empty.
Keep shopping
Build a Quiz App with HTML, CSS, and JavaScript
Rating: 3.1 out of 5(10 ratings)
1,244 students

Build a Quiz App with HTML, CSS, and JavaScript

Improve your HTML, CSS, and JavaScript Skills by building an app
Last updated 3/2026
English

What you'll learn

  • Build a Quiz App with HTML, CSS, JavaScript
  • Install Text Editor
  • Build the app structure and content with HTML
  • Add styling to the app with CSS
  • Add functionality to the app with JavaScript
  • Create interaction between : HTML, CSS, JavaScript

Course content

2 sections13 lectures54m total length
  • Introduction0:20
  • Building web applications with HTML, CSS, JavaScript3:04
  • Overview of building a quiz app with HTML, CSS, JavaScript1:37
  • Note on Text Editors0:04
  • Installing Sublimetext3:21
  • Overview1:11
  • What we will create1:42
  • Create project directory3:57
  • Create the app structure with HTML9:51
  • Add styling to the app with CSS10:17
  • Add functionality to app with JavaScript: Part 111:16
  • Add functionality to app with JavaScript: Part 25:36

Requirements

  • Basic knowledge of JavaScript advised.
  • Text editor required.

Description

The Hyper Text Mark up Language or HTML is the standard mark up language for documents designed to be displayed in a web browser. It can be assisted by technologies such as Cascading Style Sheets and scripting languages such as JavaScript

Cascading Style Sheets is a style sheet language used for describing the presentation of a document written in a mark-up language such as HTML or XML. CSS is a cornerstone technology of the World Wide Web, alongside HTML and JavaScript.

JavaScript is a scripting language used to create and control dynamic website content, i.e. anything that moves, refreshes, or otherwise changes on your screen without requiring you to manually reload a web page. every time a web page does more than just sit there and display static information for you to look at — displaying timely content updates, interactive maps, animated 2D/3D graphics, scrolling video jukeboxes, etc..

In this course  we will build a Quiz app from scratch step by step with HTML,CSS, JavaScript. We will start by building the structure  and the content of the app using HTML, then apply some styling using CSS to make the app look nice and presentable after which we will add the functionality to make the app interactive using JavaScript.

Who this course is for:

  • Anyone who has some basic knowledge of JavaScript