this page is not screenreader friendly.
————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————
you can look at my code to see my notes here! :)
————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————
A link can also send a user to another part of the same page they are on. You can add an id attribute to just about any tag, for example
Moss
, and then link to it by using something like this: Go to moss. Selecting this link will scroll the page straight to the element with that ID.
————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————
copypasting dump
image that links to smth else, _blank opens new tab, alt is image Description and shows when it wont load
bullet list (replace ul with ol for 1., 2., 3., ... )
- this is emphasis
- this is strong
- this is italics
- this is bold
- this is 5px
- this is 5em
- this is 5t
- this is width 5%
Some Useful HTML Character Entities
Description Name Number
non-breaking space
less than < <
greater than > >
ampersand & &
double quotation mark " "
single quotation mark ' '
cent ¢ ¢
pound £ £
yen ¥ ¥
euro € €
copyright © ©
registered trademark ® ®
trademark ™ ™
these all produce the same red in CSS:
red
rgb(255,0,0)
rgb(100%,0%,0%)
#ff0000
#f00
————————————————————————————————————————————————————————————————
music-by-margaruine told us:
"shift + control + r to reset cache on your end. thank me later"
————————————————————————————————————————————————————————————————