Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/venkat-0706/html-cheatsheet

An HTML cheat sheet is a quick reference guide covering HTML tags, attributes, elements, and structures for building and styling web pages.
https://github.com/venkat-0706/html-cheatsheet

Last synced: about 15 hours ago
JSON representation

An HTML cheat sheet is a quick reference guide covering HTML tags, attributes, elements, and structures for building and styling web pages.

Awesome Lists containing this project

README

        

```markdown
# HTML Cheat Sheet 📝

A quick reference guide to HTML, covering the most essential tags, attributes, and best practices for building web pages.

## 📚 Table of Contents
- Basic Structure
- Text Formatting
- Links
- Images
- Lists
- Tables
- Forms
- Multimedia
- Semantic Elements

---

## Basic Structure
```html



Document

Hello, World!

```

---

## Text Formatting
```html
Bold, Italic, Underline, Strikethrough

Heading 1

...
Heading 6

Paragraph


```

---

## Links
```html
Visit Example
Internal Link
Send Email
```

---

## Images
```html
Description
```

---

## Lists
```html


  • Item 1

  • Item 2


  1. First

  2. Second


```

---

## Tables
```html


Header 1
Header 2


Data 1
Data 2

```

---

## Forms
```html

Name:

```

---

## Multimedia
```html

```

---

## Semantic Elements
```html
Header Content
Navigation Links
Main Content
Sidebar
Footer Content
```

---

## 🌟 Contributing
Feel free to contribute to this cheat sheet! Fork the repo, make changes, and submit a pull request.

## 📄 License
This project is licensed under the MIT License.