HTML Lab 1

PT 1

<!doctype html>

<html>

<head>

<title>HTMLLAB1</title>

</head>

<body>

<p> This is my HTML lab.<br />

<strong>This text is bold.</strong></p> <br />

<em> This text is italic. </em>

</body>

</html>

PT 2

<!doctype html>

<html>

<head>

<title>HTMLLAB1</title>

</head>

<body>

<p> This is my HTML lab.<br />

<strong>This text is bold.</strong></p> <br />

<em> This text is italic. </em>

</body>

</html>