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
: 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.
: This is the
tag. You'll find the brains of the operation, at the start.: This is the tag. Turtles love titles. : This is the
tag. All the content will be layered in the body.: This is the
tag. Need a new paragraph?
- : This is thetag. A division in the content, separating things in the body.
: This is the
tag. The most important header.
: This is the
tag. It creates separation and break between lines of text.: This is the tag. Emphasize something with strength.
: This is the
tag. Use it to add an image to your page.
: This is the
- tag. Some lists don't have any order.
: This is the
- tag. Lists are a way to add order.
: This is the tag. Make text bold.
: This is the tag. Use for italicizing text.
: This is the tag. A section in the document.
: This is the tag. Links connect the internet.
: This is the
tag. Used for quotations.
: This is the
tag. Structure things into rows and columns.
: This is the
: This is the
List of Emojis
Smiley Emojis
-
Closing Remarks
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.