Welcome to the Playground!

I see that it's your first time here. Please consider doing a few lessons first if you are not familiar with Codemoji and in no time you'll be able to come back and master the playground!

This area is called the playground. You can use it to play around with the different tags, building whatever webpage you would like. There are no rules! Simply drag the emojis from the Emoji Box into the text editor on the left and then add text to see what you can create.

As always, press the blue "Run Code" button in the bottom left corner of the screen to run your code, then press the purple "View Code" button that appears to see what you've created!

If you forget your task (to play!) or would like a refresher as to how the playground works, simply click the white triangle in the bottom left corner of the screen and this tip will reappear.

Code Structure

HTML Tags

  1. : This is the tag. Before you can get going, you need a green light. All HTML documents start and stop with the so drop one in to begin, and to end your document.

  2. : This is the tag. You'll find the brains of the operation, at the start.

  3. </strong>: This is the <title> tag. Turtles love <strong>titles</strong>.</p> </li> <li><p><strong><body></strong>: This is the <body> tag. All the content will be layered in the <strong>body</strong>.</p> </li> <li><p><strong><p></strong>: This is the <p> tag. Need a new <strong>paragraph</strong>?</p> </li> <li><p><strong><div></strong>: This is the <div> tag. A division in the content, separating things in the <strong>body</strong>.</p> </li> <li><p><strong><h1></strong>: This is the <h1> tag. The most important header.</p> </li> <li><p><strong><br></strong>: This is the <br> tag. It creates separation and <strong>break</strong> between lines of text.</p> </li> <li><p><strong><strong></strong>: This is the <strong> tag. Emphasize something with strength.</p> </li> <li><p><strong><img></strong>: This is the <img> tag. Use it to add an <strong>image</strong> to your page.</p> </li> <li><p><strong><map></strong>: This is the <map> tag. Add a <strong>map</strong> to your document.</p> </li> <li><p><strong><ul></strong>: This is the <ul> tag. Some lists don't have any order.</p> </li> <li><p><strong><li></strong>: This is the <li> tag. <strong>Lists</strong> are a way to add order.</p> </li> <li><p><strong><b></strong>: This is the <b> tag. Make text <strong>bold</strong>.</p> </li> <li><p><strong><i></strong>: This is the <i> tag. Use for italicizing text.</p> </li> <li><p><strong><span></strong>: This is the <span> tag. A section in the document.</p> </li> <li><p><strong><a></strong>: This is the <a> tag. Links connect the internet.</p> </li> <li><p><strong><blockquote></strong>: This is the <blockquote> tag. Used for quotations.</p> </li> <li><p><strong><table></strong>: This is the <table> tag. Structure things into rows and columns.</p> </li> <li><p><strong><audio></strong>: This is the <audio> tag. Add some <strong>audio</strong> to your page.</p> </li> <li><p><strong><video></strong>: This is the <video> tag. Add a video to your page.</p> </li> </ol> <h3>List of Emojis</h3> <ul> <li><h2>Smiley Emojis</h2> <h2> - </h2> <ul> <li></li> </ul> </li> </ul> <h3>Closing Remarks</h3> <p>With these tags, you can now start coding your first webpage! Dive into each tag and see how they work as you build your own site.</p> </section> </article> </main> <footer> <p>Original source: <a href="https://www.codemoji.com/playground.php?id=271">https://www.codemoji.com/playground.php?id=271</a></p> </footer> </body> </html>