Separating activities

Slides:



Advertisements
Similar presentations
3.02B Authoring Languages 3.02 Develop webpages..
Advertisements

CSS The basics { }. CSS Cascading Style Sheets - language used to – describe html appearance & formatting Style Sheet - file that describes – how html.
Making Things Look Nice: Visual Appearance and CSS CMPT 281.
It’s All About Style The Basics of Style Sheets Presented by Barry Diehl.
Authoring Languages and Web Authoring Software 4.01 Examine web page development and design.
1 Lesson 5 Introduction to Cascading Style Sheets HTML and JavaScript BASICS, 4 th Edition Barksdale / Turner.
Cascading Style Sheets Understanding styles. The term cascading describe the capability of a local style to override a general style. CSS applies style.
Understand Web Page Development Software Development Fundamentals LESSON 4.1.
XHTML 16-Apr-17.
17-Jun-15 XHTML 2 What is XHTML? XHTML stands for Extensible Hypertext Markup Language XHTML is aimed to replace HTML.
LBSC 690: Session 6 CSS, XML/XSLT Jimmy Lin College of Information Studies University of Maryland Monday, October 15, 2007.
Copyright © 2003 Pearson Education, Inc. Slide 1-1 Created by Cheryl M. Hughes, Harvard University Extension School — Cambridge, MA The Web Wizard’s Guide.
4.01B Authoring Languages and Web Authoring Software 4.01 Examine webpage development and design.
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 12 Creating and Using XML Documents HTML5 AND CSS Seventh Edition.
Chapter 3 Working with Text and Cascading Style Sheets.
August Chapter 1 - Introduction Learning XML by Erik T. Ray Slides were developed by Jack Davis College of Information Science and Technology Radford.
Creating a Basic Web Page
NetTech Solutions Working with Web Elements Lesson 6.
Chapter 1 Understanding the Web Design Environment Principles of Web Design, 4 th Edition.
Week 1 Understanding the Web Design Environment. 1-2 HTML: Then and Now HTML is an application of the Standard Generalized Markup Language Intended to.
Bare bones notes. Suggested organization for main folder. REQUIRED organization for the 115 folder.
XHTML,XML M.Abdullah Mrian. What is the XHTML Why XHTML ?
HTML CSS JAVASCRIPT. HTML - Stands for Hyper Text Markup Language HTML is a ‘language’ that describes web pages. This language is a collection of codes.
XML TUTORIAL Portions from w3 schools By Dr. John Abraham.
Introduction to HTML Tutorial 1 eXtensible Markup Language (XML)
IT204 - Web Scripting and Authoring I Introduction to Dreamweaver Unit 6.
CIS 275—Web App Dev I XML. 2 Introduction to XMLXML XML stands for ________________________. HTML was designed to display data. XML was designed to _________.
Windows Presentation Foundation (WPF) Chapter 16 Dr. Abraham.
Waqas Anwar Next SlidePrevious Slide. Waqas Anwar Next SlidePrevious Slide XML XML stands for EXtensible Markup Language.
Introduction to XML This presentation covers introductory features of XML. What XML is and what it is not? What does it do? Put different related technologies.
XML Basics A brief introduction to XML in general 1XML Basics.
EXtensible Markup Language XML Question: What is the most common use of XML Answer: As a buzzword to spice up a resume.
Cascading Style Sheets CSS. Source W3Schools
DYNAMIC HTML What is Dynamic HTML: HTML code that allow you to change/ specify the style of your web pages. Example: specify style sheet, object model.
Tutorial 1 Developing a Basic Web Page. Objectives Learn the history of the Web and HTML Describe HTML standards and specifications Understand HTML elements.
Unit 5 - Cascading Style Sheets (CSS) XML - Level I Basic.
4.01B Authoring Languages and Web Authoring Software 4.01 Examine webpage development and design.
XML The Extensible Markup Language (XML ), which is comparable to SGML and modeled on it, describes how to describe a collection of data. A standard way.
CSS Cascading Style Sheets A very brief introduction CSS, Cascading Style Sheets1.
Copyright © 2004 ProsoftTraining, All Rights Reserved. Lesson 2: Markup Language and Site Development Essentials © 2007 Prosoft Learning Corporation All.
CSS THE MISSING MANUAL Introduction. Benefits of CSS Style sheets offer more formatting choices than are offered in straight HTML  EXAMPLE: When you.
Unit 5 The Web Book Test. Unit 5 Test The Web Book Test 1. On the bottom of page 46, why is writing web pages not like writing printed documents ?
CSS Introductions. Objectives To take control of the appearance of a Web site by creating style sheets. To use a style sheet to give all the pages of.
Blended HTML and CSS Fundamentals 3 rd EDITION Tutorial 1 Using HTML to Create Web Pages.
WEB 237 Week 1 DQ 1 Why is it important to test your web pages in various Web browsers? Explain how XML has impacted HTML. Check this A+ tutorial guideline.
Web Basics: HTML/CSS/JavaScript What are they?
4.01 How Web Pages Work.
Project 1 Introduction to HTML.
Creating an XSLT Style Sheet for Formatting Data
The Object-Oriented Thought Process Chapter 11
4.01B Authoring Languages and Web Authoring Software
Chapter 1 Introduction to HTML.
Responsive Web Pages.
>> Introduction to CSS
W3C Web standards and Recommendations
CX Introduction to Web Programming
Project 1 Introduction to HTML.
The Internet and HTML Code
Cascading Style Sheets (CSS)
3.02B Authoring Languages 3.02 Develop webpages..
HTML Basics and CSS style
Microsoft Office Illustrated
Prepared for Md. Zakir Hossain Lecturer, CSE, DUET Prepared by Miton Chandra Datta
Unit 6 The Web Book Test.
4.01B Authoring Languages and Web Authoring Software
3.02B Authoring Languages 3.02 Develop webpages..
Starting to develop a website
What is HTML?.
HTML and CSS Basics.
Presentation transcript:

Separating activities By Dave Sullivan

Consider the following questions: Part 1: Describe W3C is and what it does with as much specificity as you can.  Part 2: If this group does it job well (something that is doubtful), describe the sort of benefits or positive outcomes that are likely. This illustrates why authoring and editing need to be separate …

Consider difficulty of creating a phone system from scratch Finding recent articles about this topic may be hard … What would good sources of information be?

Two ways to create a payroll program: Code Checks Processing Data Code Checks Processing Data

CSS – Cascading Style Sheets One file contains descriptions of various formatting styles Many other files contain web pages and reference the CSS file. Here is a CSS Tutorial

XML vs. HTML HTML: all formatting codes and content are merged in one common file. (See HTML vs. XML example) XML: Uses a DTD file to store standard definitions of tags used in an application (see Introduction to DTD) (Likely) Uses CSS to store formatting instructions Uses HTML file to store content to appear on screen with tags that reference the DTD.

Concluding thoughts How we describe and exchange data affects how we think, interact, and move forward as a society ...