Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
<form>
<p style="font-size: 7pt; line-height: 0.8em;">
<input type="radio" name="radio" /><br />
<input type="radio" name="radio" /><br />
<input type="radio" name="radio" /><br />
<input type="radio" name="radio" /><br />
</p>
</form>
<html>
<head>
<title>Test</title>
<style type="text/css">
.radios input {
height: 10px;
}
</style>
</head>
<body>
<div class="radios">
<input type="radio" name="radio" /><br />
<input type="radio" name="radio" /><br />
<input type="radio" name="radio" /><br />
<input type="radio" name="radio" /><br />
</div>
</body>
</html>