here is some common html tags
| Tag | Definition | Examples |
|---|---|---|
| <img alt ="" style = "" src = "" > | creates an image from an internet link |
|
| <h>,<h1>,<h2>,<h3>...(only opening tags) | creates headers of different sizes |
Heading 1Heading 2Heading 3etc |
| <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
Ordered list: my favorite things
|
| <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 |
| <!--text goes here-- > | uses comments that only the dev can see hee hee | there is a comment here i swear |