type HTML source code in your HTML editor and view the Result in your browser.
HTML Source Code:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"><html>
<head><title>Sample CheckBox List In HTML 2</title>
</head>
<body>
<form action="#">
<fieldset>
<legend>Website Maintenance Check List</legend>
<label><input type="checkbox">Make sure your website validated</label><br />
<label><input type="checkbox">Take care of the legal stuff, e.g. Terms of Service and Privacy Policy</label><br />
<label><input type="checkbox">Check your site’s accessibility</label><br />
<label><input type="checkbox">Make sure you have clear calls-to-action</label><br />
<label><input type="checkbox">Make sure URLs are correct.</label><br />
<label><input type="checkbox">Check for 404 errors and if there are any, fix them.</label><br />
<label><input type="checkbox">Backups are performed regularly and stored off site.</label><br />
<label><input type="checkbox">Review Your Metrics Performance.</label><br />
</fieldset>
<fieldset>
<legend>Website Maintenance Check List</legend>
<label><input type="checkbox">Make sure your website validated</label><br />
<label><input type="checkbox">Take care of the legal stuff, e.g. Terms of Service and Privacy Policy</label><br />
<label><input type="checkbox">Check your site’s accessibility</label><br />
<label><input type="checkbox">Make sure you have clear calls-to-action</label><br />
<label><input type="checkbox">Make sure URLs are correct.</label><br />
<label><input type="checkbox">Check for 404 errors and if there are any, fix them.</label><br />
<label><input type="checkbox">Backups are performed regularly and stored off site.</label><br />
<label><input type="checkbox">Review Your Metrics Performance.</label><br />
</fieldset>
</form>
</body>
</html>
Result:
internet page, webpage, website, hypertext markup language
Tidak ada komentar:
Posting Komentar