Web Page Introduction. What is a web page? A web page is a text file containing markup language tags. –A markup language combines text and extra information.

Slides:



Advertisements
Similar presentations
Introduction to HTML & CSS
Advertisements

HTML. The World Wide Web Protocols Addresses HTML.
Html: getting started HTML is hyper text markup language. It is what web browsers look at on the Internet. HTML documents should be created in a simple.
Understand Web Page Development Software Development Fundamentals LESSON 4.1.
Web Page Introduction. What is a web page? A hypertext that contains clickable links. A web page is a text file containing Hyper Text MarkUp Language.
Mark Dixon, SoCCE SOFT 131Page 1 20 – Web applications: HTML and Client-side code.
CIS101 Introduction to Computing Week 05. Agenda Your questions Exam next week - Excel Introduction to the Internet & HTML Online HTML Resources Using.
CIS101 Introduction to Computing Week 05. Agenda Your questions CIS101 Survey Introduction to the Internet & HTML Online HTML Resources Using the HTML.
CIS101 Introduction to Computing
Web Page Introduction. What is a web page? A hypertext that contains clickable links. A web page is a text file containing Hyper Text MarkUp Language.
Introduction to HTML 2006 CIS101. What is the Internet? Global network of computers that are connected and communicate via a series of Protocols Protocols.
Introduction to HTML 2006 INT197B. What is the Internet? Global network of computers that are connected and communicate via a series of Protocols Protocols.
Introduction to XML ISYS 573. HTML vs XML HTML is a language specifically designed for displaying information in browser. It doesn’t carry information.
Introduction to HTML 2004 CIS101. What is the Internet? Global network of computers that are connected and communicate via a series of Protocols Protocols.
Web Page Introduction. What is a web page? A web page is a text file containing markup language tags. –A markup language combines text and extra information.
INSTRUCTIONAL SUPPORT SERVICES (ISS) SHORT COURSE, FALL 2012 UMSL Introduction to Web Page Design.
Chapter 2 Introduction to HTML5 Internet & World Wide Web How to Program, 5/e Copyright © Pearson, Inc All Rights Reserved.
Chapter 14 Introduction to HTML
CIS101 Introduction to Computing Week 06. Agenda Your questions Excel Exam during second hour Our status after the snow day Introduction to the Internet.
Introduction to HTML. What is a Web site? A collection of "pages" or files linked together and available on the World Wide Web What do you need to create.
Web Design Basic Concepts.
Module 5 HTML: An Introduction. ●A language to describe and create web pages. ●Stands for: Hyper Text Markup Language What is HTML?
Multimedia and Web Technology Prepared by: Asst. Prof. Maryam Eskandari.
INTRODUCTION TO DHTML. TOPICS TO BE DISCUSSED……….  Introduction Introduction  UsesUses  ComponentsComponents  Difference between HTML and DHTMLDifference.
_______________________________________________________________________________________________________________ E-Commerce: Fundamentals and Applications1.
Languages in WEB Presented by: Jenisha Kshatriya BCM SS09.
Web Page Introduction. What is a web page? A web page is a text file containing markup language tags. –A markup language combines text and extra information.
NetTech Solutions Working with Web Elements Lesson 6.
First things, First Do you belong in here? – 10 – 12 – Comp. Discovery or Keyboard/Comp Apps – Do you have any experience with Web Page Design?????
18 People Surveyed HTML (HyperText Markup Language) HTML “tags” Describes structure Building blocks Headings, paragraphs, lists, links, images, quotes,
 HTML stands for Hyper Text Mark-up Language. The coding language used to create documents for the World Wide Web  HTML is composed of tags. HTML tags.
Website Development with Dreamweaver
CP2022 Multimedia Internet Communication1 HTML and Hypertext The workings of the web Lecture 7.
Basic HTML Workshop By: Preeda Chunjongkolkul (Pete) Systems Librarian/Webmaster
OBJECTIVES  What is HTML  What tools are needed  Creating a Web drive on campus (done only once)  HTML file layout  Some HTML tags  Creating and.
CSS My favourite ICT lesson By Federico Boschi Cascading Style Sheets.
Web Page Introduction. What is a web page? A web page is a text file containing markup language tags. –A markup language combines text and extra information.
Just A Few More Fun Objectives 1 Having Some Fun With Java Script 2 Using Style Sheets.
XP New Perspectives on The Internet, Sixth Edition— Comprehensive Tutorial 8 1 Creating Effective Web Pages Creating HTML Documents Tutorial 8.
Introduction to XML and Web Service ISYS 464. HTML vs XML HTML is a language specifically designed for displaying information in browser. It doesn’t carry.
Learning HTML Presented By: Wayne Helle What Is HTML? Learning Basic Tags... Formating Your Text... Working With Images and Links... Simple Form Boxes..
Introduction To HTML.  HTML stands for Hyper Text Markup Language.  HTML was developed by Tim Berners-Lee.  HTML is maintained by World Wide Web Consortium(W3C).
HTML Basics BCIS 3680 Enterprise Programming. Web Client/Server Architecture 2  Your browser (the client) requests a Web page from a remote computer.
How the Web Works Building a Website – Lesson 1. How People Access the Web Browsers People access websites using software called a web browser. To view.
Cascade Style Sheet Demo W3Schools.com: ISYS 350.
Web Page Introduction. What is a web page? A hypertext is a document contains clickable links. A web page is a text file containing Hyper Text MarkUp.
Introduction to HTML. _______________________________________________________________________________________________________________ 2 Outline Key issues.
Exploring Microsoft Microsoft FrontPage Chapter 21 Exploring Microsoft FrontPage 2002 Chapter 1 Creating a Home Page: Introduction to MS FrontPage.
Web Page Introduction. What is a web page? A hypertext is a document contains clickable links. A web page is a text file containing Hyper Text MarkUp.
Spiderman ©Marvel Comics Creating Web Pages (part 1)
HTML Assoc. Prof. Rozinah Jamaludin 28 January 2010.
Cascading Style Sheets Primary readings Presentations Explain & review projects with class mates.
Web Page Introduction. What is a web page? A hypertext that contains clickable links. A web page is a text file containing Hyper Text MarkUp Language.
Web Design Terminology Unit 2 STEM. 1. Accessibility – a web page or site that address the users limitations or disabilities 2. Active server page (ASP)
1 HTML. 2 Full forms WWW – world Wide Web HTTP – Hyper Text Transfer Protocol HTML – Hyper Text Markup Language.
Cheryl Wolfe Web Services Administrator Tampa-Hillsborough County Public Library James Day Electronic Services Librarian Embry-Riddle Aeronautical University.
JavaScript and Ajax (JavaScript Dynamic HTML (DHTML)) Week 7 Web site:
COMP 143 Web Development with Adobe Dreamweaver CC.
Introduction to HTML Hypertext Mark-up Language. HTML HTML = Hypertext Mark-up Language Is just plain simple text marked up by “tags” You can create a.
Web Page Introduction.
Web Basics: HTML/CSS/JavaScript What are they?
Egyptian Language School General Questions Prep.2
Web Page Introduction.
The Internet and HTML Code
Introduction to web design discussing which languages is used for website designing
APTECH JANAKPURI INSTITUTE PROVIDING WEB DESIGNING COURSES Address:- J-1,2nd Floor, Opp Metro Pillar No – 559, Janakpuri East, Delhi /42.
Creating Web Page.
Basic Web Page Creation
4.00 Apply procedures to add content by using Dreamweaver. (22%)
Presentation transcript:

