an / ame ?!'s profile picture

Published by

published
updated

Category: Web, HTML, Tech

HTML TEXT EDITING FOR BEGINNERS:3

alright guys first blog here we go happy face!!! 

just so you know, by html text editing i mean how to make your text look like this. Since HTML mostly involves text, please click off there where any misunderstandings !

OK NOW ONTO THE GUIDE !!! :3

Making your text a diff color

this is prob the easiest out of all of them. All you need to do is put <font color = "your color code">your text</font> . A color picker with a copy and paste thing for hex codes is in chrome (from what I know) so you can access hex codes with that.

Making your text bold , italic, underlined or strikethrough

Also very easy!!! (come on guys you are zooming through this thing i wrote bc most tutorials I find for layouts DON'T tell you about this stuff :[ ) . the tags you need for bold are <b> your text </b>, the tags for italic are <i> your text </i> , underlined is <u> your text </u> and strikethrough is <strike> your text </strike

Making your text seperated in paragraphs and become headers.

 to become paragraphs you need to use the <p> and <\p> (i think your getting a pattern with these tags) . To become headers , you need to use a tag similar to the whole first letter thing. Expect these have numbers for their sizes! 

e.g

Header 1 = <h1> + </h1>

Header 2 = <h2> + </h1>

Header 3 = <h3> + </h3>

Header 4 = <h4> + </h4>

yeah I think you've got it by now.

Highlighting your text

you can use this for important parts like this.

(the highlighter wouldn't stop highlighting so i have to start a new line)

So this is probably the HARD way (i actually forgot how to do this lmao so I had to use the lil feature in blog maker where you see all the code and stuff) but you have to use something like this <span style="background-color: rgb(0, 0, 0);"> and use </span> to close it. This coloring method uses RGB (standing for red, green and blue). Luckily, in that color picker i mentioned earlier, it also has an RGB feature, so just take your numbers and but them in the order the color picker says their in !!!

And that's all I can teach you! I could teach you about fonts but I still have no idea where to get font urls from so i can't give examples to prove this works :(

Thanks for reading :3


16 Kudos

Comments

Displaying 1 of 1 comments ( View all | Add Comment )

Arrow

Arrow's profile picture

i wish i can save blogs 3


Report Comment