Web Design. Learning Objectives To familiarize you with the structure of HTML (HyperText Markup Language) To identify some of the qualities of good web.

Slides:



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

Intro to HTML. HTML HTML = HyperText Markup Language Used to define the content of a webpage HTML is made up of tags and attributes Content.
HTML popo.
Introduction to HTML & CSS
Intro To Cascading Style Sheets By Mario Yannakakis.
CSS Cascading Style Sheets. Objectives Using Inline Styles Working with Selectors Using Embedded Styles Using an External Style Sheet Applying a Style.
CSS. CSS stands for Cascading Style Sheets Styles define how to display HTML elements Styles were added to HTML 4.0 to solve a problem External Style.
Ideas to Layout Beginning web layout using Cascading Style Sheets (CSS). Basic ideas, practices, tools and resources for designing a tableless web site.
Cascading Style Sheets
Today CSS HTML A project.
Making Things Look Nice: Visual Appearance and CSS CMPT 281.
Cascading Style Sheets. CSS stands for Cascading Style Sheets and is a simple styling language which allows attaching style to HTML elements. CSS is a.
กระบวนวิชา CSS. What is CSS? CSS stands for Cascading Style Sheets Styles define how to display HTML elements Styles were added to HTML 4.0 to.
Cascading Style Sheets Understanding styles. The term cascading describe the capability of a local style to override a general style. CSS applies style.
HTML and Web Page Design Presented by Frank H. Osborne, Ph. D. © 2005 ID 2950 Technology and the Young Child.
Create Unordered and Ordered lists Cascading Style Sheets Insert and align Graphics Image enhancements Background images and site maintenance Working with.
Lecture 2B: HTML and CSS IT 202—Internet Applications Based on notes developed by Morgan Benton.
HTML Introduction HTML
4.01 Cascading Style Sheets
Css a web designer’s friend!. What is css? Simple “language” for formatting documents written in markup languages Stands for cascading style sheets, referring.
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.
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.
Basics of HTML.
 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.
Creating a Simple Page: HTML Overview
Cascading Style Sheets (CSS) Instructor: Mr. Ahmed Al Astal ITGD4104 Department Requirement for senior student University of Palestine Faculty of IT.
Dreamweaver MX. 2 Creating External Style Sheets-1 (p. 400) n A style is a group of formatting attributes identified by a single name. n An ________ style.
 ult.htm ult.htm  This website illustrates the use of CCS (style sheets)
Different ways to implement CSS. There are four different ways to use CSS in your web pages: – Inline CSS – Embedded CSS/Internal CSS – Linked CSS/External.
_ HTML, XHTML & CSS Sami Niemelä | Module 1: Introduction to digital media: Day 02.
The Characteristics of CSS
Cascading Style Sheets. Defines the presentation of one or more web pages Similar to a template Can control the appearance of an entire web site giving.
Learning Web Design: Chapter 4. HTML  Hypertext Markup Language (HTML)  Uses tags to tell the browser the start and end of a certain kind of formatting.
Styling and theming Build campaigns in style. What we'll look at... How a web document is structured How HTML and CSS fit together Tools you will need.
XHTML. Introduction to XHTML What Is XHTML? – XHTML stands for EXtensible HyperText Markup Language – XHTML is almost identical to HTML 4.01 – XHTML is.
I NTRO TO CSS IAT100 Spring I NTRO TO CSS Covered in this lesson: Overview What is CSS? Why to use CSS? CSS for Skinning your Website Structure.
Lesson 2 Adding more content to your web page. Thanks to Richard Hudnutt, Luella HS.
INTRODUCTION TO CSS. OBJECTIVES: D EFINE WHAT CSS IS. K NOW THE HISTORY OF CSS. K NOW THE REASON WHY CSS IS USED. CSS SYNTAX. CSS ID AND CLASS.
CSS CSS is short for C ascading S tyle S heets. It is a new web page layout method that has been added to HTML to give web developers more control over.
CSS Basic (cascading style sheets)
 cascade Style Sheets (CSS) is a mark-up language that was first proposed in 1994 by Håkon Wium Lie. CSS works in conjunction with HTML to greatly increase.
