So I'm working on my first website which is gonna be a portfolio for my future projects. The question is probably silly but what i want to do is to greet the people on to my site with the text </Hello>
since I'm in programming, but when i write this in my paragraph element the editor thinks that i want to create a new element...
<p id = "hello">
</Hello>
</p>