This is a paragraph! Here's how you make a link: Neocities.
Here's how you can make bold and italic text.
Here's how you can add an image:
.img-grayscalehover{
filter: grayscale(0%);
transition: .25s ease-out;
}
.img-grayscalehover:hover{
filter: grayscale(100%);
transition: .25s ease-in;
}
Here's how to make a list:
To learn more HTML/CSS, check out these tutorials!