I WILL BE UPDATING THIS
First of all, some of you might be wondering, what is HTML? It is a coding language, used for Spacehey. Well, Spacehey uses CSS and HTML. We will be starting with HTML though. It can get a little confusing, always feel free to comment if you want me to put more stuff and/or have any questions! Sorry for not posting this in forums.
How do I start a new paragraph?
This is very easy. But do not worry, you are not stupid by not knowing how to code. You just got to put <p> at the start of the sentence and </p> at the end of the sentence.
Example:
<p> Hi I'm sigma </p>
<p> I like oranges </p>
How do I insert an image and/or GIF?
Easy! Use <img src="url"/> . Delete the text where I wrote url, right click at the image or GIF you want to put and copy the image adress.
Example: <img src="images-wixmp-ed30a86b8c4ca887773594c2.wixmp.com/f/c350de11-8c52-4be4-bc28-608bfd99bd53/d83qlux-59443cca-f7a6-490c-8d73-9d882b91708b.png?token=eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJzdWIiOiJ1cm46YXBwOjdlMGQxODg5ODIyNjQzNzNhNWYwZDQxNWVhMGQyNmUwIiwiaXNzIjoidXJuOmFwcDo3ZTBkMTg4OTgyMjY0MzczYTVmMGQ0MTVlYTBkMjZlMCIsIm9iaiI6W1t7InBhdGgiOiJcL2ZcL2MzNTBkZTExLThjNTItNGJlNC1iYzI4LTYwOGJmZDk5YmQ1M1wvZDgzcWx1eC01OTQ0M2NjYS1mN2E2LTQ5MGMtOGQ3My05ZDg4MmI5MTcwOGIucG5nIn1dXSwiYXVkIjpbInVybjpzZXJ2aWNlOmZpbGUuZG93bmxvYWQiXX0.90pkiuAaUTys_pu19poWEIOlRTXPQSgKwcOgaKkesmQ"/>
How do I make my font italic?
Just put <i> at the start and </i> at the end of the sentence.
How do I make my font Bold?
Just put <b> at the start and </b> at the end of the sentence.
How do I make my text another color?
Do THIS!: <span style="color: rgb(color number, color number, color number);">YOUR TEXT</span>
Just put <marquee> at the start and </marquee> at the end of the sentence.
How do I add a link to my profile?
Oh that is easy! put <a href="link">text(optional)</a>.
^^^ Tip if you do not want to put text there then just put </a> at the end of the link. ^^^
Thank you for reading this! This was specifically made for my friend Mango, but I wanted to help all of you!
Comments
Displaying 1 of 1 comments ( View all | Add Comment )
gyattastiic
Thank you so much for this! I just wanted to ask which coding language do you use for making layouts? I get that spacehey is made by CSS and HTML but honestly i wanna learn one so i can make mine but which one is used for layouts?
As far as I know people use both HTML and CSS, but CSS is recommended more than HTML in my opinion
by June; ; Report