Introduction to the HTML5 br-Tag – pg. 4

Introduction to the HTML11

Let’s type in the Basic Structure

Open Notepad or TextEdit and type in the HTML code.

Save the file as an HTML file, as described in our lesson Creating an HTML File with Notepad, which can be found at our website:

InfoTechEducation.org

Introduction to the HTML12

View the webpage. We did not yet add content to display in the HTML file. So the webpage is empty when we view it. See how this illustrated in the video to the right.

Introduction to the HTML13

Open the HTML file and add content to the <title></title> tag as is below. Save the html file and refresh/view the webpage. Now the title displays on the browser tab.

Introduction to the HTML14

Open the HTML file and type two sentences between the body tags as demonstrated below and in the video to the right. Save the html file and view the webpage. The two sentences displays on one line.

Next Page