Welcome to Codemoji!

Playground Introduction

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.

HTML Structure Overview

Tags and Their Functions

  1. HTML Tag: 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. Head Tag: This is the tag. 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. Title Tag: This is the tag. Turtles love <strong>titles</strong>. They like to put order to things and give them a name.</p> </li> <li><p><strong>Body Tag</strong>: This is the <body> tag. Lots of things get layered to make a perfect burger. Within the buns of a perfect burger or page, all of the content with be layered in the <strong>body</strong>. Go ahead, jam in as many toppings as you can.</p> </li> <li><p><strong>Paragraph Tag</strong>: This is the <p> tag. Need a new <strong>paragraph</strong>? Newspapers are filled with them. Drop a newspaper in to get a new paragraph.</p> </li> <li><p><strong>Div Tag</strong>: This is the <div> tag. Just like buses that have to come to a complete stop before starting up again, a <div> is a division in the content, separating things in the <strong>body</strong>.</p> </li> <li><p><strong>Headings</strong>: This is the <h1> tag. 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.</p> </li> <li><p><strong>Line Break</strong>: This is the <br> tag. It creates separation and <strong>break</strong> between lines of text.</p> </li> <li><p><strong>Strong Tag</strong>: This is the <strong> tag. Sometimes you need to emphasize something and say it <strong>strong</strong>ly. Add a little muscle with this flexed bicep.</p> </li> <li><p><strong>Image Tag</strong>: This is the <img> tag. If you need to add an <strong>image</strong> to your page, just use an <img> and select the picture you'd like.</p> </li> <li><p><strong>Map Tag</strong>: This is the <map> tag. Add a <strong>map</strong> to your document by dropping this map in and selecting a country.</p> </li> <li><p><strong>Unordered List</strong>: This is the <ul> tag. Some lists don't have any order, like a checklist.</p> </li> <li><p><strong>List Item</strong>: This is the <li> tag. Lists are a great way to add some order to things.</p> </li> <li><p><strong>Bold Tag</strong>: This is the <b> tag. Go <strong>bold</strong>ly where no one has gone before.</p> </li> <li><p><strong>Italic Tag</strong>: This is the <i> tag. Sometimes you need to say something special, like a book title or movie name, so why not use <strong>italics</strong>?</p> </li> <li><p><strong>Span Tag</strong>: This is the <span> tag. Just like a scroll, <strong>span</strong> is a section in the document.</p> </li> <li><p><strong>Link Tag</strong>: This is the <a> tag. <strong>Links</strong> connect the internet to various sources.</p> </li> <li><p><strong>Blockquote Tag</strong>: This is the <blockquote> tag. Most good books are filled with <strong>quotes</strong>.</p> </li> <li><p><strong>Table Tag</strong>: This is the <table> tag. Structure makes things easier to understand sometimes.</p> </li> <li><p><strong>Audio Tag</strong>: This is the <audio> tag. Life is always better with some music.</p> </li> <li><p><strong>Video Tag</strong>: This is the <video> tag. To add a video to your page, drop in this tag.</p> </li> </ol> </section> </article> </main> <footer> <p>Original source: <a href="https://www.codemoji.com/playground.php?id=241">https://www.codemoji.com/playground.php?id=241</a></p> </footer> </body> </html>