Saturday, December 29, 2018

HTML Class 17

  


HTML Class 17 #.

Asslam o Alaikum dear Friends. A complete course with short and easy classes. so let's start your HTML Class.

HTML Class 17 #.

In this class i tell you how to make Progress Bar in HTML
  their we tell you how to make progress bar in easy and understandable method.

Example.

Code :



<!DOCTYPE html>
 <html>
 <head>
 <title>wasim teach</title>
 <meta charset="UTF-8"/>
 <link rel="stylesheet" href="" type="text/css"/>
 </head>
 <body>
    Progressing the data please wait <progress></progress>

 </body>
 </html>


OUTPUT


Progressing the data please wait


Thanks For reading :

Meet you in next Class.

Comment me if you have any trouble or question .

No comments:

Post a Comment

Recent added

TypeScript Class 5

Common Syntax Errors in TypeScript and How to Avoid Them Syntax errors are among the most common issues developers encounter when writing Ty...