This's a short HTML tutorial for beginners:
How to add paragraphs/text:
To add paragraphs, write this:
<p>This's a paragraph!</p>
Output:
This's a paragraph!
You can also write other stuff inside a paragraph:
<p>Hello!</p>
You can also style that paragraph by making it bold:
<p><strong>Hello!</p></strong>
Hello!
To make it slanted, write this:
<p><em>Hello!</p></em>
To make a header, write this:
<h1>Hello!</h1>
They also come in sizes from 1-6:
<h1>Hello!</h1> <h2>Hello!</h2> <h3>Hello!</h3> <h4>Hello!</h4> <h5>Hello!</h5> <h6>Hello!</h6>
:D
@GrayArcticFox Nice!
@Baconman321 Thanks!
HTML tutorial for beginners (less than 5 minutes):
This's a short HTML tutorial for beginners:
How to add paragraphs/text:
To add paragraphs, write this:
Output:
This's a paragraph!
You can also write other stuff inside a paragraph:
You can also style that paragraph by making it bold:
Output:
Hello!
To make it slanted, write this:
Output:
Hello!
To make a header, write this:
Output:
Hello!
They also come in sizes from 1-6:
Output:
Hello!
Hello!
Hello!
Hello!
Hello!
Hello!
:D
@GrayArcticFox Nice!
@Baconman321 Thanks!