Download as pdf or txt
Download as pdf or txt
You are on page 1of 1

 

HTML Elements Review 1 


 
This page is a summary of the HTML elements you've used so far in this course. 
If you haven't tried them out yet in your own text editor and browser, this is a 
great time to do it! 
 
 
● <em>​ a
​ nd ​<strong>​ — Emphasis. 
By default, text inside <
​ em>​ is displayed as i​ talic​, and text in <
​ strong>​ is displayed as 
boldface​. 
● <p>​ — Paragraph. 
Text in a paragraph is separated visually from other paragraphs by a small margin. 
● <br>​ — Line break. ​(empty) 
A line break does not create a new paragraph; it only marks the end of a line. 
● <sub>​ and ​<sup>​ — Superscript and subscript. 
Useful for math and chemistry: I have x​3​+2x​2​ molecules of H​2​O. 
● <mark>​ — Highlighting. 
Not very often used, but it's ​kind of cool​. 
Of these elements, the b
​ r​ ​element is the only one that is an empty (or void) element. 
 

 
version 1.0 

You might also like