Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/venkat-0706/html-cheatsheet
- Owner: venkat-0706
- License: mit
- Created: 2024-12-04T11:35:25.000Z (about 1 month ago)
- Default Branch: main
- Last Pushed: 2024-12-04T11:42:54.000Z (about 1 month ago)
- Last Synced: 2024-12-04T12:33:06.233Z (about 1 month ago)
- Language: HTML
- Size: 0 Bytes
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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, StrikethroughHeading 1
...Heading 6
Paragraph
```---
## Links
```html
Visit Example
Internal Link
Send Email
```---
## Images
```html
```---
## Lists
```html
- Item 1
- Item 2
- First
- 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.