Docsity
Docsity

Prepare for your exams
Prepare for your exams

Study with the several resources on Docsity


Earn points to download
Earn points to download

Earn points by helping other students or get them with a premium plan


Guidelines and tips
Guidelines and tips

HTML and CSS Cheat Sheet, Cheat Sheet of Programming Languages

HTML and CSS Cheat Sheet: tag and description

Typology: Cheat Sheet

2019/2020

Uploaded on 10/09/2020

weldon
weldon 🇺🇸

4.5

(10)

223 documents

1 / 2

Toggle sidebar

This page cannot be seen from the preview

Don't miss anything!

bg1
Tag Description Tag Description
<!-- --> comment <dt> term/name in a description list
<!DOCTYPE> document type <em> emphasized text
<a> hyperlink <embed> container for an external (non-HTML) application
<area> area inside an image-map <fieldset> groups related elements in a form
<article> article <figcaption> caption for a <figure> element
<aside> content outside of the main page content <figure> self-contained content
<audio> sound content <footer> footer for a document or section
<b> bold text <form> HTML form for user input
<base> base URL for all relative URLs in a document <h1> to <h6> HTML headings (<h1> - largest, <h6> - smallest)
<blockquote> long quotation <head> information about the document
<body> the document's body <header> header for a document or section
<br> single line break <hgroup> group of headings
<button> clickable button <hr> thematic change in the content
<canvas> graphic area <html> root of an HTML document
<caption> table caption <i> italic text
<cite> title of a work <iframe> inline frame
<code> computer code text <kbd> keyboard input
<col> attributes for table columns <keygen> key-pair generator field (for forms)
<colgroup> groups of table columns <label> label for an <input> element
<datalist> drop-down list <legend> caption for a <fieldset> element
<dd> description of a term in a description list <li> list item
<del> deleted text <link> relationship between a document and an external
resource
<details> additional details that the user can view or hide <main> main content of a document
<dialog> dialog box or window <map> client-side image-map
<div> section in a document <mark> marked/highlighted text
<dl> description list <menu> list/menu of commands
HTML and CSS Cheat Sheet
www.w3schools.com/tags/
www.w3schools.com/cssref/
pf2

Partial preview of the text

Download HTML and CSS Cheat Sheet and more Cheat Sheet Programming Languages in PDF only on Docsity!

Tag Description Tag Description

comment
term/name in a description list document type emphasized text

hyperlink container for an external (non-HTML) application

area inside an image-map

groups related elements in a form

article
caption for a
element