Intro to MIS – MGS351 Building a Webpage. Chapter Overview m The World Wide Web – Web servers, Web browsers and Web pages m HTML Introduction m Using.

Slides:



Advertisements
Similar presentations
HyperText Markup Language (HTML). Introduction to HTML Hyper Text Markup Language HTML Example The structure of an HTML document Agenda.
Advertisements

Website Design.
INTRO TO THE WWW. What is the World Wide Web? The World Wide Web (WWW) is most often called the Web. The World Wide Web (WWW) is most often called the.
Hypertext Markup Language. Platform: - Independent  This means it can be interpreted on any computer regardless of the hardware or operating system.
CIS101 Introduction to Computing Week 05. Agenda Your questions Exam next week - Excel Introduction to the Internet & HTML Online HTML Resources Using.
CIS101 Introduction to Computing Week 05. Agenda Your questions CIS101 Survey Introduction to the Internet & HTML Online HTML Resources Using the HTML.
CIS101 Introduction to Computing
Web Design MGS 351- Renee Cerullo. What makes the Internet work HTTP - Hyper Text Transfer Protocol DNS - Domain Name Server DNS servers are used to map.
Introduction to HTML 2006 CIS101. What is the Internet? Global network of computers that are connected and communicate via a series of Protocols Protocols.
Introduction to HTML 2006 INT197B. What is the Internet? Global network of computers that are connected and communicate via a series of Protocols Protocols.
Introduction to HTML 2004 CIS101. What is the Internet? Global network of computers that are connected and communicate via a series of Protocols Protocols.
HTML Introduction HTML
Topics in this presentation: The Web and how it works Difference between Web pages and web sites Web browsers and Web servers HTML purpose and structure.
Developing a Basic Web Page with HTML
Chapter 2 Introduction to HTML5 Internet & World Wide Web How to Program, 5/e Copyright © Pearson, Inc All Rights Reserved.
Hypertext Markup Language (HTML) Created by Sarah Dooley & Amanda Foster Edited and presented by Caroline Hallam September 9, 2014.
CIS101 Introduction to Computing Week 06. Agenda Your questions Excel Exam during second hour Our status after the snow day Introduction to the Internet.
Basic Web Page Design. Text book: HTML, XHTML, and CSS: Visual QuickStart Guide, Sixth Edition written by Elizabeth Castro. Software: Adobe® Dreamweaver®
Overview of HTML. Three Different Approaches  Text editor like Notepad  HTML editor such as: –KompoZer –DreamWeaver –Microsoft Expression Web –iWeb.
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.
Presenting Information on WWW using HTML. Presenting Information on the Web with HTML How Web sites are organized and implemented A brief introduction.
Creating and Editing a Web Page
Unit 1 – Developing a Web Page. Objectives:  Learn the history of the Web and HTML  Describe HTML standards and specifications  Understand HTML elements.
Ch 5 HTML and CSS Web Standards Solutions A Web Standardistas’ Approach.
ULI101 – XHTML Basics (Part II) What is Markup Language? XHTML vs. HTML General XHTML Rules Block Level XHTML Tags XHTML Validation.
1 Chapter 2 & Chapter 4 §Browsers. 2 Terms §Software §Program §Application.
CS117 Introduction to Computer Science II Lecture 1 Introduction to WWW and HTML Instructor: Li Ma Office: NBC 126 Phone: (713)
1 Session 1: Introduction to HTML Spring Today’s Agenda Cover useful terminology for today’s session HTML, browsers, servers, etc. HTML Tags Get.
Bare bones notes. Suggested organization for main folder. REQUIRED organization for the 115 folder.
Website Development & Management Creating Web Pages CIT Fall Instructor: John Seydel, Ph.D.
CSCE Chapters 1 and 2 CSCE General Applications Programming Benito Mendoza 1 By Benito Mendoza Department of Computer Science & Engineering.
HTML INTRODUCTION, EDITORS, BASIC, ELEMENTS, ATTRIBUTES.
Section 4.1 Format HTML tags Identify HTML guidelines Section 4.2 Organize Web site files and folder Use a text editor Use HTML tags and attributes Create.
 2008 Pearson Education, Inc. All rights reserved Introduction to XHTML.
