Build a Quiz App with HTML, CSS, and JavaScript

Improve your HTML, CSS, and JavaScript Skills by building an app

Ratings: 3.09 / 5.00




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.

What You Will 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

Who Should Attend!

  • Anyone who has some basic knowledge of JavaScript