Difference between revisions of "Sandbox"

From maker-hub
Jump to navigation Jump to search
Line 21: Line 21:
 
<span style="color:green;background-color:#ffA500;">green text</span>
 
<span style="color:green;background-color:#ffA500;">green text</span>
 
<html>
 
<html>
 +
<head>
 
<style>  
 
<style>  
 
div.test {
 
div.test {
Line 27: Line 28:
 
}
 
}
 
</style>
 
</style>
 +
</head>
 
<body>
 
<body>
 
<div class="test">Add a description of the image here</div>
 
<div class="test">Add a description of the image here</div>
 
</body>
 
</body>
 
</html>
 
</html>

Revision as of 15:55, 3 April 2019

Hey - this is the sandbox. Have fun.

This is an ordered list:

  1. one
  2. two
  3. hey

This is an unordered list:

  • ho
  • hi
  • he

This is in italics

This is in bold

  • Test


Test


green text <html> <head> <style> div.test {

  color:blue;
  background-color:#ffA500;

} </style> </head> <body>

Add a description of the image here

</body> </html>