Course Content - Chapter 2 Introduction to HTML Introduction to a Text Editor as a web authoring tool Instructional Activity: Creating a webpage using.
Introduction to HTML. What is HTML? Hyper Text Markup Language (HTML) is a language for describing web pages. HTML is not a programming language, it is.
XP New Perspectives on The Internet, Sixth Edition— Comprehensive Tutorial 8 1 Creating Effective Web Pages Creating HTML Documents Tutorial 8.
HTML Hyper Text Markup Language A simple introduction.
CM143Web Week 8 Review of Assignment 1 Revision & Elaboration.
XHTML Introduction to Xtensible HyperText Markup Language Screen Readers – Click the Notes button in the lower right corner.
Overview of HTML/XHTML Two Different Approaches  Text editor like Notepad  HTML editor such as: –KompoZer –DreamWeaver –Microsoft Expression Web –iWeb.
XP New Perspectives on The Internet, Sixth Edition— Comprehensive Tutorial 1 1 Browser Basics Introduction to the Web and Web Browser Software Tutorial.
Bare bones slide show. The format is text files, with.htm or.html extension. Hard returns, tabs, and extra spaces are ignored. DO NOT use spaces in file.
XP 2 HTML Tutorial 1: Developing a Basic Web Page.
INTRODUCTORY Tutorial 1 Using HTML Tags to Create Web Pages.
1 Chinese Information Processing : Using Computers to Teach and Learn Chinese Week 6 and 7: Creating and maintaining web pages - html and ftp.
Web Development & Design Foundations with XHTML Chapter 2 HTML/XHTML Basics.
The Web and HTML Tutorial Building a Webpage. Chapter Overview m The World Wide Web – Web servers, Web browsers and Web pages m HTML Introduction m Using.
HTML A brief introduction HTML1. HTML, what is? HTML is a markup language for describing web documents (web pages). HTML stands for Hyper Text Markup.
HTML Help For MGS 351 Final Project Website. Agenda Getting Started – Must-Do’s – Working from an off-campus computer – Other Resources Working with HTML.
Lesson 2 – Unit B. Quick review 1. What is the name of the eGCC host that you ftp your files? 2. What type of software do you use to create and edit web.
HTML Introduction 2-1. Lecture 6 HTML - HyperText Markup Language  not a programming language  structure text into title, body, paragraphs, lists, links,
Basic Web Page Design. Text book: HTML, XHTML, and CSS: Visual QuickStart Guide, Sixth Edition written by Elizabeth Castro. Software: Adobe® Dreamweaver®
Blended HTML and CSS Fundamentals 3 rd EDITION Tutorial 1 Using HTML to Create Web Pages.
Getting Started with Dreamweaver
4.01 How Web Pages Work.
Intro to HTML CS 1150 Spring 2017.
4.01 How Web Pages Work.
CS7026: Authoring for Digital Media HTML Authoring
Intro to HTML CS 1150 Fall 2016.
Chapter 1 Introduction to HTML.
Project 1 Introduction to HTML.
Introduction to XHTML.
Building a Webpage Extended Learning Module F
Overview of HTML.
Getting Started with Dreamweaver
An Introduction to HTML Pages
4.01 How Web Pages Work.
Presentation transcript:

Intro to MIS – MGS351 Building a Webpage

Chapter Overview m The World Wide Web – Web servers, Web browsers and Web pages m HTML Introduction m Using HTML Tags m HTML5 Best Practices m HTML5 Webpage Structure m UB Web Environment

Web Pages m Viewing a web page involves using a web browser (IE, Firefox, Mozilla) to connect to a networked machine running web server software (IIS, Apache). This action loads an HTML file from the web server and sends it to your computer across the Internet using the HTTP and TCP/IP protocols, and the file is displayed by your web browser software as a web page.

Web Server Stats

Default Web pages m Default page appears when visiting a website without specifying the file name in the URL. – mgs351.com displays mgs351.com/index.html m Default pages are usually either index.htm, index.html, index.asp, index.cfm, default.htm, default.html, default.asp or default.cfm. These options are configured in the web server.

HTML Introduction m HTML (Hypertext Markup Language) is the code used to build web pages. Web pages are text files with HTML code. m You can view the HTML code on any webpage by clicking on Source from the View menu in a web browser. m HTML files usually have either.htm or.html file extension

W3C – m Founded in 1994 – World Wide Web Consortium m Creates specifications and guidelines that are intended to promote the web’s evolution and ensure that web technologies work well together m Specifications for: HTML, CSS, XML, XHTML, DOM, etc…

Moving to HTML5 W3C Standards m HTML 4.01 approved on 12/24/1999. m XHTML 1.0 approved on 1/26/2000. m HTML 5 approved on 10/28/2014. m HTML 5.1 projected approval in 2016.

Using HTML Tags m Most HTML tags have an opening and corresponding closing tag indicated by a slash /. – … m Anything between the tags, denoted by the “…” above, will be modified according to the behavior described by the tag.

HTML Caveats m Extra spaces (beyond one) in the code and any line breaks are ignored by the browser when rendering the HTML page. m is a special symbol that can be used to insert extra spaces. m or can be used to create necessary line breaks.

HTML Caveats

HTML5 Best Practices m All tags should be closed - including tags like. m All tags should be in lowercase except for the DOCTYPE tag. m All tag attributes should be quoted and have values. m CSS are used for page formatting.

HTML5 Webpage Structure......

Designing with Standards m Presentation languages (CSS) format the web page, controlling the typography, placement, color, etc… m Due to the separation of structure from presentation you can easily change one without affecting the other m CSS is implemented with inline, internal or external style sheets m Large sites may be able to reduce bandwidth costs too

Cleaner Code with CSS WITHOUT CSS heading of an article WITH CSS heading of an article

CSS Example body {background-color:lightgray} h1 {color:red; text-align:center} p {color:blue; font-style: italic} This is a heading This is a paragraph.

UB Web Environment m UB provides web space for each student on the UBUNIX servers which run the Apache webserver. Your webpage can be viewed in any of the 3 locations. – – – wings.buffalo.edu/~djmurray

UB Web Environment m URLs and files are case sensitive because the UNIX OS is case sensitive. – - error! – - works! m Windows servers running IIS are not case sensitive. Both work properly. – –

UB Web Environment m Remember that a webpage is simply a file stored on a webserver in a particular location. m Your UB homepage is stored in the public_html directory of your S: drive. Anything in that directory is technically on the web.

UB Web Environment m It’s easiest to work from a lab computer since they have direct access to the S: drive folders. m Enable your homepage first. – m Use Windows Notepad to edit the index.html file in your public_html folder.

UB Web Environment m If you are using a computer on the UB network (Resnet, wireless, VPN), you can map a network drive and create your own S: drive as explained at this website. m sharing/accessing-myfiles-from-anywhere/getting-started-by- accessing-ubfs.html

UB Web Environment m Another option is using FTP software (Filezilla or Fetch) to upload files to your UB web space using these settings. VPN also required when using from off campus. m Host: ubunix.buffalo.edu m Server Type: SFTP – SSH File Transfer Protocol m Login Type: Ask for password

Next Steps… m The hard part is often understanding how the web environment works and where to save the HTML files so they appear on the web! m Now its time to try some HTML tags.