Practical3: Create a web page showing a basic html structure using character Entities and span Tag.
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Document</title>
</head>
<body>
<!--this is comment -->
Your content....
</body>
</html>