MIS 425 Lecture 2 – HTML Navigation, Colors, tables and Styles Instructor: Martin Neuhard

Slides:



Advertisements
Similar presentations
Introduction to Web Design Lecture number:. Todays Aim: Introduction to Web-designing and how its done. Modelling websites in HTML.
Advertisements

HTML Basics Customizing your site using the basics of HTML.
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.
Cascading Style Sheets
Web Development & Design Foundations with XHTML Chapter 7 Key Concepts.
INTRODUCTORY Tutorial 7 Creating Liquid Layouts. XP Objectives Discern the differences among various types of layouts Create a liquid layout Create a.
Web Development & Design Foundations with XHTML Chapter 7 Key Concepts.
MIS 425 Lecture 1 – HTML Basics and Web Page Design Instructor: Martin Neuhard
16 HTML Tables and Frames Section 16.1 Create a basic table using HTML Define borders Merge cells Align content in tables Section 16.2 Create a frames-based.
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.
XHTML1 Tables and Lists. XHTML2 Objectives In this chapter, you will: Create basic tables Structure tables Format tables Create lists.
Web Page Development Identify elements of a Web Page Start Notepad
TC 310 The Computer in Technical Communication Dr. Jennifer Turns Week 5, Day 1 (10/28)
Let me control over my pages: Tables, Frames, and CSS.
COMP101 – Exploring Multimedia and Internet Computing LA2 (Thu 14:00 – 16:50) TA: Jackie Lo.
Creating Tables in a Web Site Using an External Style Sheet HTML5 & CSS 7 th Edition.
INSTRUCTIONAL SUPPORT SERVICES (ISS) SHORT COURSE, FALL 2012 UMSL Introduction to Web Page Design.
With Alex Conger – President of Webmajik.com FrontPage 2002 Level I (Intro & Training) FrontPage 2002 Level I (Intro & Training)
Creating Tables in a Web Site Using an External Style Sheet
Web Design HTML, Frontpage, DreamWeaver μέρος β ΠΡΥ019 - Πληροφορική Δρ.Βάσος Βασιλείου.
HTML & CSS A brief introduction. OUTLINE 1.What is HTML? 2.What is CSS? 3.How are they used together? 4.Troubleshooting/Common problems 5.More resources.
Tutorial 6 Creating Tables and CSS Layouts. Objectives Session 6.1 – Create a data table to display and organize data – Modify table properties and layout.
Creating A Simple Web Page. Step 1- Open Dreamweaver & Create A New Page (File New) and blank.
Building the User Interface by Using HTML5: Organization, Input, and Validation Lesson 3.
Copyright © Texas Education Agency, All rights reserved. 1 Web Technologies Website Development with Dreamweaver.
Macromedia Studio 8 Step-by-Step MACROMEDIA DREAMWEAVER 8 Project 2: Banking Site.
Using Styles and Style Sheets for Design
Chapter 18 Web Design April 16 th & 17 th. Content The most essential element of any Web page is the content Before you begin a Web page you want to know.
Creating your Webpage with tables. This is a 2 column by 1 row table!
Web Technologies Website Development Trade & Industrial Education
Learning HTML. HTML Attributes HTML elements can have attributes Attributes provide additional information about an element Class – specifies a class.
Website Development with Dreamweaver
11 HTML5 sharing St Bonaventure College & High School 31 May 2012.
Basic HTML Workshop By: Preeda Chunjongkolkul (Pete) Systems Librarian/Webmaster
Copyright © 2013 MyGraphicsLab / Pearson Education STRUCTURE AND HTML TAGS MyGraphicsLab: Adobe Dreamweaver CS6 ACA Certification Preparation for Web Communication.
Microsoft Expression Web-Illustrated Unit I: Working with Tables.
MIS 425 Lecture 3 – HTML 5 and CSS Instructor: Martin Neuhard
4 Chapter Four Introduction to HTML. 4 Chapter Objectives Learn basic HTML commands Discover how to display graphic image objects in Web pages Create.
Ali Alshowaish. What is HTML? HTML stands for Hyper Text Markup Language Specifically created to make World Wide Web pages Web authoring software language.
LEARNING HTML PowerPoint #1 Cyrus Saadat, Webmaster.
IT Introduction to Website Development Welcome!
CIS234A Lecture 8 Instructor Greg D’Andrea. Review Text Table contains only text, evenly spaced on the Web page in rows and columns uses only standard.
CHAPTER 5 Working with Data Tables and Inline Frames.
1 HTML Frames
Writing a Web Page. Using Frontpage FrontPage is a user-friendly WYSIWYG html editor. To begin, open the program and a new page. FrontPage is a user-friendly.
Copyright © Terry Felke-Morris WEB DEVELOPMENT & DESIGN FOUNDATIONS WITH HTML5 Chapter 7 Key Concepts 1 Copyright © Terry Felke-Morris.
HTML Basics. HTML Coding HTML Hypertext markup language The code used to create web pages.
What is HTML? HTML is a language for describing web pages. HTML stands for Hyper Text Markup Language HTML is not a programming language, it is a markup.
Positioning Objects with CSS and Tables
1 Preparation for site Create a folder in MyDocuments: beavercheese. Create a subfolder, images Classes, career, DW beginner Download.
Creating Web Pages with Links, Images, and Embedded Style Sheets
Before We Begin Please download the files from as we will be using them in our walkthroughs.
1 HTML. 2 Full forms WWW – world Wide Web HTTP – Hyper Text Transfer Protocol HTML – Hyper Text Markup Language.
Unit 15 – Web Authoring Web Authoring Project.
CONCEPTS FOR FLUID LAYOUT Web Page Layout. Essential Questions What challenges do mobile devices present to Web designers? What are the basic concepts.
CIS101 Introduction to Computing Week 07 Spring 2004.
Week 1: Introduction to HTML and Web Design
INTRO TO WEB DEVELOPMENT html
CSS HTML and website development.
Create and edit web pages 4
Organizing Content with Lists and Tables
Working with Tables: Module A: Table Basics
>> Introduction to CSS
HTML and Website Development
Introduction to web design discussing which languages is used for website designing
Styles and the Box Model
Fixed Positioning.
Introduction to HTML.
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.
Understand basic HTML and CSS terminology, concepts, and basic operations. Objective 3.01.
Presentation transcript:

