image
|||
home
settings
download
LOGO

Welcome to beta testing!



Inspireation


Twoset apparel



Design


SQUISHYACORN800



Web help


CSS Battle


W3Schools


Stack Overflow

CMD-5


CMD v5.61.3 is the center command panel,
all commands are below your welcome.
This includes; access to 50+ guides
customation and features,



Hover ->

Customisation Features Guides Extra
Light mode the archive camera
Dark mode minecraft audio
invert mode monster sanctuary youtube video
custom bg geometery dash my videos
rainbow bg life button panel
watermark webstites Events
pet gold hunt
mouse trail guess the game
click effects chess competition
advanced sounds
ambient music
mouse dir

Help Archive


These archives contain free
templates and information that save you
work doing it your self, your welcome!



#A
Anchor Tag

The anchor tag is a link, you can use this as a hyperlink to another site, you can also make a bookmark to another section of your site.

<a href="www.example.com"></a>
or
<a href="#Bookmark"></a>

#B
Body

If the html tag is an esil then the body tag is the canvas, and the head tag is the pallet.

The body holds many a tag, including the H's, a's, tables, divs and lots more, it is also used as a fixing point for js, it is called out by using
document.body.
and then something like:
style.background = "Blue";
You can guess what that does

br tag

The br tag is a break, you can place this in between text like this word<br/>word, notice the br tag doesn't have an end </br> tag, this is because it only has one function and that being a
b
r
e
a
k.
Not to be confused with ZWSP.
#C

#D

#E

#F
body br button tags
canvas code tags css info
div dl tags
embed function
footer tag function
getElementById function
h1 head header html hr tags
img iframe input i tags
javascript info
nothing yet
link li
marquee meta
script strong span tags src info
table title tr td tags tags title info
ul
var info video tag
z-index

#G

#H
Html

Html is the scaffolding for your website, The html contains the body, the head and nothing else, everything you need to put in your website should be in your body and head tags.

Html Template

This template can help you quick start your website, although it looks like there are two html tags, the first one tells the computer what language the file is written in.

<DOCTYPE! html>
<html>
<head>
</head>
<body>
</body>
</html>

#I
Id

An id creates a bridge between the html and the css, but the bridge is so small that only 'that' specific id can cross it. You can link an id like this:
<element id="example"/>
and in the css you put
#example{color:red;}
this will set the element to have red text.

#J

#K

#L

#M

#N
nothing yet

#O
nothing yet

#P
nothing yet

#Q
nothing yet

#R
Reverse Colors
mix-blend-mode: difference;
#S
Software

The best device to use is either a computer, laptop or a chrome book beacause they all suport windows and they have a keyboard.

Also it is advised you use chrome because it was designed by google to be 100% compatable with html, css and js.

Whereas some aspects of the code may not work in firefox, opera or edge ...ect.

#T

#U

#V

#W
nothing yet

#X
nothing yet

#Y
nothing yet

#Z
ZWSP​


Credits