<!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>
<b>This is Ujjal</b><p>
<i>This is Ujjal</i><br/>
<u>This is Ujjal</u><br/>
<b><i><u>is Ujjal</u></i></b><br/>
this is <mark>Ujjal</mark><br/>
<del>not sure</del><br/>
</body>
</html>
0 Comments