Welcome to the HTML Section!
HTML basics
To start our HTML code, we first write:
<!DOCTYPE html>,
then on the next line add:
<html lang="en">.
Now we are going to start with the heading write:
<h1>Your main title</h1>.
now for your main content (your paragraph) write:
<p> your topic you will talk aboout
your topic you will talk aboout
your topic you will talk aboout
</p>