<!DOCTYPE html >
<html>
<head>
<title>XHTML Webpage</title>
</head>
<body>
<h1>Welcome to XHTML Page</h1>
<p>This is a paragraph demonstrating basic XHTML .</p>
<h2>Using Character Entities</h2>
<p>Character entities are used to display special characters that would otherwise be interpreted as
HTML code. Here are some examples:</p>
<ul>
<li>< – Less-than sign</li>
<li>> – Greater-than sign</li>
<li>& – Ampersand</li>
<li>” – Double quotation mark</li>
<li>’ – Single quotation mark</li>
