Cheatography
https://cheatography.com
HTML Cheatsheet for beginner, just starting HTML course
This is a draft cheat sheet. It is a work in progress and is not finished yet.
Basic text management
<h1><> |
Header big |
<h2><> |
Header medium |
<h3><> |
Header small |
<p><> |
Paragraph |
<a><> |
anchor, [href] |
<main><> |
main section inside <body> |
<head><> |
Title and things |
<body><> |
Lo mas importante |
<footnote><> |
Shelf explanatory |
|
|
General management
<fieldset><> |
Reserved space |
<section><> |
Section differentation |
<form><> |
Create a form |
<ol><> |
Organized list |
<ul><> |
Unorganized list |
Data connection
<label><> |
Assign text to elements [for ={id}] |
rem |
units of font size, can be used inside as margin: 0.5rem 0 |
<input> |
[type = {text,email,password,submit,radio}, id ={} requiredm minlength={int}, pattern = {regex}, name ={}] |
|
|
Programming things
<html><> |
begin file |
<!DOCTYPE html> |
Mark html reading |
<meta> |
metadata [len] |
|