Skip to content

Commit

Permalink
Update buttons.html
Browse files Browse the repository at this point in the history
  • Loading branch information
Law-Dawg360 authored Nov 20, 2024
1 parent 2a033e2 commit 1f8b99a
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions Testing/HTML/buttons.html
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,14 @@
<button class="defualtButtonsWithStyling" onclick="window.location.href='https://www.example.com'">
<span class="styled-text">Defualt Button With Styling</span>
</button>

<button class="defualtButtonsWithStyling" title="https://example.com">
<span class="styled-text">Defualt Button With Styling</span>
</button>

<button title="https://example.com">
<span>Hover Me</span>
</button>

</body>
</html>

0 comments on commit 1f8b99a

Please sign in to comment.