HTML 01
- Ask Sola
- Jan 20, 2021
- 1 min read
Updated: Jan 28, 2021
Most basic code in Html

Heading
We want to add a heading we use heading tag
There are 6 heading sizes.
There are <h1>,<h2>,<h3>,<h4>,<h6>

Paragraph tag
We want add a paragraph in our document we use

There are 4 align in paragraphs in HTML

You want delete your paragraphs we use <det> tag

Horizontal line tag
We use for horizontal line, <hr> or <hr/> code
We can change the size, width, color and align of the <hr> tag

Breaks line tag
Use the <br> tag to enter line breaks, not to add space between paragraphs

Test format
We can use text format in body tag on our html document
Download HTML tutorial o1 (.pdf)
Comments