Cascading Style Sheets in.NET Lilian Kiilu, Client/Server & Web Applications, Coms 463/563, Section 1pm, Fall 2005, November 16 th 2005.
ECA225 Applied Interactive Programming Cascading Style Sheets, pt 1 ECA 225 Applied Online Programming.
DIV, Span, CSS.
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.
CSS Cascading Style Sheets A very brief introduction CSS, Cascading Style Sheets1.
Microsoft Expression Web 3 – Illustrated Unit D: Structuring and Styling Text.
How to… Cascading Style Sheets. How to Insert a Style Sheet When a browser reads a style sheet, it will format the document according to it. There are.
SERVER web page repository WEB PAGE instructions stores information and instructions BROWSER retrieves web page and follows instructions Server Web Server.
Cascading Style Sheets (CSS) EXPLORING COMPUTER SCIENCE – LESSON 3-5.
Practice for Chapter 3: Assume that you are a freelance web designer and need to create a website to promote your freelance company.
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.
HTML5 and CSS3 Illustrated Unit C: Getting Started with CSS.
Chapter 4 and 5. Objectives Introduce markup: elements and attributes How browsers interpret HTML documents Basic structure of HTML document What do style.
1 Introduction to HTML. 2 Definitions  W W W – World Wide Web.  HTML – HyperText Markup Language – The Language of Web Pages on the World Wide Web.
CM143- WEB CM143-WEB Page Layout live sites HTML Images User Considerations Planning Navigation CSS Architecture File Management Cascading Style Sheets.
CASCADING STYLE SHEET CSS. CSS stands for Cascading Style Sheets Styles define how to display HTML elements Styles were added to HTML 4.0 to solve a problem.
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.
Web Basics: HTML/CSS/JavaScript What are they?
Getting Started with CSS
INTRODUCTION TO HTML5.
Introduction to web design discussing which languages is used for website designing
CASCADING STYLE SHEET CSS.
Cascading Style Sheets - Building a stylesheet
What are Cascading Stylesheets (CSS)?
Tutorial 3 Working with Cascading Style Sheets
Web Design and Development
Understand basic HTML and CSS terminology, concepts, and basic operations. Objective 3.01.
Cascading Style Sheets - Building a stylesheet
Web Programming and Design
Presentation transcript:

Web Design

Learning Objectives To familiarize you with the structure of HTML (HyperText Markup Language) To identify some of the qualities of good web design To gain experience using a WYSIWYG HTML editor (What You See Is What You Get) To use CSS (Cascading Style Sheets) to control the formatting of your HTML web page

Basic Rules of HTML HTML tags are enclosed by brackets for example Most tags require a closing tag … Tags must be nested correctly (first tag on, last tag off): My Library Web Site HTML treats all white space as a single blank space; spacing can be controlled using tags, transparent gifs, or CSS … TAGattributevalueclosing tag

Standard HTML Tags ALSO: Text (paragraph) (break) (horizontal rule) Text Link (link) (image)

Standard HTML Attributes Attributes can be added to most tags. align=“value” (center, right, left) valign=“value”(top, middle, bottom) border=“value”(1,2,3... ) bgcolor=“value”; color=“value”(#0000FF; blue) background=“value”([image url]) width=“value”; height=“value”(150; 80%) alt=“value”([user defined]) The following are used in conjunction with CSS: id=“value”; class=“value”([user defined])

Basic Rules of CSS A CSS contains definitions made of a selector, property, and value p {font-size:12px;} Styles can be placed in an external style sheet or can be “in-line” “(inside the HTML). HTML tags can be given classes (.) and IDs (#). IDs should be unique to a page. Attributes “cascade,” which means that they can be inherited by selectors “lower” in the hierarchy

The Power of CSS CSS allows you to store much of the page formatting information in a separate file that you then simply point your HTML to Doing this allows you to keep your HTML code clean and lets you update many HTML files at once. CSS Zen Garden

Steps to Good Web Design Follow best practices (menus at left or top, interactive links) Avoid gimmicks (such as splash pages, scrolling marquees, animated gifs, music) Think access and usability first Make sites easy to maintain Keep things organized

Being able to “tag” documents effectively will become an increasingly important task for professional writers de/stm/

Examples of Bad Web Design Angelyn Staffing Superior Court of California PJP II – Vatican Archived Brown University Page Howard Systems SBs The Cheat Page

XML Patrick Janice Very Don't forget this weekend!

Web Design Tools Fangs Screen Reader Emulator: Firefox Web Developer Toolbar: NVU – free WYSIWYG Editor