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