Subscribe Us

Responsive Advertisement

Advertisement

8.html entity and pre tag.html

 <!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>
       Hello &nbsp;&nbsp; I am Ujjal<br>
       &copy;Copyright<br> <!copyright>
      &lt;=&gt<! less than and greter than>
      <pre>
           Hello I am Ujjal
                          <b>I am A competitive Programmer</b>
         I feel a lot of happyness solving problem


      </pre>

</body>
</html>

Post a Comment

0 Comments