Basic Html Cheat Sheet

Download a blank fillable Basic Html Cheat Sheet in PDF format just by clicking the "DOWNLOAD PDF" button.

Open the file in any PDF-viewing software. Adobe Reader or any alternative for Windows or MacOS are required to access and complete fillable content.

Complete Basic Html Cheat Sheet with your personal data - all interactive fields are highlighted in places where you should type, access drop-down lists or select multiple-choice options.

Some fillable PDF-files have the option of saving the completed form that contains your own data for later use or sending it out straight away.

ADVERTISEMENT

Swift Tips for
Basic HTML
Start and end a document
<html> </html>
Header sizes 1-6 (large to small)
<h1> </h1>
Paragraph
<p> </p>
Line Break
<br>
Non-Breaking Space
&nbsp;
Strikethrough
<strike> </strike>
Bold text
<b> </b>
Italics
<i> </i>
Underlined Text
<u> </u>
Basic Link
<a href="url"> text </a>
Basic Image
<img src="url" alt="text">
Source (Url/File Name)
src="url"
Alt (Hover) Text
alt="text"
Basic Table
<table> </table>
List Item
<li> </li>
Line or image width by number or percentage
width="number"
Line or image height by number or percentage
height="number"
Border Thickness
border="number"
Color
color="#number"
Quote Text Block
<blockquote> </blockquote>

ADVERTISEMENT

00 votes

Related Articles

Related forms

Related Categories

Parent category: Education
Go