HTML Styling & Formatting
<!DOCTYPE html>
<html>
<head>
</head>
<body style="background-color:black; border: 10px solid blue;"> <div style="color:white;font-size:34px;height:29px;text-decoration: red underline;font-family: ;"><strong>Dear viewer,</strong></div><br><div style="position:absolute;font-size:18px;color:white;"> If video player controls such as <mark style="color: white;background-color:green;">volume and fullscreen toggle button<br></mark> are not showing, <i>please press F11.</i></div>
</body>
</html>
<!DOCTYPE html>
<html>
<head>
</head>
<body style="background-color:blue;color:white;font-size:20px;"> <strong><h2>Dear viewer,</h2></strong>
<div style= "color:white;font-size:18px;">If video player controls such as <mark style="color: white;background-color:red;">volume and fullscreen toggle button</mark> are not showing, <i>please press F11.</i>
</body>
</html>