Web Design 3080-03 – Week 2 Introduction to website basics Website basics: How the Web Works Client / server architecture Packet switching URL components.

Slides:



Advertisements
Similar presentations
HTML I. HTML Hypertext mark-up language. Uses tags to identify elements of a page so that a browser such as Internet explorer can render the page on a.
Advertisements

HTML Basics Customizing your site using the basics of HTML.
Introduction to HTML & CSS
4.01 How Web Pages Work.
1 eVenzia Technologies Learning HTML, XHTML & CSS Chapter 1.
Introduction to HTML CPS470 Software Engineering Fall 1998.
CIS101 Introduction to Computing Week 05. Agenda Your questions Exam next week - Excel Introduction to the Internet & HTML Online HTML Resources Using.
DNS – HTTP – DHTML - CSS ICW Lecture 5 Hasan Qunoo.
CIS101 Introduction to Computing
1 Static Web Pages Websites on Servers (The Big Picture) –Apache Tomcat can support static web pages –Primarily intended to support servlets and JSP –Some.
Introduction to HTML 2006 CIS101. What is the Internet? Global network of computers that are connected and communicate via a series of Protocols Protocols.
CM143 - Web Week 2 Basic HTML. Links and Image Tags.
Introduction to HTML 2006 INT197B. What is the Internet? Global network of computers that are connected and communicate via a series of Protocols Protocols.
IST 221 Internet Concepts and Applications Internet, WWW and HTML 1.
Introduction to HTML 2004 CIS101. What is the Internet? Global network of computers that are connected and communicate via a series of Protocols Protocols.
HTML Introduction HTML
Topics in this presentation: The Web and how it works Difference between Web pages and web sites Web browsers and Web servers HTML purpose and structure.
Computer Science 103 Chapter 2 HyperText Markup Language (HTML)
Glencoe Digital Communication Tools Create a Web Page with HTML Chapter Contents Lesson 4.1Lesson 4.1 Get Started with HTML (85) Lesson 4.2Lesson 4.2 Format.
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.
1 Introduction to Web Development. Web Basics The Web consists of computers on the Internet connected to each other in a specific way Used in all levels.
Why Worry About the WWW? Intranets -- with lots of HR applications »policies/procedures »job postings »benefits & other transactions »hiring & other workflows.
Create a Website Session I Key Components Hands-on HTML.
Define html document byusing Example : Title of the document The content of the document......
Lectures and Practicals Mon 8-10 SC1222 TUE SC1222 Office: SC Website: mis.csit.sci.tsu.ac.th/kanida.
Understanding HTML Code
Objectives: 1. Create a Skeleton HTML 2. View a Skeleton File Through a Server and Browser 3. Learn HTML Body Tags for the Display of Text and Graphics.
CP2022 Multimedia Internet Communication1 HTML and Hypertext The workings of the web Lecture 7.
Basic HTML Workshop By: Preeda Chunjongkolkul (Pete) Systems Librarian/Webmaster
1 Introduction to HTML Joshua S. Simon Collective Technologies.
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.
 2008 Pearson Education, Inc. All rights reserved Introduction to XHTML.
