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.
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "[URL unfurl="true"]http://www.w3.org/TR/html4/strict.dtd">[/URL]
<html lang="en">
<head>
<meta http-equiv="content-type" content="text/html; charset=iso-8859-1">
<meta http-equiv="content-language" content="en">
<title>Margin test</title>
<style type="text/css">
html {
margin: 0px;
padding: 0px;
background-color: #000000;
}
body {
margin: 20px;
padding: 0px;
background-color: #FFFFFF;
}
</style>
</head>
<body>
This is some content…
</body>
</html>
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "[URL unfurl="true"]http://www.w3.org/TR/html4/strict.dtd">[/URL]
<html lang="en">
<head>
<meta http-equiv="content-type" content="text/html; charset=iso-8859-1">
<meta http-equiv="content-language" content="en">
<title>Margin test</title>
<style type="text/css">
html, body {
margin: 0px;
padding: 0px;
background-color: #FFFFFF;
}
body {
border: 10px solid #000000;
}
</style>
</head>
<body>
This is some content…
</body>
</html>