First Steps

42 2 3
                                        

To start off, let's try and code some text and customize it. The very first thing you must type in your code is the declaration. Written as <!DOCTYPE html> . This is essential to let the web browser know that you're coding in HTML5. Now you may begin coding your webpage.

To begin, type <html>. Now, add a few paragraphs by pressing Enter. At the bottom type </html> to close the tag. Everything in your webpage will be inbetween these two HTML tags.

You've reached the end of published parts.

⏰ Last updated: Apr 04, 2017 ⏰

Add this story to your Library to get notified about new parts!

Learn to Code HTMLWhere stories live. Discover now