Web Page Introduction

What is a web page? A web page is a text file containing markup language tags. –A markup language combines text and extra information about the text's structure or presentation using markup, which is intermingled with the primary text. – Britain calls for direct talks with Iran

Types of Web pages Static page: –The contents of a web page is predefined by HTML tags. Example: david chao’s home page. Dynamic page –A web page includes contents produced by a programming language when the page is opened. –Examples: Pages that display current date/time, visitor counter –Yahoo home page Pages that display results based on a database query. –Yahoo’s Finance/Enter symbol/Historical prices

Technologies for Creating Dynamic Pages Client-side technology – JavaScript Server-side technology – Microsoft.Net – PHP – Java – Others

Hyper Text MarkUp Language, HTML History: – Standard – The World Wide Web Consortium (W3C) HTML 5:

HTML Tags (Elements) Heading section –,,,, etc. Body section –, – : large text – : smallest text – Reference tag: – : Paragraph tag – Image tag – Table:, : a new row in table, : a new cell in a table row. – Form:,,

Example David Chao HTML Demo Welcome to David Chao’s Home Page Click here to see a cake picture

Online Resources for Learning HTML w3schools.com – Example: –Learn HTML5

HTML 5 New INPUT types with build-in validation INPUT type="number" INPUT type="range” Other types: – , url, tel, etc Age: Satisfaction:

HTML5 Multimedia Video Audio Youtube Etc.

HTML5 Geolocation Latitude Logitude Static map

Google Maps Maps basic Maps overlays

XML, Extensible Markup Language User-defined tags: – John Smith –Ex: c:\inetpub\wwwroot\facoritebook.xml –Cascade Style Sheet, CSS Demo: –C:\Inetpub\wwwroot\favoritebookStyle.xml

XML with Stylesheet Example My Favorite Book John Smith Peter Chen $45.00 This is a grerat book My Second Favorite Book Adam Smith $25.00 This is a second great book

Style Sheet Example btitle{ display:block; font-family: Aerial, Helvetica; font-weight: bold; font-size: 20pt; color: #9370db; text-align: center; } ISBN{ display:block; font-family: Aerial, Helvetica; font-weight: bold; font-size: 12pt; color: #c71585; text-align: left; } Authors{ display:inline; font-family: Aerial, Helvetica; font-style: italic; font-size: 10pt; color: #9370db; text-align: left; } Price{ display:block; font-family: Aerial, Helvetica; font-size: 12pt; color: #ff1010; text-align: left; } Description { display:block; font-family: Aerial, Helvetica; font-size: 12pt; color: #ff1010; text-align: left; }

Web Page Editors DreamWeaver and many others –With support to develop dynamic page with script languages MS Word Open a new document Save As: Web Page Internet free editor: –Wix free website builder –

Creating Web Page with MS Word Text: –Alignment, Size, Font, Bold Link –Existing page, place in document, Table: links, photos, multiple columns List BookMark BackGround –Page layout/Page Color Picture mailto: Address

Creating Website Using WIX Create –Choose a template –View: Desktop view/Mobile view –Edit button: Desktop editor/Mobile editor –Save –Preview Back to Editor button My Account: –Saved websites

Edit button: Desktop editor/Mobile editor Page: rearrange the order, add page, page transition Design: background, colors Add: –text, image, gallery, media, etc. –Apps: Google map, form, HTML (website or HTML code) –Social Wix App market

Typical Web Site Contents About Us Company organization Mission Products/Services Partner organizations Clients Information for users Links to relevant sites Contact Us

Publishing Web Pages Web server –Default directory, default home page Creating web pages using editor Transfer web pages to web server: –FTP, File Transfer Program