Skip to main content

Html For Kids: Learn Html Basics | In Simple Steps

Copy and paste this into a Notepad (or TextEdit) file and save it as . Open that file with your web browser (like Chrome or Safari), and you’ll see your site!

Everything in HTML uses . They usually come in pairs: an opening tag to start and a closing tag to stop. = Start = Stop (The slash is the "off" switch!) 2. The Big Three Blocks To make a page, you only need to know these three basics: Headings ( ): This is for big, bold titles. Example: My Awesome Site Paragraphs ( ): This is for normal sentences and stories. Example: I am learning to code today! HTML for Kids: Learn HTML basics in simple steps

Always think of HTML tags like a sandwich. The tags are the bread on the outside, the is the plate, and your words are the yummy filling in the middle! Copy and paste this into a Notepad (or