Basic Web Design UVI CELL Dave Gilliss Dave Gilliss

Slides:



Advertisements
Similar presentations
Introduction to HTML
Advertisements

Anatomy of a Web Page. Parts of a Web Page Title Bar Navigation Tool Bar Location Bar Header Graphic/Image Text Horizontal Rule Links.
HTML I. HTML Hypertext mark-up language. Uses tags to identify elements of a page so that a browser such as Internet explorer can render the page on a.
HTML popo.
Internet Services and Web Authoring (CSET 226) Lecture # 5 HyperText Markup Language (HTML) 1.
Html: getting started HTML is hyper text markup language. It is what web browsers look at on the Internet. HTML documents should be created in a simple.
Unit 3 Day 4 FOCS – Web Design. No Journal Entry.
Hyper Text Markup Language.  HTML is a language for describing web pages.  HTML stands for Hyper Text Markup Language  HTML is not a programming language,
WeB application development
ASHIMA KALRA.  WHAT IS HTML WHAT IS HTML  HTML TAGS HTML TAGS  FORMATTING TAGS FORMATTING TAGS.
HTML / CSS – Basics Why the heck are we doing this?
INTRODUCTION TO HYPERTEXT MARKUP LANGUAGE 1. Outline  Introduction  Markup Languages  Editing HTML  Common Tags  Headers  Text Styling  Linking.
5/8/ Dreamweaver 8 Basics. 5/8/ What is Dreamweaver? Visually Design Web Pages Used by Professionals As well as Beginners HTML Editor.
Creating a Web Page HyperText Markup Language. HTML Documents  Created using any text editor  Notepad  Vi, Pico, or Emacs  If using word-processor,
HTML Introduction HTML
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.
How can basic HTML sites be improved?. The Difference Between Hyper Text Markup Language Is a markup language for describing web pages Is used to create.
 Definition of HTML Definition of HTML  Tags in HTML Tags in HTML  Creation of HTML document Creation of HTML document  Structure of HTML Structure.