MIS 425 Lecture 2 – HTML Navigation, Colors, tables and Styles Instructor: Martin Neuhard

Lecture Agenda Lecture 1 Recap Content Elements – Navigation – Tables – Bulleted lists Styles – Sizing Content Elements – Text Color – Text Sizing – Text font types 4 Pane Template Requirements Assignment 1

Lecture 1 Recap Simple HTML Embedding Images Organizing a web page – Form – Fit – Function

Navigation HTML Navigation consists mainly of hyper links Hyperlinks allow the user to reach another site or other areas within a site with 1 click Example: Absolute: Link Title Relative: Link Title

Add Navigation MIS 425 Welcome to Web Application Development Absolute: Binghamton University Relative: View Syllabus

Add Navigation Open Notepad Open lecture_1_e1.html Add Absolute navigation Absolute: Binghamton University Add Relative Navigation Relative: View Syllabus Save File as “lecture_2_e1.html”

Tables Tables are a formatting technique used in HTML Tables can be used to format content items (although s are more popular for formatting now Tables are mostly used now for formatting data Tags -- Defines the table area -- Defines a new row -- Defines a new column

Create a table MIS Syllabus Date Topic Assignment 09/11/2012 Panes, HTML navigation, colors, styles Assignment 1 Given 09/13/2012 Introduction to XHTML, CSS1 Questions on Assignment 1

Create a table Open lecture_1_e1.html in Notepad Save as lecture_2_e2.html Remove text below “MIS 425” and the Add the table Date Topic Assignment 09/11/2012 Panes, HTML navigation, colors, styles Assignment 1 Given 09/13/2012 Introduction to XHTML, CSS1 Questions on Assignment 1 Save file

Bulleted lists Bulleted lists can be used for listing content Bulleted lists can be ordered or unordered lists Ordered lists use numbers Unordered lists use bullets denotes an Ordered List denotes an Unordered List denotes a List Item

Bulleted List Example MIS 425 Welcome to Web Application Development Absolute: Binghamton University Relative: View Syllabus

Add Bullets Open lecture_2_e1.html in notepad Add the around the links Add the around the each link Remove the line break Absolute: Binghamton University Relative: View Syllabus Save the file

Styles

CSS basics CSS stands for Cascading Style Sheets It allows you to create a single file that will dictate the look and feel of your entire site It also allows for layout control. Inline styles are styles that are added to individual tags. style=“{style_name}: {parameters};”

Sizing Content Elements Styles can control the size of an Element, elements include tables and divs, among others Sizing can be relative or absolute (i.e.) percentage of screen width, or pixels Sizing is very important to screen layout and design Images are different:

Sizing Table MIS Syllabus Date Topic Assignment 09/11/2012 Panes, HTML navigation, colors, styles Assignment 1 Given 09/13/2012 Introduction to XHTML, CSS1 Questions on Assignment 1

Add Sizing Open lecture_2_e2.html in notepad Insert the styles in the Save the file Load in Browser Change the width of the browser screen, notice the table also changes widths (relative).

Image Resize MIS 425 Welcome to Web Application Development Absolute: Binghamton University Relative: View Syllabus

Add Sizing Open lecture_2_e1.html in notepad Insert the styles in the Save the file Load in Browser Change the width of the browser screen, notice the image does not change sizes (absolute).

Text Color/Text Size/Style You can change text color/Size with a tag. However this is more cumbersome usually than using styles. Text Content Use styles to change a font color in a bullet Cell Content

Bulleted List Example MIS 425 Welcome to Web Application Development Absolute: Binghamton University Relative: View Syllabus

Add Styles Open lecture_2_e1.html in notepad Insert the styles in the s Absolute: Binghamton University Relative: View Syllabus Save the file

Page Design

4 pane Template HEADER LEFT NAV CONTENT FOOTER

Requirements

Functional Requirements Requirements are what developers receive to code to Functional requirements are found in the form of Shall statements Example: The website shall contain 3 pages. Requirements usually go from Business Requirements to Functional Requirements Test Cases are build to test the functional requirements

Assignment 1 Build a website Choose your own topic, examples, music, travel, sports team, flowers, animals etc… Follow the requirements Scoring based solely on meeting requirements

Question & Answer