Search
 
SCRIPT & CODE EXAMPLE
 

HTML

md cheat sheet

Credit goes to [The Markdown Guide](https://www.markdownguide.org)!

### Heading

# H1
## H2
### H3

### Bold

**bold text**

### Italic

*italicized text*

### Blockquote

> blockquote

### Ordered List

1. First item
2. Second item
3. Third item

### Unordered List

- First item
- Second item
- Third item

### Code

`code`

### Horizontal Rule

---

### Link

[Markdown Guide](https://www.markdownguide.org)

### Image

![alt text](https://www.markdownguide.org/assets/images/tux.png)

## Extended Syntax

These elements extend the basic syntax by adding additional features. Not all Markdown applications support these elements.

### Table

| Syntax | Description |
| ----------- | ----------- |
| Header | Title |
| Paragraph | Text |

### Fenced Code Block

```
{
  "firstName": "John",
  "lastName": "Smith",
  "age": 25
}
```

### Footnote

Here's a sentence with a footnote. [^1]

[^1]: This is the footnote.

### Heading ID

### My Great Heading {#custom-id}

### Definition List

term
: definition

### Strikethrough

~~The world is flat.~~

### Task List

- [x] Write the press release
- [ ] Update the website
- [ ] Contact the media
Comment

PREVIOUS NEXT
Code Example
Html :: css align image right 
Html :: load popper in html 
Html :: how do you make a partial hr line in html 
Html :: how to fix a footer to the bottom of page css 
Html :: how to add space between buttons 
Html :: branch icon font awesome 
Html :: how to access value of ant design elements 
Html :: html load page at certain point 
Html :: meta tags html 
Html :: html lang en-us or en-US 
Html :: auto year in html 
Html :: add variable in innerhtml 
Html :: jinja avoid auto escape 
Html :: greta thunberg 
Html :: hide html element show on print bootstrap 4.6 
Html :: how to make an image a full background in html 
Html :: button functions html 
Html :: bootstrap 5 rounded 
Html :: html width 
Html :: html csrf token input 
Html :: input type text cache clear 
Html :: html basico 
Html :: ionic fab 
Html :: disabled any key in JS 
Html :: html multiple checkbox list 
Html :: navigation bar on more than one page 
Html :: html button send post request 
Html :: html input datetime-local 
Html :: w3 unable to pdf in html without toolbar 
Html :: ion input password 
ADD CONTENT
Topic
Content
Source link
Name
8+4 =