With Alex Conger – President of Webmajik.com FrontPage 2002 Level I (Intro & Training) FrontPage 2002 Level I (Intro & Training)
Web Development 311 Fall : Fall Why web pages? Most companies have intranets, extranets, and web sites Content can be changed quickly and.
CPSC 203 Introduction to Computers Lab 39, 40 By Jie (Jeff) Gao.
Basics of HTML.
Presenting Information on WWW using HTML. Presenting Information on the Web with HTML How Web sites are organized and implemented A brief introduction.
HTML. We’ll learn … What HTML is What tags are What a basic web page looks like What 3 HTML tags are required What HTML comments look like How to title.
Web Design Using HTML Codes. WHAT DO I NEED TO BEGIN DESIGNING A HOME PAGE? 1.YOU NEED A FOLDER (also called a DIRECTORY) You should set up a folder or.
Basic HTML Hyper text markup Language. Re-cap  … - The tag tells the browser that this is an HTML document The html element is the outermost element.
Amber Annett David Bell October 13 th, What will happen What is this business about personal web pages? Designated location of your own web page.
HTML INTRODUCTION, EDITORS, BASIC, ELEMENTS, ATTRIBUTES.
HTML. WHAT IS HTML HTML stands for Hyper Text Markup Language HTML is not a programming language, it is a markup language A markup language is a set of.
Chapter 4 (through page 110) Fluency with Information Technology 4 th edition by Lawrence Snyder (slides by Deborah Woodall : 1.
OBJECTIVES  What is HTML  What tools are needed  Creating a Web drive on campus (done only once)  HTML file layout  Some HTML tags  Creating and.
Html Basic Codes Week Two. Start Your Text Editor Windows use 'Notepad’ Macintosh use 'Simple Text'
Introduction to HTML. What is a HTML File?  HTML stands for Hyper Text Markup Language  An HTML file is a text file containing small markup tags  The.
XP New Perspectives on The Internet, Sixth Edition— Comprehensive Tutorial 8 1 Creating Effective Web Pages Creating HTML Documents Tutorial 8.
15.1 Fundamentals of HTML.
Just Enough HTML How to Create Basic HTML Documents.
HTML Hyper Text Markup Language. What is an HTML File?  HTML stands for Hyper Text Markup Language  An HTML file is a text file containing small markup.
HTML INTRODUCTION. What is HTML?  HTML stands for Hypertext Markup Language  Developed in 1990  Hidden code that helps us communicate with others on.
Basic HTML PowerPoint How Hyper Text Markup Language Works.
Introduction to HTML. Slide 1 Hard-Coding What is hard-coding? –Creating the page in a text editor just using HTML A Web designer should know how to hard-
IS1811 Multimedia Development for Internet Applications Lecture 4: Introduction to HTML Rob Gleasure
Web Design 3080 – Week 2 More Fun With Delicious.com Setting up a ‘network’. 1.Go to Delicious.com and sign up for a personal account 2.Once your account.
1 Creating Web Pages Part 1. 2 OVERVIEW: HTML-What is it? HyperText Markup Language, the authoring language used to create documents on the World Wide.
Introduction to web development and HTML MGMT 230 LAB.
HTML Structure & syntax. Introduction This presentation introduces the following: Doctype declaration HTML Tags, Elements and Attributes Sections of a.
CPSC 203 Introduction to Computers Lab 33 By Jie Gao.
HTML— More Tags, Formatting, and Lists. Formatting Tags  Bold  Italics  Underline  Big text  Small text  Subscript (H 2 O)  Superscript (10 3 )
WRA 210: MODULE 3 &PORTFOLIO SESSION 2: STUFF TO REMEMBER Do the readings. It helps, seriously. Ask questions. It’s OK to interrupt me (not others).
CPSC 203 Introduction to Computers Lab 66 By Jie Gao.
HTML Basics Computers. What is an HTML file? *HTML is a format that tells a computer how to display a web page. The documents themselves are plain text.
HTML. Hyper Text Markup Language Markup your text document The markup is the tag Hyper text means you can jump from place to place.
HTML HyperText Markup Language. Text Files An array of bytes stored on disk Each element of the array is a text character A text editor is a user program.
HTML Basics. HTML Coding HTML Hypertext markup language The code used to create web pages.
Web programming Part 1: HTML 由 NordriDesign 提供
Web Authoring with Dreamweaver. Unit Objectives  Be able to define keywords: HTML, HTTP (protocol), browser, web server, client/server, tag, attribute,
HTML Assoc. Prof. Rozinah Jamaludin 28 January 2010.
Building a Web Page. Create A New Folder  Right click on the desktop and select New / Folder  Name the folder playpen.
HTML HYPER TEXT MARKUP LANGUAGE. INTRODUCTION Normal text” surrounded by bracketed tags that tell browsers how to display web pages Pages end with “.htm”
1 2/16/05CS120 The Information Era Chapter 4 Basic Web Page Construction TOPICS: Intro to HTML and Basic Web Page Design.
HTML Review * is used as a reference for most of the notes in this powerpoint.
HTML: Hypertext Markup Language The language to make web pages 0.
HTML – The Basics Rebecca Shillingburg
HTML. INDEX Introduction to HTML Creating Web Pages Commands And Tags Web Page.
Web Design – Week 2 Introduction to website basics Website basics: How the Web Works Client / server architecture Packet switching URL components.
HTML. Hyper Text Markup Language Markup your text document The markup is the tag Hyper text means you can jump from place to place Programming language.
HTML And the Internet. HTML and the Internet ► HTML: HyperText Markup Language  Language in which all pages on the web are written  Not Really a Programming.
Objectives At the end of this session students will: Define the following terms in two sentences or less Website Web page Browser Html URL Hyperlink Explain.
Introduction to HTML.
WEB PAGES: CREATING AND MAINTAINING **
What is HTML?.
Presentation transcript:

Basic Web Design UVI CELL Dave Gilliss Dave Gilliss

Your Web Site  What is the goal of your site?  Inform  Sell  Display  Who is your audience?  Why are they coming to your site?  What is the goal of your site?  Inform  Sell  Display  Who is your audience?  Why are they coming to your site?

Brainstorming  Think of all the items that will help your site meet your objectives  Photos of items or people  Staff bios  Hours of operation  Physical and mailing address  Phone numbers  Links to other sites  etc.  Think of all the items that will help your site meet your objectives  Photos of items or people  Staff bios  Hours of operation  Physical and mailing address  Phone numbers  Links to other sites  etc.

Brainstorming (continued)  Try not to think in terms of “Pages” at this point  Be as specific as you can  There are NO wrong answers or items in brainstorming  Try not to think in terms of “Pages” at this point  Be as specific as you can  There are NO wrong answers or items in brainstorming

Information Architecture (IA)  Organize data into logical and intuitive groups  Write down all the elements and ideas from the brainstorming session on index cards or post-it notes  Move the cards around until groups are finalized  Name groups as specifically as you can  Begin gathering the actual content for each element on the cards (this can take a long time if others are responsible for content so it’s best to ask for it before you actually need it!)  Organize data into logical and intuitive groups  Write down all the elements and ideas from the brainstorming session on index cards or post-it notes  Move the cards around until groups are finalized  Name groups as specifically as you can  Begin gathering the actual content for each element on the cards (this can take a long time if others are responsible for content so it’s best to ask for it before you actually need it!)

Best Practices or things that I’ve learned the hard way  The homepage should always be named  default.html or  index.html  Always test to make sure these work as some web servers use a different name for the default document  Never use spaces in a file or folder name  Use “contact_page.html” or “ContactPage.html”  NOT “contact page.html”  The homepage should always be named  default.html or  index.html  Always test to make sure these work as some web servers use a different name for the default document  Never use spaces in a file or folder name  Use “contact_page.html” or “ContactPage.html”  NOT “contact page.html”

Best Practices or things that I’ve learned the hard way (continued)  Create directories with descriptive names that are easy to understand  Such as “bios” or “StaffBios”  The default page for each directory should be named either:  default.html or  index.html  This makes it easy to give out links that bypass the homepage    Create directories with descriptive names that are easy to understand  Such as “bios” or “StaffBios”  The default page for each directory should be named either:  default.html or  index.html  This makes it easy to give out links that bypass the homepage  

Best Practices or things that I’ve learned the hard way (continued)  Store images and photos in an “images” directory  Can mirror your main directory structure in a central location  /images/staff/  Or you can store them in the sub directory of each of your main directories  /staff/images/  Store images and photos in an “images” directory  Can mirror your main directory structure in a central location  /images/staff/  Or you can store them in the sub directory of each of your main directories  /staff/images/

Basic HTML Hyper-Text Markup Language

Writing HTML  You can use any word processor or text editing program on a PC or Mac  Notepad  MS Word  Word Pad  You can use any word processor or text editing program on a PC or Mac  Notepad  MS Word  Word Pad

Saving a HTML File in Word  Using MS Word  Select “Save as” from the file menu  Save document as “Text”  Extension should always be.html  Using MS Word  Select “Save as” from the file menu  Save document as “Text”  Extension should always be.html

Saving a HTML File in a Text Editor - Notepad  Text is already in correct format  No margin, borders, or text styles are saved in a plain text editor  No need to select “Save as” each time  Save file with.html extension  Text is already in correct format  No margin, borders, or text styles are saved in a plain text editor  No need to select “Save as” each time  Save file with.html extension

HTML Text Tags  Tags are items that tell a web browser how to display information on the web page  Most tags have 2 parts  On  Off  The first tag (on) tells the browser to do something  The second tag (off) tells the browser to stop  The will make the text bold but only inside the two tags  Tags are items that tell a web browser how to display information on the web page  Most tags have 2 parts  On  Off  The first tag (on) tells the browser to do something  The second tag (off) tells the browser to stop  The will make the text bold but only inside the two tags

Common HTML Tags  Text tags  Bold  Italics  Layout tags  Paragraph break  Leaves a space between lines of text  Line break  Any text following this tag will be on the line directly below it  Horizontal rule  Places a thin rule across the page  Text tags  Bold  Italics  Layout tags  Paragraph break  Leaves a space between lines of text  Line break  Any text following this tag will be on the line directly below it  Horizontal rule  Places a thin rule across the page

Basic HTML Page Tags  All pages should have the tag first and last on a page  The of the page goes next  The title is the text which will appear in the bar at the very top of the web page  A good title is very important, so be sure to make it accurate and meaningful (much more on this later)  All pages should have the tag first and last on a page  The of the page goes next  The title is the text which will appear in the bar at the very top of the web page  A good title is very important, so be sure to make it accurate and meaningful (much more on this later)

My First HTML Page <HTML> My first HTML page My first HTML page This is my first HTML page I can write in Bold I can write in Italics Or I can write in both </HTML>

My First HTML Page with all tags <HTML> My first HTML page My first HTML page This is my first HTML page This is my first HTML page I can write in Bold I can write in Bold I can write in Italics I can write in Italics Or I can write in both! Or I can write in both! </HTML>

My First HTML Page Results This is my first HTML page I can write in Bold I can write in Italics Or I can write in both!

Resources and Readings for Week 2