HTML/CSS Guide

Common HTML Tags

here is some common html tags

Tag Definition Examples
<img alt ="" style = "" src = "" > creates an image from an internet link cute bunny
<h>,<h1>,<h2>,<h3>...(only opening tags) creates headers of different sizes

Heading 1

Heading 2

Heading 3

etc

<p(only opening tag) creates a paragraph

hello i am a paragraph i hope im a long paragraph i have sooooo many hopes and dreams.

<iframe src=""> lets you embed a link to website to watch a video or even play a game
<hr> not human resources but actually a horizontal ruler
<a target="_blank" href="">text goes here so when you click them they bring you to a new website my adorable bunny
<ul> <li> <ol> <li> (only opening tags) unordered lists and ordered lists can organize information

unordered list: my favorite things

  • coding
  • math

Ordered list: my favorite things

  1. math
  2. coding
  3. reading
<tr> <th> <td> <td> ...(uses closing tags) creates a table of information very meta this entire thing is a table( random note it doenst like it if you put a table in a table)
<br> can but a line break in a paragraph not communly used

i wonder how being split feels li
ke oh god it hurts

<!--text goes here-- > uses comments that only the dev can see hee hee

there is a comment here i swear

---->