Self introduction:

Self introduction:

Hi, my name is Rishi chhari, and I am a recent graduate with a strong passion for BCA.
Throughout my academic journey, I have gained theoretical knowledge in web development and have completed internships where I applied my learnings in practical settings.

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <title>My introduction</title>

</head>
<body>
    <h1>Self introduction:</h1>

     <p>
        Hi, my name is <b>Rishi chhari</b>, and I am a recent graduate with a strong passion for  BCA. <br>Throughout my academic journey, I have gained <u>theoretical knowledge</u> in <b>web development</b> and have completed internships where <i>I applied my learnings</i> in practical settings.</p>
         <hr>
          <img src="self-introduction.webp"
          height="150" alt="self introduction">

</body>
</html>