Things I've learned

HTML
<html> <h2><center><bold>Things I've Learned</bold></center></h2> Unordered list <ou> <li><strong>This one is in bold</strong></li> <li><i>this one is in italics</i></li> <li>this one is normal</li> <ol> <li>this is numbered one</li> <li>this is numbered two</li> <li>this is numbered three</li> </ol> <img src="https://images.pexels.com/photos/67636/rose-blue-flower-rose-blooms-67636.jpeg?auto=compress&cs=tinysrgb&h=350"> </html>
CSS
ou {color:purple;} ol {color:yellow;} h2 {color:green;}
JAVASCRIPT
Expand for more options Login