Welcome to Codemoji!

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

<html>
    <head>
        <title>Your Title Here</title>
    </head>
    <body>
        <h1>Your Heading Here</h1>
        <p>Your paragraph here.</p>
        <div>Your content here.</div>
        <ul>
            <li>Item 1</li>
            <li>Item 2</li>
        </ul>
        <a href="http://example.com">Link</a>
    </body>
</html>

HTML Tags

  1. : This is the HTML 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. : You'll find the brains of the operation, at the start, in the panda's head - not seen on the page. You might want to add a title within the head.
  3. </strong>: Turtles love <strong>titles</strong>. They like to put order to things and give them a name.</li> <li><strong><body></strong>: Lots of things get layered to make a perfect <img src="https://www.codemoji.com/images/burger.png">. Within the buns of a perfect burger or page, all of the content will be layered in the <strong>body</strong>. Go ahead, jam in as many toppings as you can.</li> <li><strong><p></strong>: Need a new <strong>paragraph</strong>?<img src="https://www.codemoji.com/images/news.png"> Newspapers are filled with them. Drop a newspaper in to get a new paragraph.</li> <li><strong><div></strong>: Just like buses that have to come to a complete stop before starting up again, a <img src="https://www.codemoji.com/images/sign.png"> is a division in the content, separating things in the <strong>body</strong>.</li> <li><strong><h1></strong>: Just like swirls on a soft serve ice cream cone, <strong>H1</strong> to <strong>H6</strong> tags are here. The most important ones are the <strong>H1</strong>, like the biggest swirl at the bottom, and the least important ones <strong>H6</strong>, like the smallest swirl at the top.</li> <li><strong><br></strong>: We've all had a heart break. It creates separation and <strong>break</strong><img src="https://www.codemoji.com/images/heart.png"> between lines of text, or friends <img src="https://www.codemoji.com/images/wink.png">.</li> <li><strong><strong></strong>: Sometimes you need to emphasize something and say it <strong>strong</strong>ly. Add a little <img src="https://www.codemoji.com/images/strong.png"> muscle, like this flexed bicep.</li> <li><strong><img></strong>: Who doesn't love to take snapshots and pictures to share with friends? If you need to add an <strong>image</strong><img src="https://www.codemoji.com/images/camera.png"> to your page, just use a <img src="https://www.codemoji.com/images/camera.png"> and select the picture you'd like.</li> <li><strong><map></strong>: Location is everything. Add a <strong>map</strong><img src="https://www.codemoji.com/images/map.png"> to your document by dropping this map in and selecting a country.</li> <li><strong><ul></strong>: Some lists don't have any order, like a checklist. Drop in the checkmark when you want a quick list that's not ordered.</li> <li><strong><li></strong>: <strong>Lists</strong> are a great way to add some order to things. Add a list to your page and see the magic.</li> <li><strong><b></strong>: Go <strong>bold</strong>ly where no one has gone before, or just make some text <strong>bold</strong><img src="https://www.codemoji.com/images/rocket.png">! </li> <li><strong><i></strong>: Sometimes you need to say something special, like a book title, or movie name, so why not <strong>italics</strong><img src="https://www.codemoji.com/images/italics.png">!</li> <li><strong><span></strong>: Just like a scroll, <strong>span</strong> is a section in the document.</li> <li><strong><a></strong>: <strong>Links</strong> connect the internet, and allow you to connect to various sources, pages, or content. Drop in a <img src="https://www.codemoji.com/images/link.png"> to make a connection.</li> <li><strong><blockquote></strong>: Most good books are filled with <strong>quotes</strong>, so anytime you want to add a <strong>blockquote</strong>, just open a book.</li> <li><strong><table></strong>: Structure makes things easier to understand sometimes. Add a <strong>table</strong> to make rows and columns when you need to say something with structure.</li> <li><strong><audio></strong>: Life is always better with some music. Add some <strong>audio</strong><img src="https://www.codemoji.com/images/music.png"> to your page with the <img src="https://www.codemoji.com/images/music.png">.</li> <li><strong><video></strong>: Who can resist eating <img src="https://www.codemoji.com/images/popcorn.png"> when you go to the movies or watch a video? To add a video to your page, drop in this <img src="https://www.codemoji.com/images/popcorn.png">.</li> </ol> </section> </article> </main> <footer> <p>Original source: <a href="https://www.codemoji.com/playground.php?id=262">https://www.codemoji.com/playground.php?id=262</a></p> </footer> </body> </html>