15.1 Fundamentals of HTML DeKalb County School System.

Slides:



Advertisements
Similar presentations
WeB application development
Advertisements

INTRODUCTION TO HYPERTEXT MARKUP LANGUAGE 1. Outline  Introduction  Markup Languages  Editing HTML  Common Tags  Headers  Text Styling  Linking.
Creating and Editing a Web Page Using Inline Styles
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.
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.
INTRODUCTION TO DREAMWEAVER 8. What we already know…  Design basics  Contrast  Repetition  Alignment  Repetition  HTML.
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.
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.
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.
XP New Perspectives on The Internet, Sixth Edition— Comprehensive Tutorial 8 1 Creating Effective Web Pages Creating HTML Documents Tutorial 8.
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
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.
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.
Chapter 1 Creating a Dreamweaver Web Page and Local Site
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.
Creating Your First Web Page – Topic: Creating a wiki, blog, image blog and podcast Click Arrow - Next Slide 1.
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.
HTML Basics. HTML Coding HTML Hypertext markup language The code used to create web pages.
HTML Concepts and Techniques Fifth Edition Chapter 3 Creating Web Pages with Links, Images, and Formatted Text.
Creating and Editing a Web Page
This shows CIS17 and the first day introduction..
Hypertext Markup Language.  Developed by Tim Berners-Lee in 1990  Stands for HyperText Markup Languange  A format that tells a computer how to display.
Getting Started with HTML. HTML  Hyper Text Markup Language  HTML isn’t a program language, its known as a markup language  A Markup language has tags.
Creating and Editing a Web Page Using Inline Styles
Behind every site is a mix of special languages that your web browser understands The main way of describing any website is HTML HTML stands for Hyper.
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.
HTML. INDEX Introduction to HTML Creating Web Pages Commands And Tags Web Page.
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
Uppingham Community College
Basic HTML PowerPoint How Hyper Text Markup Language Works
Basic HTML PowerPoint How Hyper Text Markup Language Works
HTML HYPERTEXT MARKUP LANGUAGE.
What is HTML anyway? HTML stands for HyperText Markup Language. Developed by scientist Tim Berners-Lee in 1990, HTML is the "hidden" code that helps us.
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 DeKalb County School System

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 bookmarks. 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 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 Slides 17 through 24 are educational Slide 25 completes the practice

Saving a Web Page File  Save As  Save In (click on the downward arrow to change the location to where you will save your file) 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.

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. This will cause your web page to appear in a simulation of the Explorer browser.

Let’s Practice Viewing Two Windows Simultaneously

Comparing Notepad & Web Page While viewing the web page, click on the Notepad tab on the task bar. Click on the blue title bar of the notepad window and drag the window so you can view notepad and the Web page at the same time. (see next slide for ex)

Make sure the Notepad window is still open as well as your browser. Now you will learn to switch between two windows, this will be necessary to make changes to the HTML file and seeing the actual changes on the browser.

Let’s Practice Saving and Viewing

With the your notepad file still open click: File  Save As  Save In (change your location)  File Name type: My1stWebPage.html  SAVE Minimize your Notepad Screen, go to My Computer & locate where your 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 screen and open your file again

CONGRATULATIONS Are you ready now to learn some more?