WEB PAGES: CREATING AND MAINTAINING **

Slides:



Advertisements
Similar presentations
HTML popo.
Advertisements

WEB PAGES: CREATING AND MAINTAINING ** Frank Romanelli Instructor: Wednesday: 10:15 -11:15 Week 2.
Internet Services and Web Authoring (CSET 226) Lecture # 5 HyperText Markup Language (HTML) 1.
Hyper Text Markup Language.  HTML is a language for describing web pages.  HTML stands for Hyper Text Markup Language  HTML is not a programming language,
WeB application development
ASHIMA KALRA.  WHAT IS HTML WHAT IS HTML  HTML TAGS HTML TAGS  FORMATTING TAGS FORMATTING TAGS.
HTML Minute University Richard Fisher 10/1/2001 HTML FSA Training2 HTML Overview  HTML  HyperText Markup Language.
How Tags are used to form your Web Page
Made by: Dan Ye. Introduction Basic Last Page ☆ HTML stands for Hyper Text Markup Language; ☆ HTML is not a programming language, it is a markup language;
Chapter 2 Introduction to HTML5 Internet & World Wide Web How to Program, 5/e Copyright © Pearson, Inc All Rights Reserved.
Overview of HTML. Three Different Approaches  Text editor like Notepad  HTML editor such as: –KompoZer –DreamWeaver –Microsoft Expression Web –iWeb.
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.
Using HTML to Create a Basic Web Page… By Josh Gallagan.
Today’s Topic Language of web page - HTML (Hypertext Markup Language)
Using HTML to Create a Basic Web Page… By Josh Gallagan.
HTML HTML stands for "Hyper Text Mark-up Language“. Technically, HTML is not a programming language, but rather a markup language. Used to create web pages.
Programming in HTML.  Programming Language  Used to design/create web pages  Hyper Text Markup Language  Markup Language  Series of Markup tags 
HTML Structure & syntax
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'
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.
15.1 Fundamentals of HTML.
Just Enough HTML How to Create Basic HTML Documents.
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
Basic HTML PowerPoint How Hyper Text Markup Language Works
Overview of HTML/XHTML Two Different Approaches  Text editor like Notepad  HTML editor such as: –KompoZer –DreamWeaver –Microsoft Expression Web –iWeb.
HTML Codes Miss B.
IS1811 Multimedia Development for Internet Applications Lecture 4: Introduction to HTML Rob Gleasure
HTML Internet Basics & Beyond. What The Heck Is HTML? HTML is the language of web pages. In order to truly understand HTML, you need to know a little.
Introduction to HTML Wah Yan College (Hong Kong) Mr. Li C.P.
HTML Structure & syntax. Introduction This presentation introduces the following: Doctype declaration HTML Tags, Elements and Attributes Sections of a.
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.
HTML BTEC National in Computing Section5. Create Information “HTML: defining HTML, discussing HTML uses and demonstrating HTML basics, HTML structure…..
HTML. Hyper Text Markup Language Markup your text document The markup is the tag Hyper text means you can jump from place to place.
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.
Introduction to HTML Year 8. What is HTML O Hyper Text Mark-up Language O The language that all the elements of a web page are written in. O It describes.
Web Authoring with Dreamweaver. Unit Objectives  Be able to define keywords: HTML, HTTP (protocol), browser, web server, client/server, tag, attribute,
HTML HYPER TEXT MARKUP LANGUAGE. INTRODUCTION Normal text” surrounded by bracketed tags that tell browsers how to display web pages Pages end with “.htm”
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.
1 2/16/05CS120 The Information Era Chapter 4 Basic Web Page Construction TOPICS: Intro to HTML and Basic Web Page Design.
HTML HyperText Markup Language Victoria E. Kozlek.
HTML Review * is used as a reference for most of the notes in this powerpoint.
HTML. INDEX Introduction to HTML Creating Web Pages Commands And Tags Web Page.
Intro to HTML.  Hypertext markup language (HTML) is a way of telling web browsers how to display a page  You can type them by hand in a word processing.
HTML. Hyper Text Markup Language Markup your text document The markup is the tag Hyper text means you can jump from place to place Programming language.
NOTEPAD++ Lab 1 1 Riham ALSmari. Why Notepad++ ?  Syntax highlighting  Tabbed document interface  Zooming  Indentation code  Find and replace over.
Prepared by Sana Maqbool. Objectives After completing this lesson, the you will be able to… Understand about web authoring Name and explain the uses of.
HTML Structure & syntax
Pertemuan 1 Desain web Pertemuan 1
Online PD Basic HTML The Magic Of Web Pages
Introduction to HTML.
Introduction to HTML Section A – Programming, HTML
XHTML/CSS Week 1.
Uppingham Community College
Basic HTML PowerPoint How Hyper Text Markup Language Works
A guide to HTML.
Basic HTML PowerPoint How Hyper Text Markup Language Works
WEB PUBLISHING 2/19/2019 JIPRA ICT DEPARTMENT
Internet Technologies I - Lect.01 - Waleed Ibrahim Osman
Understand basic HTML and CSS terminology, concepts, and basic operations. Objective 3.01.
HyperText Markup Language
The Most Basic HTML Page
HTML Structure & syntax
WJEC GCSE Computer Science
HTTP and HTML HTML HTTP HTTP – Standardize the packaging
Week 4 WEB PAGES: CREATING AND MAINTAINING ** Wednesday: 2:00 – 3:15
Presentation transcript:

