Skip to content

Latest commit

 

History

History
36 lines (34 loc) · 706 Bytes

Learn.md

File metadata and controls

36 lines (34 loc) · 706 Bytes

// This is a new Repository or cheatsheat for HTML that I wanted to share with everyone. It is going to be updated daily

Headings

Code:

<h1>Heading 1</h1>
<h2>Heading 2</h2>
<h3>Heading 3</h3>
<h4>Heading 4</h4>
<h5>Heading 5</h5>

Preview:

Heading 1

Heading 2

Heading 3

Heading 4

Heading 5

Adding images or link

[link-name](link-site)
![img-name](img-file-or-link)

Preview:
Google
Google

Text styles

**bold**
_italic_
~~strikethrough~~

Bold Italic strikethrough