Download presentation
Presentation is loading. Please wait.
Published byAnissa Gibbs Modified over 9 years ago
1
Computer Information Technology – Section 3-4
2
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
3
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
4
HTML Tags HTML tags guide how the web page looks. There are beginning and ending tags
5
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
6
Creating a Web Page Open Notepad++ and enter this text: These are Ones When done save your file as myfirsthtml.html
7
Creating a Web Page Add this text: When done save your file as myfirsthtml.html These are Ones
8
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.
9
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
10
Rest of Today Complete your web page and show me the results on the screen. Complete the day with Mavis Beacon…
Similar presentations
© 2024 SlidePlayer.com. Inc.
All rights reserved.