15.1 Fundamentals of HTML 2 assignments: 1st—complete the worksheet. 2nd—create your first HTML web page following the directions in this PowerPoint where.

Slides:



Advertisements
Similar presentations
Internet Services and Web Authoring (CSET 226) Lecture # 5 HyperText Markup Language (HTML) 1.
Advertisements

WeB application development
How Tags are used to form your Web Page
Chapter 2—HTML Dreamweaver for College & Business.
Hypertext Markup Language. Platform: - Independent  This means it can be interpreted on any computer regardless of the hardware or operating system.
McGraw-Hill/Irwin The Interactive Computing Series © 2002 The McGraw-Hill Companies, Inc. All rights reserved. How to Create Web Pages Using HTML Introduction.
Computer Science 1611 Internet & Web Creating Webpages Hypertext and the HTML Markup Language.
HTMLMR.Mostafa badr1. Lesson 3 HTML Tags Lesson 2 Creating a HTML File Lesson 1: Hyper Text Markup Language (HTML) Basics Get Trained for a Better Future.
COMPUTERS AND INFORMATION SYSTEMS HTML. How the Web Works To access a web site  Enter its address (URL) in the address box of your browser 
 Definition of HTML Definition of HTML  Tags in HTML Tags in HTML  Creation of HTML document Creation of HTML document  Structure of HTML Structure.
