You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
44 lines
904 B
HTML
44 lines
904 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<title>Fundamental CSS comprehension</title>
|
|
<link rel="stylesheet" href="styles.css">
|
|
</head>
|
|
<body>
|
|
|
|
<section class="card">
|
|
<header>
|
|
<h2 id="test">Chris Mills</h2>
|
|
<h2>fafgdf </h2>
|
|
</header>
|
|
<article>
|
|
<img src="chris.jpg" alt="A picture of Chris - a man with glasses, a beard, and a silly wooly hat">
|
|
<p>50 My Street</br>
|
|
The Town<br>
|
|
Gray Peach<br>
|
|
UK<br>
|
|
ZO50 1MU<br>
|
|
<strong>Tel</strong>: 01234 567 890<br>
|
|
<strong>Mail</strong>: chris@nothere.com</p>
|
|
</article>
|
|
<footer>
|
|
<p id ="test">Editing, <i>writing</i>, and web development services</p>
|
|
</footer>
|
|
</section>
|
|
|
|
<section>
|
|
HTML5 ---- Latest ....
|
|
|
|
</section>
|
|
|
|
<div class = "mystyle">
|
|
<p></p>
|
|
</div>
|
|
|
|
<div>
|
|
<h2></h2>
|
|
</div>
|
|
|
|
</body>
|
|
</html> |