Test Page: Difference between revisions

From :: ChromeRivals Wiki ::
Jump to navigation Jump to search
Ranzu (talk | contribs)
No edit summary
Ranzu (talk | contribs)
No edit summary
Line 1: Line 1:
<div onclick="location.href='http://www.example.com';" style="cursor:pointer;">test</div>
<style type="text/css">
.myspan {
    display: block;
}
</style>
<a href="#"><span class="myspan">text</span></a>

Revision as of 14:53, 29 July 2023

<style type="text/css"> .myspan {

   display: block;

} </style> <a href="#">text</a>