Search Header Logo
html

html

Assessment

Presentation

Computers

12th Grade - Professional Development

Hard

Created by

Michael Marx

Used 1+ times

FREE Resource

4 Slides • 0 Questions

1

html

Slide image

2

HTML codes

3

HTML Cheat Sheet

This cheat sheet - or HTML code quick reference - lists the common HTML tags and their attributes, grouped into relevant sections in an easy-to-read format.


What is html? What are tags? - Perhaps check out where to start or what is html first :-)


Basic HTML Structure Help | 

Top <html>

<head>

<title>website title</title>

</head>

<body>

content of website ...

</body>

</html>

4

Text Formatting

  • </b> ... </b>Bold Text <i> ... </i>Italic Text <u> ... </u> Underline Text <strike> ... </strike> Strikeout<sup> ... /sup> Superscript - Smaller text placed below normal text <sub> ... </sub> Subscript - Smaller text placed below normal text <small> ... </small> Small - Fineprint size text <tt> ... </tt> Typewriter Text <pre> ... </pre> Pre-formatted Text <blockquote> ... </blockquote> Text Block Quote <strong> ... </strong> Strong - Shown as Bold in most browsers <em> ... </em> Emphasis - Shown as Italics in most browsers <font> ... </font>Font tag obsolete, use CSS. (*)

Slide image

html

Slide image

Show answer

Auto Play

Slide 1 / 4

SLIDE