Difference between revisions of "Sandbox"
Jump to navigation
Jump to search
Jwhipple15 (talk | contribs) |
Jwhipple15 (talk | contribs) |
||
| Line 20: | Line 20: | ||
<span style="color:green;background-color:#ffA500;">green text</span> | <span style="color:green;background-color:#ffA500;">green text</span> | ||
| − | + | <html> | |
| − | <style> div.test {color:blue;background-color:#ffA500;}</style> | + | <style> |
| − | + | div.test { | |
| + | color:blue; | ||
| + | background-color:#ffA500; | ||
| + | } | ||
| + | </style> | ||
| + | <body> | ||
<div class="test">Add a description of the image here</div> | <div class="test">Add a description of the image here</div> | ||
| + | </body> | ||
| + | </html> | ||
Revision as of 14:54, 3 April 2019
Hey - this is the sandbox. Have fun.
This is an ordered list:
- one
- two
- hey
This is an unordered list:
- ho
- hi
- he
This is in italics
This is in bold
- Test
green text <html> <style> div.test {
color:blue; background-color:#ffA500;
} </style> <body>
Add a description of the image here
</body> </html>