Inline CSS
Mon May 01 2023 15:06:59 GMT+0000 (Coordinated Universal Time)
Saved by
@prachi
<!DOCTYPE html>
<html>
<head>
<!-- no external or internal CSS -->
</head>
<body>
<header style="background-color: #f2f2f2; padding: 10px; text-align: center;">
<!-- common header content -->
</header>
<main>
<h1 style="color: red; font-size: 32px;">About Us</h1>
<p style="text-align: justify;">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nullam blandit, tellus a laoreet malesuada, nibh metus tincidunt tortor, at rhoncus est turpis id sapien.</p>
</main>
<footer style="background-color: #f2f2f2; padding: 10px; text-align: center;">
<!-- common footer content -->
</footer>
</body>
</html>
content_copyCOPY
Comments