Web Design 3080 – Week 2 More Fun With Delicious.com Setting up a ‘network’. 1.Go to Delicious.com and sign up for a personal account 2.Once your account.
Introduction to web development and HTML MGMT 230 LAB.
INTRODUCTORY Tutorial 1 Using HTML Tags to Create Web Pages.
1 Chinese Information Processing : Using Computers to Teach and Learn Chinese Week 6 and 7: Creating and maintaining web pages - html and ftp.
The Language of the Internet. HTML5 Hypertext Markup Language- Fifth iteration Used to create documents containing text, images, and hyperlinks Has Grammar.
HTML: Hyptertext Markup Language Doman’s Sections.
CPSC 203 Introduction to Computers Lab 33 By Jie Gao.
Web Page Design Introduction. The ________________ is a large collection of pages stored on computers, or ______________ around the world. Hypertext ________.
Introducing the World Wide Web Internet- a structure made up of millions of interconnected computers whose users communicate with each other and share.
Introduction to HTML. Today’s Discussion What is HTML ? What is HTML ? What is Web Page ? What is Web Page ? Web Server Web Server Web Browser Web Browser.
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.
High Points CSCI 1710 Fall The Internet Packet switching Arpanet Cold War.
ALBERT WAVERING BOBBY SENG. Welcome  Introductions  Existing knowledge?  Laptops?  Course goals  Introduction to several topics  Encourage creativity.
2.1 XHTML. Motto High thoughts must have high language. –Aristophanes.
HTML HyperText Markup Language. Text Files An array of bytes stored on disk Each element of the array is a text character A text editor is a user program.
HTML Basics. HTML Coding HTML Hypertext markup language The code used to create web pages.
Introduction to HTML UWWD. Agenda What do you need? What do you need? What are HTML, CSS, and tags? What are HTML, CSS, and tags? html, head, and body.
SERVER web page repository WEB PAGE instructions stores information and instructions BROWSER retrieves web page and follows instructions Server Web Server.
Introduction to the World Wide Web & Internet CIS 101.
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)
Introduction to HTML Dave Edsall IAGenWeb County Coordinator’s Conference June 30, 2007.
Basic Web Design UVI CELL Dave Gilliss Dave Gilliss
Blended HTML and CSS Fundamentals 3 rd EDITION Tutorial 1 Using HTML to Create Web Pages.
Objectives At the end of this session students will: Define the following terms in two sentences or less Website Web page Browser Html URL Hyperlink Explain.
Finally getting to html and CSS… Tim Berners-Lee, the writer of the software program that makes him the inventor of the WWW, defines the Internet as a.
4.01 How Web Pages Work.
Introduction to HTML.
Web Basics: HTML/CSS/JavaScript What are they?
4.01 How Web Pages Work.
Introduction to HTML.
HTML & teh internets.
Understand basic HTML and CSS terminology, concepts, and basic operations. Objective 3.01.
Web Development 101 Workshop
4.01 How Web Pages Work.
Presentation transcript:

Web Design – Week 2 Introduction to website basics Website basics: How the Web Works Client / server architecture Packet switching URL components IP addresses, domains, name servers HTML: the components of a web page links, images, tags in general what is a markup language?

Week 2 internet “client” Web browser Web Server database Static pages How the Web Works… The internet is a packet-switched network No pre-set path for data to travel

Week 2 What’s in a URL / URI ? Uniform Resource Locator / Uniform Resource Identifier Scheme (protocol) HostPathQuery

Week 2 IP Addresses and the Domain Name System Domain name = ‘speed dial’ Real location is IP (Internet Protocol) address eg Domain ‘mapped onto’ IP address All domain records kept by domain name servers Updated frequently (daily or less) Changes are propagated over the DNS system DNS servers maintained by Internet Service Providers internet “client” Web browser Web Server database Static pages Name Server

Week 2 Basic HTML Structure HyperText Markup Language Markup languages contain presentation instructions for specific software applications (word processors, xml apps) HTML is a simple ‘tag-based’ language All instructions are contained within symbols – ‘tags’ Web browsers and other web-capable user agents can interpret HTML tags and render pages correctly. HTML is just text WYSIWYG editors are nice, but not necessary

Week 2 - HTML Metadata “Content”

Week 2 – HTML / Metadata Metadata is information about the web document: Web Design : Guelph-Humber

Week 2 – HTML / basic tags Paragraph – must be ‘closed’ with Makes text bold Emphasis / italics Header tag: largest title case progressively smaller header sizes. line break – a self-closing tag horizontal rule (line) – a self-closing tag Some basic HTML tags:

Week 2 – HTML / basic tags Some more basic HTML tags: Bulleted lists: begins the list for each item in the list ends the list Numbered lists: begins the list for each item in the list ends the list

Week 2 – HTML / basic tags Tables Tables should be used to present tabular data only. Using tables for layout is no longer encouraged. Name Phone Joe Blow NamePhone Joe Blow

Week 2 – HTML / basic tags Nesting HTML Tags The right way: some text goes right here The wrong way: some text goes right here Tags must be in the correct order.

Week 2 – HTML / basic tags Still more basic HTML tags: Images Links click here for Blogger click here to send an Comments

Week 2 – HTML / basic tags Hypertext links (AKA “anchors”) Absolute links Another Site Relative links Another Page

Week 2 – HTML / basic tags Deprecated Tags Some HTML tags no longer be used: for bold text for italics should use All tags. Fonts should be set using Cascading Style Sheets (CSS)

Week 2 - Assignment Create 2 new HTML files from scratch using only a text editor (Notepad will do). Both files must contain the following elements: In the –page title –metatags for keywords, description, and author in the –two different levels of headers –some paragraph text –a link to the other file, ie each file must link to the other At least one of the files must have: –a list (either bulleted or numbered) –a link to an external website –comments properly 'commented out' –bold text –italicized text –a table Put your 2 files into your H:3080/labwork/ folder