<!DOCTYPE html>
<html>
<head>
<title>Unit 1 - Q1</title>
<style type="text/css">
p{
color:blue;
}
h2{
text-align: center;
}
h3{
text-align: right;
}
body{
margin-left: 70px;
font-family: Arial;
}
</style>
</head>
<body>
Some text in 'body' tag. (See margin. All text has left margin = 70px and font is Arial.)
<p>Some text in 'p' tag.</p>
<h2>Some text in 'h2' tag.</h2>
<h3>Some text in 'h3' tag.</h3>
</body>
</html>
2 Responses
Write a 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.