Computer Information Technology – Section 3-4
HTML – The Language of the Internet Objectives: The Student will: 1. Look at HTML 2. Understand the basic HTML tags 3. Create a brief web page
HTML HTML (hypertext markup language) is the language that is used to create pages for the web. You can view the source for a web page by clicking View -> Source
HTML Tags HTML tags guide how the web page looks. There are beginning and ending tags
HTML Tags TagDescription … Begin and End an HTML document … The header section of the document, which contains information about the page. This is not displayed to the user. Contains meta tags. … Define a document title. This element is required in every HTML document. … Defines the body section of the document, which contains the content to be displayed on the page. … Marks text to be centered … Creates a paragraph, perhaps the most common block level element. … … Section headings at different levels. … and … Creates a list OL is numbered list and UL is a bullet list … Creates a list item in ordered and unordered lists. Creates a link to another site
Creating a Web Page Open Notepad++ and enter this text: These are Ones When done save your file as myfirsthtml.html
Creating a Web Page Add this text: When done save your file as myfirsthtml.html These are Ones
Creating a Web Page Save the file in your My Documents directory as myfirsthtml.html Open IE Explorer Click on File -> Open Click on Browse Find your file and click Open Answer OK to the question and you should see your webpage.
Summary HTML is the language of the web HTML tags control how pages are displayed. Each HTML tag has a beginning and an ending tag
Rest of Today Complete your web page and show me the results on the screen. Complete the day with Mavis Beacon…