<!DOCTYPE html>
<html>
<title>TEST PAGE</title>
<head>
<h1 style="text-align:left;font-family:Arial;font-size:48px;color:black;background-color:cyan;">TEST PAGE</h1>
</head>
<body style="background-color:rgb(100,100,255);">
</br>
</br>
</br>
<h1 style="text-align:center;color:white;font-family:verdana;font-size:24px">TEST PAGE</h1>
<p style="text-align:center;font-family:verdana;font-size:14px"><b>TEST PAGE</b></p>
</body>
</html>
A Blog created for submitting tasks for the CIT Level 4 Course 422 "IT Professional Skills"
Wednesday, 5 October 2016
Blog Task 31
Exercise 1:
<!DOCTYPE html>
<html>
<body>
<p style="color:blue">This is a paragraph.</p>
</body>
</html>
<!DOCTYPE html>
<html>
<body>
<p style="color:blue">This is a paragraph.</p>
</body>
</html>
Exercise 2:
<!DOCTYPE html>
<html>
<body>
<p style="font-family:courier">This is a paragraph.</p>
</body>
</html>
Exercise 3:
<!DOCTYPE html>
<html>
<body>
<p style="text-align:center">This is a paragraph.</p>
</body>
</html>
Exercise 4:
<!DOCTYPE html>
<html>
<body>
<p style="font-size:50px">This is a paragraph.</p>
</body>
</html>
Exercise 5:
<!DOCTYPE html>
<html>
<body style="background-color:yellow">
<h1>This is a heading</h1>
<p>This is a paragraph.</p>
</body>
</html>
Exercise 6:
<!DOCTYPE html>
<html>
<body style="text-align:center">
<h1>This is a heading</h1>
<h2>This is also a heading</h2>
<p>This is a paragraph.</p>
<p>This is also paragraph.</p>
</body>
</html>
Subscribe to:
Posts (Atom)