• Post category:StudyBullet-9
  • Reading time:4 mins read


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

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

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.


Get Instant Notification of New Courses on our Telegram channel.


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.

English
language

Content

Build a Quiz App with HTML, CSS, and JavaScript

Introduction
Note on Text Editors
Installing Sublimetext
Overview
What we will create
Create project directory
Create the app structure with HTML
Add styling to the app with CSS
Add functionality to app with JavaScript: Part 1
Add functionality to app with JavaScript: Part 2