×
Create a new article
Write your page title here:
We currently have 1,519 articles on Random-ness Wiki. Type your article name above or create one of the articles listed here!



    Random-ness Wiki
    in:

    User:Choerryism/Coding help page

    i'm nitzan don't edit this page or i'll show your mom my fortnite balls
    "What follows is a brief construction montage."
    This page is under construction. One or more users are currently hard at work on this page, so please do not interfere with their work.


    This is a guide by yours truly that serves to assist users in coding-centric endeavors. This is a major work in progress, so it might not be completed as quickly as you'd like it to be.

    Just a heads up: As far as I know, coding only works in the source editor so... RIP visual mode editors -____-

    Text design is exactly what you think it sounds like - modifying the text so it's a certain color, font, size or what have you.

    Text size

    Making text LARGER

    The first way to make your text larger is the <font size> tag, in which you must input a specific number (min. 1, max. 7), like so:

    <font size="5">Honk if you love Fred Durst!</font>

    Honk if you love Fred Durst!


    The second tag you can use is the <span> (which is my preferred method wink wink). You can input literally any number and it will make your text that exact size, like so:

    <span style="font-size:30px">Honk if you love Fred Durst!</span>

    Honk if you love Fred Durst!


    ...Or if you're lazy, you can use the <big> tag, like so:

    <big>Honk if you love Fred Durst!</big>

    Honk if you love Fred Durst!

    Making text smaller

    You can use the "font size" and "span" tools to make your text small. This is beneficial to the ants on your computer screen who want to read the pages you're editing or looking at.

    Font size:

    <font size="2">Honk if you love Fred Durst!</font>

    Honk if you love Fred Durst!


    Span:

    <span style="font-size:5px">Honk if you love Fred Durst!</span>

    Honk if you love Fred Durst!


    You can also use the <small> tag, too:

    <small>Honk if you love Fred Durst!</small>

    Honk if you love Fred Durst!

    Colors

    Text stroke

    Fonts

    Types of borders

    Customizing your borders

    Adding borders onto images

    Solids

    Gradients

    Patterns

    Using images as backgrounds

    wip

    -

    Cookies help us deliver our services. By using our services, you agree to our use of cookies.
    Cookies help us deliver our services. By using our services, you agree to our use of cookies.