Objective % Select and utilize tools to design and develop websites.

Slides:



Advertisements
Similar presentations
HTML Basics Customizing your site using the basics of HTML.
Advertisements

© 2011 Delmar, Cengage Learning Chapter 1 Getting Started with Dreamweaver.
Introduction to HTML & CSS
4.01 How Web Pages Work.
Developing a Web Site: Links Using a link is a quicker way to access information at the bottom of a Web page than scrolling down A user can select a link.
Objective Understand web-based digital media production methods, software, and hardware. Course Weight : 10%
HTML and Web Page Design Presented by Frank H. Osborne, Ph. D. © 2005 ID 2950 Technology and the Young Child.
Macromedia Dreamweaver 4 Advanced Level Course. Add Rollovers Rollovers or mouseovers are possibly the most popular effects used in designing Web pages.
IST 221 Internet Concepts and Applications Internet, WWW and HTML 1.
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.
What is Web Design The term “web design” has come to encompass a number of disciplines, including: Visual (graphic) design User interface and experience.
Tutorial 3: Adding and Formatting Text. 2 Objectives Session 3.1 Type text into a page Copy text from a document and paste it into a page Check for spelling.
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
The Internet & The World Wide Web Notes
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.
Web Design Basic Concepts.
 Using Microsoft Expression Web you can: › Create Web pages and Web sites › Set what you site will look like as you design it › Add text, images, multimedia.
What is Web Design?  Web design is the creation of a Web page using hypertext or hypermedia to be viewed on the World Wide Web.
Chapter 4 Dreamweaver: Part II The Web Warrior Guide to Web Design Technologies.
Copyright © Texas Education Agency, All rights reserved. 1 Web Technologies Website Development with Dreamweaver.
© Cheltenham Computer Training 2001 Macromedia Dreamweaver 4 - Slide No 1 Macromedia Dreamweaver 4 Advanced Level Course.
Links in HTML. Hyperlinks or links Millions of linked web pages make up the World Wide Web Used to connect a web page to another web page on the same.
Web Technologies Website Development Trade & Industrial Education
The Internet and the World Wide Web. The Internet A Network is a collection of computers and devices that are connected together. The Internet is a worldwide.
Website Development with Dreamweaver
Programming in HTML.  Programming Language  Used to design/create web pages  Hyper Text Markup Language  Markup Language  Series of Markup tags 
LEARN THE QUICK AND EASY WAY! VISUAL QUICKSTART GUIDE HTML and CSS 8th Edition Chapter 6: Links.
HTML. Principle of Programming  Interface with PC 2 English Japanese Chinese Machine Code Compiler / Interpreter C++ Perl Assembler Machine Code.
Web Design (1) Terminology. Coding ‘languages’ (1) HTML - Hypertext Markup Language - describes the content of a web page CSS - Cascading Style Sheets.
IT: Web Technologies: Web Animation 1 Copyright © Texas Education Agency, All rights reserved. 1 Web Technologies Designing Web Site Layout Using.
Use CSS to Implement a Reusable Design Selecting a Dreamweaver CSS Starter Layout is the easiest way to create a page with a CSS layout You can access.
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.
Links in HTML What you need to know….. Hyperlinks or links Millions of linked web pages make up the World Wide Web Used to connect a web page to another.
Asstt. Prof Sonia Sharma Computer Dept 1 HTML ( Hypertext MarkUP Language ) HTML is the lingua franca for publishing hypertext on the World Wide Web.
HTML Concepts and Techniques Fifth Edition Chapter 1 Introduction to HTML.
CHAPTER TWO HTML TAGS. 1.Basic HTML Tags 1.1 HTML: Hypertext Markup Language  HTML stands for Hypertext Markup Language.  It is the markup language.
© ExplorNet’s Centers for Quality Teaching and Learning 1 Objective % Understand advanced production methods for web-based digital media.
XP 1 Charles Edeki AIU Live Chat for Unit 2 ITC0381.
Understanding Web-Based Digital Media Production Methods, Software, and Hardware Objective
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)
COMP 143 Web Development with Adobe Dreamweaver CC.
G046 – Lecture 2A Recognising Web-Technologies Mr C Johnston ICT Teacher
Creating Web Documents CSS examples (do more later) Lab/Homework: Read chapters 15 & 16. Work on Project 3, do postings.
4.01 How Web Pages Work.
Getting Started with HTML
4.01 How Web Pages Work.
Web Basics: HTML/CSS/JavaScript What are they?
4.01 How Web Pages Work.
Project 1 Introduction to HTML.
Objective % Select and utilize tools to design and develop websites.
Chapter 1 Introduction to HTML.
Chapter 2 Developing a Web Page.
© 2016 Pearson Education, Inc., Hoboken, NJ. All rights reserved.
Objectives Overview Discuss tools for creating a website, such as text editors, code editors, and content management systems, and when to use each Explain.
Unit 2, Lesson 5 Website Development Tools
Getting Started with Dreamweaver
Introduction to web design discussing which languages is used for website designing
Unit 2, Lesson 5 Website Development Tools
Hyperlinks, Images and Tables
Objective Understand web-based digital media production methods, software, and hardware. Course Weight : 10%
Teaching slides Chapter 6.
Understand basic HTML and CSS terminology, concepts, and basic operations. Objective 3.01.
Computer communications
5.00 Apply procedures to organize content by using Dreamweaver. (22%)
4.01 How Web Pages Work.
IDT Links in HTML What you need to know….
4.01 How Web Pages Work.
4.00 Apply procedures to add content by using Dreamweaver. (22%)
Presentation transcript:

