HTML Web Authoring Tonya L. DeZarn Janice Thompson Juana Wallace.

Slides:



Advertisements
Similar presentations
Chapter 3 – Web Design Tables & Page Layout
Advertisements

Introduction to HTML & CSS
Designing Websites Using HTML and FrontPage A Typical Webpage View Source A webpage is a text file containing instructions to tell a computer how the.
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.
INSTRUCTIONAL SUPPORT SERVICES (ISS) SHORT COURSE, FALL 2013 UMSL Introduction to Web Page Design.
Cascading Style Sheets
Cascading Style Sheets
กระบวนวิชา 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.
Web Design with Cascading Style Sheet Lan Vu. Overview Introduction to CSS Designing CSS Using Visual Studio to create CSS Using template for web design.
Introduction to Cascading Style Sheets (CSS) Module 2: HTML Basics LESSON 4.
Designing Websites Using HTML and FrontPage A Typical Webpage View Source A webpage is a text file containing instructions to tell a computer how the.
Streamlining Website Development in Dreamweaver Roger L. Runquist Western Illinois University Roger L. Runquist Western Illinois University.
CSS Basics LIS Webteam April 8, Why CSS? What’s wrong with HTML? Structure vs Style Early web design used hacks to style webpages with HTML – like.
The.htm/.html Mystery When saving the template files in Internet Explorer, they will be named.htm by default. To be consistent with how the code was written.
4.01 Cascading Style Sheets
Computing Concepts: CSS. Aims  To understand the uses of css  To understand the different types of css  To be able to create a css file  To be able.
IWebFolio Using a Template Tutorial Images in this tutorial:
INSTRUCTIONAL SUPPORT SERVICES (ISS) SHORT COURSE, FALL 2012 UMSL Introduction to Web Page Design.
Web Design is a class created to nurture the minds of high school techies, and introduce those without prior knowledge to the field.
Working with Text and Cascading Style Sheets Adobe Dreamweaver Chapter 3.
Getting Started with Dreamweaver
 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.
Chapter 11 Cascading Style Sheets: Part I The Web Warrior Guide to Web Design Technologies.
Cascading Style Sheets Dreamweaver. Styles Determine how the HTML code will display Determine how the HTML code will display Gives designers much more.
Copyright © Texas Education Agency, All rights reserved. 1 Web Technologies Website Development with Dreamweaver.
Copyright © Terry Felke-Morris WEB DEVELOPMENT & DESIGN FOUNDATIONS WITH HTML5 Chapter 3 Key Concepts 1 Copyright © Terry Felke-Morris.
Web Technologies Website Development Trade & Industrial Education
Website Development with Dreamweaver
1 What is CSS?  CSS stands for Cascading Style Sheets  Styles define how to display HTML elements  Styles are normally stored in Style Sheets  Styles.
ITCS373: Internet Technology Week 3: Introduction to CSS Dr. Faisal Al-Qaed.
 This presentation introduces the following: › 3 types of CSS › CSS syntax › CSS comments › CSS and color › The box model.
