Web software. Two types of web software Browser software – used to search for and view websites. Web development software – used to create webpages/websites.

Slides:



Advertisements
Similar presentations
Multimedia Web Site Design Chapter Building an Effective Web Site Creating a Web site is easy, but creating one that is useful and attractive takes.
Advertisements

Computing – Weekly Review By Callum Innes HTML WWW WYSIWYG URL Hyperlink.
4.01 How Web Pages Work.
Web design Most digitisation projects are made available through Websites Effective Access depends on good web design Identify users and their information.
Relative and Absolute Relative Absolute.  In web-page design, a hyperlink (or link) is a reference to a document that the reader can directly follow,
Computer Science 1611 Internet & Web Creating Webpages Hypertext and the HTML Markup Language.
CM143 - Web Week 2 Basic HTML. Links and Image Tags.
Internet – Part II. What is the World Wide Web? The World Wide Web is a collection of host machines, which deliver documents, graphics and multi-media.
Introduction to HTML 2004 CIS101. What is the Internet? Global network of computers that are connected and communicate via a series of Protocols Protocols.
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.
Creating your website Using Plain HTML. What is HTML? ► Web pages are authored in HyperText Markup Language (HTML) ► Plain text is marked up with tags,
CORE 2: Information systems and Databases HYPERTEXT/ HYPERMEDIA.
Chapter 2 Introduction to HTML5 Internet & World Wide Web How to Program, 5/e Copyright © Pearson, Inc All Rights Reserved.
UNDERSTANDING WEB AND WEB PROJECT PLANNING AND DESIGNING AND EFFECTIVE WEBSITE Garni Dadaian.
Slide 1 Today you will: think about criteria for judging a website understand that an effective website will match the needs and interests of users use.
Exploring Microsoft Office XP - Microsoft Word 2002 Chapter 61 Exploring Microsoft Word Chapter 6 Creating a Home Page and Web Site By Robert T. Grauer.
Chapter 16 The World Wide Web Chapter Goals Compare and contrast the Internet and the World Wide Web Describe general Web processing Describe several.
INTRODUCTION TO FRONTPAGE. TOPICS TO BE DISCUSSED……….  Introduction Introduction  Features Features  Starting Front Page Starting Front Page  Components.
Chapter 6 The World Wide Web. Web Pages Each page is an interactive multimedia publication It can include: text, graphics, music and videos Pages are.
WEB DESIGN USING DREAMWEAVER. The World Wide Web –A Web site is a group of related files organized around a common topic –A Web page is a single file.
Web Design (5) Navigation (1). Creating a new website called ‘Navigation’ In Windows Explorer, open the folder “CU3A Web Design Group”; and then the sub-folder.
CP2022 Multimedia Internet Communication1 HTML and Hypertext The workings of the web Lecture 7.
Webpage Design.
HTML ~ Web Design.
Objective Understand concepts used to web-based digital media. Course Weight : 5%
Web Page Terminology LinksShareware AnchorOrganic Search MarqueeWhite Space BacklinkHTML Bounce RateMarkup FirewallImpression SEOLanding Page Exit PageE-commerce.
Web Page Design Introduction. The ________________ is a large collection of pages stored on computers, or ______________ around the world. Hypertext ________.
Web Design. How do web pages work? Webpages are written in a code called HTML. Programs like Internet Explorer read the code, and then show it as a web.
● A system of Internet servers that support specially formatted documents. The documents are formatted in a markup language called HTML. What is the World.
Chapter 29 World Wide Web & Browsing World Wide Web (WWW) is a distributed hypermedia (hypertext & graphics) on-line repository of information that users.
Web Design. What is the Internet? A worldwide collection of computer networks that links millions of computers by – Businesses (.com.net) – the government.
Website design and structure. A Website is a collection of webpages that are linked together. Webpages contain text, graphics, sound and video clips.
+ Web Design Terminology Digital Communications III- Frameworks-2.1 Terminology HTML Domain Name Hot Spot Site Maps.
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.
How the Web Works Jenny Burson Courtesy of About Internet for Beginners Learn the Web
Web programming Part 1: HTML 由 NordriDesign 提供
Basic Webpage Design Vocabulary Principles of IT Copyright © Texas Education Agency, All rights reserved.
The World Wide Web. What is the worldwide web? The content of the worldwide web is held on individual pages which are gathered together to form websites.
Intro to HTML. History of the World Wide Web  A network is a structure linking computers together for the purpose of sharing information and services.
Invitation to Computer Science 6 th Edition Chapter 10 The Tower of Babel.
Web Page Creation Standard Grade Computing. WWW n The World Wide Web is a collection of information held in multimedia form on the Internet. n This information.
Introduction to HTML Simple facts yet crucial to beginning of study in fundamentals of web page design!
The Internet What is the Internet? The Internet is a lot of computers over the whole world connected together so that they can share information. It.
Learning Aim C.  Creating web pages involves many considerations.  In this section we will look at the different software tools you can use and how.
McGraw-Hill Technology Education © 2004 by the McGraw-Hill Companies, Inc. All rights reserved. Office Word 2003 Working Together 1 Word 2003 and Your.
By: The Immigrants :D I mean the Mexican and the Colombian I mean Daniel and Felipe.
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.
Web Page Design The Basics. The Web Page A document (file) created using the HTML scripting language. A document (file) created using the HTML scripting.
Computer Fundamentals Desktop Publishing & Web Design MSCH 233 Lecture 9.
4.01 How Web Pages Work.
The World Wide Web.
Principles of IT Basic Webpage Design Vocabulary.
4.01 How Web Pages Work.
Web Software Year 11.
4.01 How Web Pages Work.
Software Applications for end-users
E-commerce | WWW World Wide Web - Concepts
E-commerce | WWW World Wide Web - Concepts
Web software.
The Internet and the World Wide Web (ch. 7)
What is the World Wide Web (www)
Introduction to HTML Simple facts yet crucial to beginning of study in fundamentals of web page design!
HTML Links.
Computer communications
Basic Webpage Design Vocabulary
WEB & HTML Background Info.
Multimedia Web Site Design
DD Sir-Infomatics Web Development Part-1.
4.01 How Web Pages Work.
4.01 How Web Pages Work.
Presentation transcript:

Web software

Two types of web software Browser software – used to search for and view websites. Web development software – used to create webpages/websites.

Web software Features of web browser software Can access a webpage using a URL. Can perform key word searches. Can follow links. Can use a series of menus on websites.

Web software Website navigation Website navigation is the way a user moves around the website. Navigation should be made easy.

Web software Hyperlinks Allow a user to jump from one webpage to another. These can be on the same site or a different site. You can link to files (e.g., word- processed documents, presentation files, etc.).

Web software Hyperlinks Hypertext (underlined to show it is a link). Graphical links (use an image for the link).

Web software Other types of link Bookmarks (or favourites) – used to store details of websites you may want to go back to. Anchor links – used with long webpages. User can select the part of the webpage they want to go to rather than read the whole page.

Web software HTML HyperText Markup Language. Special code used for making webpages. Used to specify the layout and structure of a webpage.