Sunday, December 30, 2018

HTML Class 16

 


HTML Class 16 #.

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

HTML Class 16 #.
>
In This class i tell you how to make Button in HTML
for making button in HTML you can yous <button> tag in your HTML code
like <button>Your text</button>.


Example.

Code :



<!DOCTYPE html>
 <html>
 <head>
 <title>wasim teach</title>
 <meta charset="UTF-8"/>
 <link rel="stylesheet" href="" type="text/css"/>
 </head>
 <body>
     Hi friends how are you please <button>Click this Button</button> to view my next class

 </body>
 </html>


OUTPUT


Hi friends how are you please to view my next class


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...