Web software.

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,
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,
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.
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.
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 software. Two types of web software Browser software – used to search for and view websites. Web development software – used to create webpages/websites.
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.
HTML BTEC National in Computing Section5. Create Information “HTML: defining HTML, discussing HTML uses and demonstrating HTML basics, HTML structure…..
● 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.
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.
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.
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.
Web-based structures, links and testing
Exploring Microsoft Word 2000
Software Applications for end-users
E-commerce | WWW World Wide Web - Concepts
Link Label Text Label… Click Here… Image Image Lorem Ipsum Lorem Ipsum
E-commerce | WWW World Wide Web - Concepts
Web page a hypertext document connected to the World Wide Web.
Web Design and Development
What is the Internet? Global system of interconnected computer networks – a network of networks! Hartland Consolidated Schools network Network at your.
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
CAII 4.01 Web Page Design Terms List 2.
Connect: What do the images have in common and how are they used in websites? Anchor and Bookmark.
4.01 How Web Pages Work.
Connect: What do the images have in common and how are they used in websites? Anchor and Bookmark.
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.

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.

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

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.).

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

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.

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