Objective 207.02 8% Select and utilize tools to design and develop websites.

Common Web Design Languages Hypertext Markup Language (HTML) Basic framework for all web design. Written using “tags” that a web browser uses to interpret the code and generate the content on the webpage. Tags denote structured elements like headings, paragraphs, lists, etc.

Common Web Design Languages Cascading Style Sheets (CSS) Separates layout and design features (color scheme, fonts, menu styles, etc.) from the actual content of the website. Easiest way to make site- wide design changes. CSS file combines with HTML file to create a complete website.

Common Web Design Languages JavaScript Client-side web development. Creates standalone computer actions that run entirely on the user’s machine. Quicker and more secure.

Common Web Design Languages PHP-server-side Web Development Connects an HTML file to a database of information on an external server. Creates dynamic websites with enhanced user interactivity.

Common Web Design Languages Adobe Flash Commonly used to create Internet games and advertisements. Animation, audio, and video capability. Allow for enhanced design features.

Web Design Production Terms Root Folder A central location of storage for every file involved in designing a website; allows the website to be moved from computer to computer. Wireframe (Skeleton) A visual guide to how web page content will be organized; assists in the arrangement and scaling of design components. Similar to storyboarding in animation or video.

Web Design Production Terms Graphics Optimization Designing and exporting graphics with the specific purpose of using it on a website; allows for quicker loading times. Adobe PhotoShop has save for Web or optimize options.

Web Design Production Terms Alternative Text Textual descriptions of graphics and other design components on a web page; aids in search engine optimization. Image Map A single graphic that is divided into sections and linked to different locations. Hotspot Specify a particular area as a link; can be drawn over a block of space, words, or an image.

Web Design Production Terms Rollover Feature that indicates interactivity to the user; normally causes a component of a web page to visually change when the user’s cursor hovers over it. Web Form An interactive feature that allows a user to submit information.

Advanced Style Sheet Terms Class Style Used to specify a style for a group of components in a website; allows you to set up a particular style for many HTML elements tagged with the same class. ID Style Used to specify a style for a single, unique element in a website.

Advanced Style Sheet Terms Internal Style Sheet A CSS document contains the design properties of the website. Embedded into the HTML file so can be moved with the website files. External Style Sheet Housed separately from the HTML file and therefore can be attached to many different websites.

Advanced Hyperlink Terms Absolute Link Contain a complete web address; always includes domain name of website. Great explanation here! http://www.coffeecup.com/help/articles/absolut e-vs-relative-pathslinks/ Absolute Paths Examples http://www.mysite.com http://www.mysite.com/graphics/image.png

Advanced Hyperlink Terms Relative Link Starts from the home page or root folder of the website and creates a path to the destination of the link. Relative Paths Examples index.html /graphics/image.png

Advanced Hyperlink Terms Email Link (mailto) Does not link to an Internet location; causes the user’s computer to open the default email program and prepares a blank email to the specified address.

Advanced Hyperlink Terms Link Target Specifies the window or frame the link will open in: _self -- opens in the same window and frame. _top -- opens in the same window, making the frame full size. _parent -- opens in the parent page’s frame. _blank -- opens in a new window and frame.