Css. Definition Cascading style sheet (CSS) Cascading Style Sheets (CSS) is a simple mechanism for adding style (e.g. fonts, colors, spacing) to Web documents.
Working with Cascading Style Sheets (CSS) Module 2: HTML Basics LESSON 5.
CO1552 – Web Application Development Cascading Style Sheets.
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)
JAOIT 8.  Dreamweaver is a program for creating web pages and managing websites without having to type HTML code.  WYSIWYG – What you see is what you.
HTML Authoring. Design  A good website starts its life in the design stage Layout, Color, Sound, Content, Functionality and Maintainability aspects are.
Presented by Graduate Design Group 2 Meredith, Jennifer, Cammay and Diane.
Cascade Style Sheet Introduction. What is CSS?  CSS stands for Cascading Style Sheets  Styles define how to display HTML elements  Styles were added.
Css. Definition Cascading style sheet (CSS)  It is a simple mechanism for adding style (e.g. fonts, colors, spacing) to Web documents.
INTRODUCTION TO CSS. TOPICS TO BE DISCUSSED……….  Introduction Introduction  Features of CSS Features of CSS  Creating Style Sheet Creating Style Sheet.
DHTML. What is it? Dynamic HTML. Not a standard unlike HTML or Java It is a term applied by both Netscape and Microsoft to a collection of technologies.
211 Multimedia Web Design Lesson 5/6 Dreamweaver Practice.
Cascading Style Sheets CSS. Source W3Schools
Introduction to CSS. Why CSS? CSS Provides Efficiency in Design and Updates CSS relatively easy to use Can give you more flexibility and control Faster.
Cascading Style Sheets
CSS Hadas Kahsay. Overview  What is CSS  Basic syntax of CSS Rules  How to link CSS style to html documents  Browsers and CSS  Advantages of CSS.
Style Sheets. Coding Style Sheets  Style sheets use RULES to create the style  A selector (a tag or user-defined style name)  and then declarations.
HTML Hyper Text Markup Language. The Basics u HTML documents contain “tags” which instruct the Browser software on how to present the information within.
Department of Computer Science, Florida State University CGS 3066: Web Programming and Design Spring
NASRULLAHIBA.  It is time to take your web designing skills to the next level with Cascading Style Sheets (CSS). They are a way to control the look and.
Microsoft Expression Web - Illustrated Unit A: Getting Started With Microsoft Expression Web.
COMP 143 Web Development with Adobe Dreamweaver CC.
HTML Hyper Text Markup Language. Agenda Basics Tools Important tags Tables & databases Forms Publishing at Stern.
What is CSS? A set of style rules that tell the web browser how to present a web page or document. – In earlier versions of HTML, style characteristics,
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 FOUNDATIONS CSS Overview. Outline  What is CSS  What does it do  Where are styles stored  Why use them  What is the cascade effect  CSS Syntax.
4.01 Cascading Style Sheets
Web Page Development Tools
Software Engineering for Internet Applications
Introduction to Cascading Style Sheets (CSS)
What are Cascading Stylesheets (CSS)?
Web Page Development Tools
Web Design and Development
Exercise 9 Skills You create and use styles to create formatting rules that can easily by applied to other pages in the Web site. You can create internal.
4.01 Cascading Style Sheets
Presentation transcript:

HTML Web Authoring Tonya L. DeZarn Janice Thompson Juana Wallace

HTML Overview How to begin Barebones HTML page Images, sound, background HTML Linking

Beginning-Tools Needed Text Editor-Notepad or Simple Text Web browser Internet access and password-protected account ( these are needed to publish to the WWW )

Basic Need to Know… Create pages as.html The first or main page is index.html. By default FTP used to upload files to the server in the public_html folder (note: computers recognize this folder as the main web folder by default) Best way to learn webpage building is by viewing other web pages (note: when using other’s work, get their permission and cite them )

Barebones HTML Page --tells computer this is a webpage file --metadata (general info not shown in page) page title, shown in upper left corner (note: the body is where all contents of a page go)

Images, sound, background Points to Remember -use non-glaring colors and non-distracting colors -not recommended for web pages unless you have a good reason to have it -Size of the image matters

Web Authoring Tools Once you mastered the basics of HTML, you can speed up the process by using special software designed to expedite Web page development, such as: FrontPage Dreamweaver Netscape Composer

Dreamweaver …is the professional choice for building web sites and applications. It provides a powerful combination of visual layout tools, application development features, and code editing support. This web authoring tool enables web designers and developers to easily create and manage any website.

Advantages of using Dreamweaver Saves time entering tedious HTML codes manually Split view of code/design: what-you-see-is-what-you- get Environment built around Cascading Style Sheets Property Inspector: enables quick, comprehensive property editing…and many other features that makes Dreamweaver the web authoring tool of choice

CSS Used to globally apply a style to your web page. Inline has the highest priority and external the lowest. Saves a lot of work and time!

CSS Syntax Pretty simple – selector {property:value} – i.e. p {font-family:arial} – The selector is usually the html tag you are defining – The property is the attribute you want to change – The value is how you want that attribute to look Be sure not to leave spaces between your property value units – i.e. p {font-size: 12 px} should be p {font-size: 12px}. Grouping – This defines attributes and values for multiple selectors - - another time saving tool! – i.e. h1,h2,h3,h4,h5,h6 {color:red; font-family: arial}

Properties you can define in a CSS Background Text Font Borders Margins Padding Lists

Words of Caution Not all browsers will support all the CSS defintions. Older browsers may not display items the way you intended. When you design your site, keep this in mind – Design the site to have the same meaning with or without the styles.

Layout Design Frames Layout Cells Tables

Website Design Tips Set goals Organize site structure

Design Tips (cont.) Create the look – Be consistent – Maintain design throughout the site so users aren’t confused. – Consider using named anchors Navigation scheme Planning and gathering assets