I'm an HTML Web Page Builder

I'm an HTML Web Page Builder — page 3
HEADINGS AND PARAGRAPHS Now that you know how to make a very simple HTML web page let’s experiment and add some other elements to the page We’ll start by looking at how to add special text elements called headings STEP 1 START YOUR TEXT EDITOR On a PC On a Mac a Click Start Programs Sublime Text a Click the Sublime Text icon S STEP 2 ENTER THIS HTML a Carefully type this into your text editor for lines 1 to 6 Sublime Text html h1 My Timetable h1 p Math p p English p p Science p html 1 2 3 4 5 6 Start the web page Add main heading Add first paragraph Add second paragraph Add third paragraph End the web page STEP 3 SAVE YOUR PAGE a Click File Save a Save to your Documents folder a Type timetable html as the filename STEP 4 VIEW YOUR PAGE a Open your Documents folder a Find the timetable html file and double-click it a Your web page should now load in your browser a Notice how the h1 heading tag has made the heading text large and bold Documents timetable html My Timetable Math English Science 6