What is a <span>
and when do I use it?
What I tried :
<html>
<head>
<title>example</title>
</head>
<body>
<h1>This is my first site</h1>
<span>hello, nice to meet you!</span><span>I really need help!</span>
<p>I am new to web development and I am excited to start this journey. I hope that I make some friends during this experience.</p>
</body>
</html>