

Study with the several resources on Docsity
Earn points by helping other students or get them with a premium plan
Prepare for your exams
Study with the several resources on Docsity
Earn points to download
Earn points by helping other students or get them with a premium plan
Basic HTML notes. Includes tags and helpful tips.
Typology: Cheat Sheet
1 / 3
This page cannot be seen from the preview
Don't miss anything!


Basic Tags Tag Description Defines the body of the web page Sets the background colour of the web page Sets the colour of the body text Contains information about the web page Creates an HTML document –starts and ends a web page Defines a title for the web page Inserts a line break Comment Text Tags Tag Description Creates the largest heading Creates the smallest heading Creates bold text Creates italic text Creates underlined text Sets size of font, from "1" to "7" Sets font colour Sets font type Links Tags Tag Description Creates a hyperlink Creates an image link Creates a target location in the document Links toa target location created somewhere else in the document Links to an e-mail address
Formatting Tags Tag Description
Creates a new paragraphAligns a paragraph to the "left" (default), can also be "right" or "center"
Creates a numbered list Defines the type of numbering used Creates a bulleted list Defines the type of bullets used Inserted before each list item, and adds a number or symbol depending on the type of list selected Adds an image Aligns an image: can be "right", "bottom", "top" Aligns an image in the "center", can also be "middle" Sets the size of the border around an image Sets the height and width of an image Displays alternative text when the mouse hovers over the image or when the image is not found Inserts a horizontal line Sets size (height) of a line Sets the width of a line, in percentage or absolute value Sets the colour of the line **Table Tags Tag Description** Creates a table Creates a row in a table Creates a cell in a table Creates a table header (a cell with bold, centred text) Sets the width of the table Sets the width of the border around the table cells Sets the space between the table cells Sets the space between a cell border and its contents Sets the alignment for cell(s) ("left", can also be "center" or "right") Sets the vertical alignment for cell(s) ("top", can also be "middle" or "bottom") Sets the number of columns a cell should span Sets the number of rows a cell should span