<!DOCTYPE html>
<html>
<head>
<title>Unit 1 - Q2</title>
</head>
<body style="text-align: center;">
Inline CSS in 'body' tag. (All text is aligned center.)
<p style="color: blue;">Inline CSS in 'p' tag.</p>
<h1 style="text-decoration: overline;">Inline CSS in 'h1' tag.</h1>
</body>
</html>
Be the first to comment
You can use [html][/html], [css][/css], [php][/php] and more to embed the code. Urls are automatically hyperlinked. Line breaks and paragraphs are automatically generated.