Welcome to my Website!
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:
Here's how to make a list:
- First thing
- Second thing
- Third thing
This is Javascript.
document.write ("hello.world" + "
")
document.write("Is 5 > 10 and 5 != 10: " + ((rand_num1 > rand_num2) && (rand_num1 != rand_num2))+"
");
document.write("Is 5 > 10 or 5 != 10: " + ((rand_num1 > rand_num2) || (rand_num1 != rand_num2))+"
");
document.write("Opposite of 5 != 10: " + !(rand_num1 != rand_num2) +"
");
/// To learn more HTML/CSS, check out these tutorials!