Advertisement
Guest User

HTML help for puppypaws

a guest
Oct 5th, 2022
32
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.70 KB | Help | 0 0
  1. <div class="box">
  2. <p>Hi! you can put any text in this paragraph, and make it bold, italicised, and even underlined!
  3. That is a line divider, like the ENTER key on a normal keyboard. <br> This makes a NEW line WITHIN your paragraph! You can also make links with the <a href="LINK HERE">LINK TEXT</a> thing :3 </p>
  4. </div>
  5. <br> <!-- the br tag can also be used outside of paragraphs to make a newline. I use this to separate boxes. THIS thing is a COMMENT, used to explain what code does. it's completely optional but i'm adding it to help i guess-->
  6. <div class="box">
  7. <!-- to add an image, use the following layout. -->
  8. <img src="IMAGE LINK, MUST end with .png or .jpg or .gif or another image file format">
  9. </div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement