<!DOCTYPE html>
<html>
<head>
<title>Unit 1 - Q5</title>
<link rel="stylesheet" type="text/css" href="DHTML_XML1.css">
</head>
<body>
<p>Bekow is some text with text attributes.</p>
<p style="text-align: right;">text-align: right</p>
<p style="text-decoration: overline;">text-decoration: overline</p>
<p style="text-transform: uppercase;">text-transform: uppercase (see code, text is in lowercase)</p>
<p style="letter-spacing: 0.7cm;">letter-spacing: 0.7cm This is some text.</p>
<p style="word-spacing: 0.5cm;">word-spacing: 0.5cm This is some text</p>
<br>
<p class="text">Some text with all above attributes</p>
</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.