tags to use

━Blackout┆layout tutorials
Please log in to read the full chapter

oh well hair thurr :]
btw we'll start off with basics first}
and then escalate(?) to
harder / more complex ways of
html / coding,okai? c:
so today we'll focus on the
tags to use when you're coding c:
- peace ✌
 

Main Tags/Basic Tags

The main tags or basic tags is really important to remember!

< p > everyone basically knows this right? its that paragraph tag,it starts and ends a new paragraph. you end it with < /p >

< span style > you can use this tag to change the appearance of the text,in other words ; decorate. you end it with < /span style >

< br > means line break, it is pretty self-explanatory actually :P ends it with < /br >

< div > to define a division / section or basically manipulate it,kind of like the span tag. you end it with < /div >

< html > is used outside AFF. so it doesn't really matter if you're coding in AFF, keep in mind you have to start with this tag if you're coding outside AFF though. it ends with a < /html >   < strike > when you cross out text. ex) hello there. you end it with < /strike >

< strong > bold print. ex) hello there. you end it with < /strong >

< em > embed text ; italicize text. ex) hello

Please log in to read the full chapter
Like this story? Give it an Upvote!
Thank you!

Comments

You must be logged in to comment
---gtfo #1
Chapter 2: This is really helpful! Make more please :)