WEB PAGES: CREATING AND MAINTAINING ** Wednesday: 2:00pm -3:15pm Instructors: Tom Keane & Mayis Seapan Week 2

Server vs. Client Default page - “ index.html ” Learning HTML hypertext transport protocol What’s a Browser ? WYSIWYG Editors How do I access a web page ? What is a web page ?? Default page - “ index.html ” Learning HTML Plan Your Site Web pages on the Internet ? Server vs. Client

Pop Quiz Go to the Class website: http://udel.edu/~tomkeane/web Click on week 2

Creating your First Web Page Using HTML Tags

Is it Difficult ... Is this going to require that I learn a whole new Computer language like Basic or Fortran or some other cryptic, God-awful, silly-lookin', gothic extreme gobbledygook? IF IF = THEN THEN THEN = ELSE ELSE ELSE = IF; NO! 6

Questions … Answers... Q. Must I be logged onto the Internet to do this? Specifically, will learning this make me spend a lot of time on-line? A. No. You will write off-line. 7

But are they EASIER to use? Questions … Answers... Q. Do I need an expensive program to help me write this? A. No. You will write using just Notepad. You can buy those programs if you'd like, but they're not needed. But are they EASIER to use? 8

How …. Use Notepad in PC or TextEdit in MAC to create a text file Learn simple rules of H.T.M.L Hyper Text Markup Language Display using Browser 9

HTML - Simple - yeah right! 10

HTML - Simple - yeah right! Just like reading… Top to bottom…. Left to right … You just create a “simple” text file with “Tags” 11

Hyper Text Markup Language HTML is not a programing language HTML is a markup language A markup language is a collection of markup tags The Web browser interprets the tags and displays the contents as Web pages HTML documents contain tags and text The browser does not display tags

HTML TAGS HTML Tags or simply called Tags are keywords surrounded by angle brackets, e.g. <html> Tags normally come in pairs, like <b> and </b> The first tag is the start or opening tag The second tag is the end or closing tag. The first tag gives the command to start a certain action and the end tag commands to stop the action. Tags are not case sensitive.

Hyper Text Markup Language Use TAGS (commands) < > Example: to start underline: < u > Important! No Spaces to stop underline < /u > 14

LEARNING HTML IS EASY The Underline Tag < u > < /u > Starting Ending < u > < /u > LEARNING HTML IS EASY LEARNING <u> HTML </u> IS EASY 15

LEARNING HTML IS EASY LEARNING <u> HTML </u> IS EASY This is what will be displayed in the Browser LEARNING HTML IS EASY LEARNING <u> HTML </u> IS EASY This is what you typed into the Text File. 16

Tags that are on ALL Web Pages !!! Starting Ending < html > < /html > < head > < /head > < title > < /title > < body > < /body > 17

Basic Tags on All Web pages <html> <head> <title> </title> </head> <body> </body> </html> They define sections of the page 16 18

HTML Document Every HTML document starts with <html> and ends with </html>, the text in between describes the web page. The text between <head> and </head> gives extra information to browser The text between <title> and </title> appears on the name tab of the web page The text between <body> and </body> appears on the web page 16 19

Text in Body The browser recognizes the text between <body> and </body> as a plain text. The browser recognizes only one blank space after a character and ignores any extra spaces The browser does not recognize returns on the text. The browser either ignores any formatting of the text or will get confused and display erroneously. 16 20

Basic Tags on All Web pages Please type the following text and create its web page <html> <head> <title> This is the title </title> </head> <body> Welcome to my webpage </body> </html> 16 21

CLASS EXERCISE Please type the following text and create its web page <html> <Head> <Title> This is the title </tiTLe> </head> <body> Welcome to my webpage. Second Line of my web page. </Body> </HTML> 16 22

CLASS EXERCISE Please type the following text and create its web page <html> <head> <title> Title-2 </title> </head> <Body> Welcome to my webpage. <br> This is the Second Line of my web page. <p> Here is a <b> paragraph. </b> </p> </Body> </HTML> 16 23