Basic HTML The Magic Of Web Pages. Create an HTML folder  Make a folder in your H drive and name it “HTML”. We will save EVERYTHING for this unit here.
Designing Web Pages Getting to know HTML... What is HTML? Hyper Text Markup Language HTML is the major language of the Internet’s World Wide Web Web.
Internet Skills An Introduction to HTML Alan Noble Room 504 Tel: (44562 internal)
Web Design Using HTML Codes. WHAT DO I NEED TO BEGIN DESIGNING A HOME PAGE? 1.YOU NEED A FOLDER (also called a DIRECTORY) You should set up a folder or.
THE BACKBONE OF EVERY WEB PAGE HTML Day 1. What will we learn? How to create a basic web page Backgrounds and colors How to link Web sites How to include.
Programming in HTML.  Programming Language  Used to design/create web pages  Hyper Text Markup Language  Markup Language  Series of Markup tags 
HTML Structure & syntax
Enhancing Your Web Site. More Basic HTML Tags Today you will learn these tags: & add-on (alt, height, width & align) and “href” add-on Add a text link.
HTML INTRODUCTION, EDITORS, BASIC, ELEMENTS, ATTRIBUTES.
HTML. WHAT IS HTML HTML stands for Hyper Text Markup Language HTML is not a programming language, it is a markup language A markup language is a set of.
Html Basic Codes Week Two. Start Your Text Editor Windows use 'Notepad’ Macintosh use 'Simple Text'
HTML CRASH COURSE. What is HTML?  Hyper Text Markup Language  The language used to make web pages  Written by using tags.
Programming in HTML.  Programming Language  Used to design/create web pages  Hyper Text Markup Language  Markup Language  Series of Markup tags 
Introduction to HTML. What is a HTML File?  HTML stands for Hyper Text Markup Language  An HTML file is a text file containing small markup tags  The.
Course Content - Chapter 2 Introduction to HTML Introduction to a Text Editor as a web authoring tool Instructional Activity: Creating a webpage using.
Introduction to HTML. What is HTML? Hyper Text Markup Language (HTML) is a language for describing web pages. HTML is not a programming language, it is.
Web Programming Basics of HTML. HTML stands for Hyper Text Mark-up Language A mark-up language is different than those that you have learned before in.
15.1 Fundamentals of HTML.
HTML Hyper Text Markup Language. What is an HTML File?  HTML stands for Hyper Text Markup Language  An HTML file is a text file containing small markup.
HTML INTRODUCTION. What is HTML?  HTML stands for Hypertext Markup Language  Developed in 1990  Hidden code that helps us communicate with others on.
HTML I An Introduction to the Language of the Web Terry Bake
Computer Information Technology – Section 3-4. HTML – The Language of the Internet Objectives: The Student will: 1. Look at HTML 2. Understand the basic.
Basic HTML PowerPoint How Hyper Text Markup Language Works.
Basic HTML PowerPoint How Hyper Text Markup Language Works
Introduction to HTML. Slide 1 Hard-Coding What is hard-coding? –Creating the page in a text editor just using HTML A Web designer should know how to hard-
HTML Codes Miss B.
Enhancing Your Web Site—Adding Links Web Page **YOU MUST HAVE COMPLETED THE 1ST 3 WEB PAGES BEFORE YOU CAN DO THIS ONE. **YOU SHOULD HAVE COMPLETED THE.
1 Creating Web Pages Part 1. 2 OVERVIEW: HTML-What is it? HyperText Markup Language, the authoring language used to create documents on the World Wide.
INTRODUCTORY Tutorial 1 Using HTML Tags to Create Web Pages.
HTML Structure & syntax. Introduction This presentation introduces the following: Doctype declaration HTML Tags, Elements and Attributes Sections of a.
HTML: Hyptertext Markup Language Doman’s Sections.
HTML Basics Let’s Make a Web Page. What is HTML? HTML is a language for describing web pages. HTML stands for Hyper Text Markup Language HTML is not a.
Introducing the World Wide Web Internet- a structure made up of millions of interconnected computers whose users communicate with each other and share.
15.1 Fundamentals of HTML DeKalb County School System.
Creating Your First Web Page – Topic: Creating a wiki, blog, image blog and podcast Click Arrow - Next Slide 1.
HTML Basic. What is HTML HTML is a language for describing web pages. HTML stands for Hyper Text Markup Language HTML is not a programming language, it.
Enhancing Your Web Site 2 assignments: 1st—complete the worksheet 2nd—create your 3RD HTML web page following the directions in this PowerPoint where it.
HTML Basics. HTML Coding HTML Hypertext markup language The code used to create web pages.
Creating and Editing a Web Page
HTML HYPER TEXT MARKUP LANGUAGE. INTRODUCTION Normal text” surrounded by bracketed tags that tell browsers how to display web pages Pages end with “.htm”
This shows CIS17 and the first day introduction..
Creating and Editing a Web Page Using Inline Styles
HTML-I Basic HTML Elements. HTML (Hyper Text Markup Language) HTML is a document layout and hyperlink- specification language. i.e. a language used to.
Creating Your 1 st Web Page. Tags Refers to anything between on a webpage Most appear in pairs surrounding content Some appear as empty tags (no closing.
HTML Overview.  Students will learn: How HTML tagging works How browsers display tagged documents How an HTML document is structured.
Basic HTML Page 1. First Open Windows Notepad to type your HTML code 2.
HTML And the Internet. HTML and the Internet ► HTML: HyperText Markup Language  Language in which all pages on the web are written  Not Really a Programming.
HTML is the language that allows text and graphics to be displayed as Web pages. It is a set of special codes, called tags, that tells a browser application.
NOTEPAD++ Lab 1 1 Riham ALSmari. Why Notepad++ ?  Syntax highlighting  Tabbed document interface  Zooming  Indentation code  Find and replace over.
Online PD Basic HTML The Magic Of Web Pages
HTML Basics.
XHTML/CSS Week 1.
Introduction to basic HTML
Basic HTML PowerPoint How Hyper Text Markup Language Works
Basic HTML PowerPoint How Hyper Text Markup Language Works
HTML HYPERTEXT MARKUP LANGUAGE.
Enhancing Your Web Site—Adding Links Web Page
Understand basic HTML and CSS terminology, concepts, and basic operations. Objective 3.01.
15.1 Fundamentals of HTML 2 assignments: 1—complete the worksheet
Presentation transcript:

15.1 Fundamentals of HTML 2 assignments: 1st—complete the worksheet. 2nd—create your first HTML web page following the directions in this PowerPoint where it says “Let’s practice” **TEXT THAT IS IN GOLD MEANS YOU SHOULD DO THAT ACTION. UNDERSTAND AND APPLY DESIGN PRINCIPLES TO CREATE PROFESSIONAL APPEARING AND FUNCTIONING WEB PAGES

Fundamentals of HTML Identify the basic structure tags Identify elements of a Web page Start Notepad and describe the Notepad window Enable word wrap in Notepad Enter the HTML tags Save an HTML file Activate Notepad Use a browser to view a Web page Today you will learn how to…

What is HTML & Tags? HTML is the language that allows text and graphics to be displayed as Web pages. HTML uses a series of Special Codes called Tags. Tags tell a browser application such as Internet Explorer how to display the web page & its items in a browser window.

HTML Tags? Tags must be surrounded by angle brackets along with some word. – or the less and greater than signs. Tags aren’t case sensitive, so typing a tag either, and will all do the same. Tags mostly come in a set or a pair. –Some are single, not a set.

Appearance of a Set or Pair of Tags Opening Tag some text Closing Tag

Open or Start Tag tells the browser to turn on a function. will appear like this End or Close Tag tells the browser to turn off a function. –looks like the start but, has a slash / –appears like this

Every Web Page has Three Sections: the section is always 1 st. the section is always 2 nd. the section will be last.

HTML Section –tells the browser you’re creating a web page. –marks the beginning and ending of a web page.

Head Section –Indicates the start and end of a section of the document used for the title and other header information

Title Section Displays information on the browser’s blue title bar. Used so search engines can search the pages’ content and keywords. Used to bookmark. Should be placed between the tags.

Body Section Contains the majority of the document and the tags used to create your web page. Comes after the tags.

Basic Structure Web Page’s Title Everything, All Info & Pictures

HTML Editor Allows you to create a HTML document and see how the codes work. Some are free, shareware or commercial products. We will use NOTEPAD.

How to Get Started Start  Programs  Accessories  Notepad This is what you usually do to get to Notepad But here… Go to my web page. Look above the picture at the bottom for the Notepad Shortcut. Click on it, select Save, change to your directory. It should unzip automatically. You have Notepad! If the Notepad window is not maximized, Maximize it. Click Format on the menu bar. If Word Wrap is not checked, click Word Wrap.

Time to Practice

Type the following code in Notepad … {Insert your Name}’s First Site This is my very first “WEB PAGE”!!!

How to Save & View a Web Page

Saving a Web Page File  Save As  Save In (click on the downward arrow to change the location to your directory) Always Save every web page with the.html extension on the filename. –Doing this will change your notepad into a web page When SAVED correctly, you should SEE the Internet Explorer Icon, “the big blue E” and not the NOTEPAD Icon.

Working in Chrome If you are using Chrome as your browser, you should see this symbol next to your file name:

Don’t forget.html

Viewing a Web Page Locate and Open the area where you’ve saved your web page. Make sure the file name was saved with the.html extension. Click on the E Icon next to the web page’s file name. Or the Chrome Circle This will cause your web page to appear in a simulation of the Explorer browser.

Make sure the Notepad window is still open as well as your browser. Now you will learn to Multitask by Switching between both windows as it will be necessary to make changes to the HTML file and it is easier seeing the actual changes in the browser.

Let’s Practice Saving and Viewing

With the notepad file still open click: File  Save As  Save In (change to your directory)  File Name type: My1stWebPage.html  SAVE Minimize your Notepad Screen, go to My Computer & locate where you saved your file. You should see the Explorer “E” above your file’s name. Now, double click on it. Did your file change into a Web Page? –If not, resave your notepad file with.html, close all screens and open your file again

CONGRATULATIONS Are you ready now to learn some more?