0% found this document useful (0 votes)
8 views1 page

Button Demo 1

This document is an HTML template for a button demo webpage. It includes Bootstrap for styling and features various button types such as a link, input button, submit button, and reset button. The page is structured with a title and a header, and it utilizes jQuery and Bootstrap JavaScript for functionality.

Uploaded by

thirdeye353
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
8 views1 page

Button Demo 1

This document is an HTML template for a button demo webpage. It includes Bootstrap for styling and features various button types such as a link, input button, submit button, and reset button. The page is structured with a title and a header, and it utilizes jQuery and Bootstrap JavaScript for functionality.

Uploaded by

thirdeye353
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
You are on page 1/ 1

<!

DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Button demo</title>

<link rel="stylesheet" href="css/bootstrap.css">


<link rel="stylesheet"
href="https://maxcdn.bootstrapcdn.com/bootstrap/3.4.1/css/bootstrap.min.css">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.6.0/jquery.min.js"></
script>
<script
src="https://maxcdn.bootstrapcdn.com/bootstrap/3.4.1/js/bootstrap.min.js"></script>

</head>
<body>

<h2>Button Demo</h2>
<br> <br>
<a class="btn btn-primary" href="#" role="button"> Link</a>

<input class="btn btn-primary" type="button" value="Input">


<input class="btn btn-primary" type="submit" value="Submit">
<input class="btn btn-primary" type="reset" value="reset">

</body>
</html>

You might also like

pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy