Difference between revisions of "Checkbox with link"
Jump to navigation
Jump to search
(Created page with "<html> <div> <input for="a1" type="checkbox" /> <label> <span> this is some text.</span> <a href="http://www.google.com"> Google </a> </label> </di...") |
|||
Line 1: | Line 1: | ||
<html> | <html> | ||
<div> | <div> | ||
− | <input | + | <input id="a1" type="checkbox" /> |
− | <label> | + | <label for="a1"> |
<span> this is some text.</span> | <span> this is some text.</span> | ||
<a href="http://www.google.com"> Google </a> | <a href="http://www.google.com"> Google </a> |
Revision as of 23:30, 19 November 2015