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)

Slides:



Advertisements
Similar presentations
Basic Internet Terms Digital Design. Arpanet The first Internet prototype created in 1965 by the Department of Defense.
Advertisements

4.01 How Web Pages Work.
Communicating Information: Web Design. It’s a big net HTTP FTP TCP/IP SMTP protocols The Internet The Internet is a network of networks… It connects millions.
Project 1 Introduction to HTML.
XP Browser and Basics1. XP Browser and Basics2 Learn about Web browser software and Web pages The Web is a collection of files that reside.
Web development  World Wide Web (web) is the Internet system for hypertext linking.  A hypertext document (web page) is an online document. It contains.
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.
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.
Introduction 2: Internet, Intranet, and Extranet J394 – Perancangan Situs Web Program Sudi Manajemen Universitas Bina Nusantara.
1st Project Introduction to HTML.
What Is A Web Page? An Introduction to the Internet.
HTML 1 Introduction to HTML. 2 Objectives Describe the Internet and its associated key terms Describe the World Wide Web and its associated key terms.
Chapter ONE Introduction to HTML.
Copyright © cs-tutorial.com. Introduction to Web Development In 1990 and 1991,Tim Berners-Lee created the World Wide Web at the European Laboratory for.
Lesson 2 — The Internet and the World Wide Web
Introduction to the Internet. What is the Internet The Internet is a worldwide group of connected networks that allows public access to information and.
WWW and HTML. Annoucement n Many people submitted the.vbp file and lost points n Can resubmit the.frm file to my , and get most.
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?????
XHTML Introductory1 Linking and Publishing Basic Web Pages Chapter 3.
Introduction to Computers Section 8A. home How the Internet Works Anyone with access to the Internet can exchange text, data files, and programs with.
The INTERNET A worldwide network of computers linked together. Web Pages, , Instant Messaging, Xbox Live, iTunes downloads, etc. are all part of.
HTML, XHTML, and CSS Sixth Edition Chapter 1 Introduction to HTML, XHTML, and CSS.
HTML. Principle of Programming  Interface with PC 2 English Japanese Chinese Machine Code Compiler / Interpreter C++ Perl Assembler Machine Code.
HTML PROJECT #1 Project 1 Introduction to HTML HTML Project 1: Introduction to HTML 2 Vocabulary Internet service provider (ISP) A company that has a.
HTML ~ Web Design.
The Internet. Network - Collection of computers and devices connected together via communications devices Internet - Worldwide collection of networks.
CIS 250 Advanced Computer Applications Internet/WWW Review.
The INTERNET Worldwide network of computers linked together.
Web Design (1) Terminology. Coding ‘languages’ (1) HTML - Hypertext Markup Language - describes the content of a web page CSS - Cascading Style Sheets.
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.
1 Chapter 01: Introduction by Tharith Sriv. This course covers the following topics:  Hypertext Markup Language (HTML)  Cascading Style Sheets  JavaScript.
Web Design. What is the Internet? A worldwide collection of computer networks that links millions of computers by – Businesses (.com.net) – the government.
How the Web Works Jenny Burson Courtesy of About Internet for Beginners Learn the Web
The Internet and World Wide Web Sullivan University Library.
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.
HTML Concepts and Techniques Fifth Edition Chapter 1 Introduction to HTML.
CSCI-235 Micro-Computers in Science The Internet and World Wide Web.
Chapter 1 Introduction to HTML, XHTML, and CSS HTML5 & CSS 7 th Edition.
Introduction to HTML Simple facts yet crucial to beginning of study in fundamentals of web page design!
Introduction to the World Wide Web & Internet CIS 101.
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.
Week-6 (Lecture-1) Publishing and Browsing the Web: Publishing: 1. upload the following items on the web Google documents Spreadsheets Presentations drawings.
Website Design and Construction Services and Standards.
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.
Web Page Programming Terms. Chapter 1 Objectives Describe Internet and Understand Key terms Describe World Wide Web and its Key terms Identify types and.
Basic Internet Skills. What is the internet? A large group of computers connected to one another Its purpose is to send information back and forth to.
HTML PROJECT #1 Project 1 Introduction to HTML. HTML Project 1: Introduction to HTML 2 Project Objectives 1.Describe the Internet and its associated key.
4.01 How Web Pages Work.
4.01 How Web Pages Work.
4.01 How Web Pages Work.
Chapter 10: Web Basics.
Objective % Select and utilize tools to design and develop websites.
Chapter 1 Introduction to HTML.
Warm Handshake with Websites, Servers and Web Servers:
Introduction to Computers
Project 1 Introduction to HTML.
Some Common Terms The Internet is a network of computers spanning the globe. It is also called the World Wide Web. World Wide Web It is a collection of.
Internet.
Objective % Select and utilize tools to design and develop websites.
Internet.
Computer Networks and Internet
Web Page Concept and Design :
Introduction to HTML Simple facts yet crucial to beginning of study in fundamentals of web page design!
Understand basic HTML and CSS terminology, concepts, and basic operations. Objective 3.01.
4.01 How Web Pages Work.
4.01 How Web Pages Work.
Presentation transcript:

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) – a Microsoft technology that is used to create dynamic content for a web page 3. Browser – a software application used to interpret HTML commands and display page content; the most popular is Internet Explorer

4. Cascading style sheets (CSS) – a mechanism for adding style (fonts, colors, spacing, etc.) to web documents 5. Frames – an HTML technique for combining two or more separate documents into a single screen 6. File transfer protocol (FTP)– one of the most common methods for transferring files over the Internet

7. Home page – it is the first page or main page of a web site 8. Hypertext markup language (HTML) – a basic markup language used for creating simple hypertext documents for the World Wide Web 9. Hyperlink – an element in an electronic document that links to another place in the same document or to an entirely new document

10. Internet – a global network connecting millions of computers 11. Internet protocol (IP) – the method by which data is sent from one computer to another on the Internet; each computer on the Internet has at least one IP address that uniquely identifies it from other computers 12. Search engine – a server (computer) or collection of servers dedicated to indexing internet web pages, storing the results in a database and returning lists of pages that match searched queries; ex. Google or Yahoo

13. Uniform resource locator (URL) – a unique address for each separate page accessible on the World Wide Web 14. World Wide Web Consortium (W3C) – a group established in October 1994 to help develop common protocols and promote the advancement of the World Wide Web

15. World Wide Web (WWW) – a way of accessing the vast collection of hyperlinked documents and information over the Internet 16. Tag – a HTML tag is a command written into a document that specifies how it should be formatted; a browser interprets the tags and outputs the intended command