HTML Cheatsheet: Tags Attributes
HTML Cheatsheet: Tags Attributes
Tags 🏷
SYNTAX Headings
<tag attributename="value" /> <h1>Page title</h1>
- lowecase attributes, quote values <h2>Subheading</h2>
<h3>Tertiary heading</h3>
Global attributes <h4>Quaternary heading</h4>
accesskey, class, contenteditable, data-*, dir, draggable,
hidden, id, lang, spellcheck, style, tabindex, title Paragraph
<div id="demo" class="big" dir="ltr" lang="en" <p style="text-align: center;">text</p>
style="color: red;" tabindex="0" title="Tooltip"
contenteditable="true" spellcheck="true" Image
data-htmlcheat="99">Hello World!</div>
<img src="/demo.jpg" alt="description" height="48"
Internationalization: dir, lang, xml:lang
Outbound Link
<html lang="en-US">
... Get your online assignment help at Copycrafter
<p dir="rtl">Right to left (Arabic)</p> professional writing service.
...
<a href="https://htmlg.com/" target="_blank" rel="
</html>
Link: download, href, hreflang, media, rel, target, type Mailto link
<a href="https://htmlg.com/" target="_blank" rel="e <a href="mailto:me@ruwix.com?Subject=Hi%20mate" ta
Link
</a> Inner anchor (jump on page)
<a href="#footer">Jump to footnote</a>
Image: src, alt, height, ismap, longdesc, src, srcset,
<br />
usemap, width <a name="footer"></a>Footnote content
<img src="/demo.jpg" alt="description"
height="48" width="100" longdesc="desc.txt" /> Bold text
<strong>Bold text</strong>
All attributes
accept Italic text
form, input
<em>Italic text</em>
accept-charset
form
accesskey Underlined text
Global attribute <span style="text-decoration: underline;">Underlin
action
form Iframe
align
applet, caption, col, colgroup, hr, iframe, ✎
<iframe src="link.html" width="200" height="200">
img, table, tbody, td, tfoot , th, thead, tr </iframe>
alt
applet, area, img, input Abbreviation
async <abbr title="Hypertext Markup Language">HTML</abbr
script
autocomplete Comment
form, input
autofocus <!-- HTML
button, input, keygen, select, textarea Comment -->
autoplay
Horizontal Line
<hr />
☞ $ ¢ £ ¥ € ₹ ₽ Spanish
◼ § ¶ ☎☐ ☑ ☒ ✔ Width: 100
%
Height: 100
px
✘ ☺☻♪ ♫ ⚐ ✉✎ Scrolling: Hidden Border: No
☀ ✰ ★ ❝ ❞ ❤† ➤ Generate iframe
➧ ←↑ →↓ ↖ ↗ ↘
Create Table ▦
↙ ™@✓ ℃℉ + ×
3 3
÷ = ≠ ¼ ½ ¾ ⅓ ⅔ Cols:
0
Rows:
⚪ 🙂😀😊😔🌦 🌜 🌻 %
🔫🚧🛠 🛒
Text:
Title:
Create Image 📸
All Characters
Target: Same tab
Source: https://
Generate link
Description:
Style:
Width:
%
Height:
px
Create List 📜
Float: None
List Unordered list
type:
Generate image disc
Unordered: Ordered: 1. 2. 3.
Generate list
Blank Page 💭
htaccess ⚙
.htaccess ⚙
<!DOCTYPE html>
<html lang="en">
<head> Force HTTPS
<meta charset="utf-8"> RewriteEngine on
<title>Page Title</title> RewriteCond %{HTTPS} !on
<meta name="description" content="Roughly 155 c RewriteRule (.*) https://%{HTTP_HOST}%{REQUEST_URI
<link rel="stylesheet" type="text/css" href="my
<script src="https://ajax.googleapis.com/ajax/l Force www
<script src="script.js"></script> RewriteEngine on
</head> RewriteCond %{HTTP_HOST} ^htmlg\.com [NC]
<body> RewriteRule ^(.*)$ http://www.htmlg.com/$1 [L,R=30
<!-- Content -->
</body> Force non-www
</html> RewriteEngine on
Download Package RewriteCond %{HTTP_HOST} ^www\.htmlg\.com [NC]
RewriteRule ^(.*)$ http://htmlg.com/$1 [L,R=301]
Robots.txt 🤖 Custom Error Pages
ErrorDocument 500 "Sorry, something went wrong!"
Example ErrorDocument 401 https://htmlg.com/404/
User-agent: * ErrorDocument 404 404error.html
Disallow: /dont-index-this-folder/
Sitemap: https://htmlcheatsheet.com/sitemap.xml Redirect Entire Site
Redirect 301 / https://htmlg.com/
Ban all robots
User-agent: * Permanent Page Redirect
Disallow: /
Redirect 301 /oldlink.html https://htmlg.com/help/
Redirect 301 /oldlink https://htmlg.com/about/
Useful Links 💡
RGB color codes
Word doc to HTML Div tables
HTML cleaner HTML blog
HTML editor Basic concepts
HTML validator W3 schools
Can I use?
HTML Cheat Sheet is using cookies to collect anonymous visitor analytics. | Terms and Conditions, Privacy Policy | Mobile view
©2020 HTMLCheatSheet.com