my class assignment on self introdution

my class assignment on self introdution

·

1 min read

My introduction

I am khushnoor

description about my self

I build user-friendly websites and applications.I translate ideas into code, love the challenge ofproblem-solving, and keep up with the latest tech trends.

I build user-friendlywebsitesusingHTML, CSS, and JavaScript.I'm passionate about creating functional and visually appealing online experiences.
I turn ideas into interactive websites. I love the challenge of crafting beautiful and engaging experiences for the web.knowledge gate

program written in vs code:

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <title>my introduton</title>
</head>
<body><h1>My introduction</h1>
    <h2>I am khushnoor</h2>
    <image src="https://instacaptionsforall.in/wp-content/uploads/2023/11/52-3-1024x1024.jpg"
    hight="100"
    width="200"/>
    <h4>description about my self</h4>
    <p>I build user-friendly<b> <u>websites and applications.</u></b>I translate ideas into code, love the challenge of<u>problem-solving,</u> and keep up with the latest tech trends.</p> <br>I build user-friendly <i>websites</i> using <b>HTML, CSS, and JavaScript</i>.</b> I'm passionate about creating functional and visually appealing online experiences.<br> I turn ideas into interactive websites. I love the challenge of crafting beautiful and engaging experiences for the web.
    <a href="https://www.knowledgegate.in/"
    target="_blank"> knowledge gate</a>


</body>
</html>