HTML/CSS Guide

Common HTML Tags inside <body>

Go to Head Tags
Tag Definition Examples
<p>...</p> Creates a paragraph This is a paragraph.
<h1> to <h6> Creates headings

Example Heading

<a href=""> Creates a hyperlink Example Link to W3Schools.com/hyperlink
<img> Displays an image Image of logo of my favorite YouTuber
<ul> and <li> Creates an unordered list
  • Item 1
  • Item 2
<ol> and <li> Creates an ordered list
  1. First
  2. Second
<br> Creates a line break Line 1
Line 2
<hr> Creates a horizontal line
<iframe> Embeds another webpage or video
<em> Emphasizes part of text This text is emphasized