MIS 425 Lecture 1 – HTML Basics and Web Page Design 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

Introduction to HTML & CSS
Learning HTML. > Title of page This is my first homepage. Tells Browser This is an HTML page Basic Tags Tells Browser End of HTML page Header information.
Internet Services and Web Authoring (CSET 226) Lecture # 5 HyperText Markup Language (HTML) 1.
HTML. The World Wide Web Protocols Addresses HTML.
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
Website Design.
MIS 425 Lecture 2 – HTML Navigation, Colors, tables and Styles Instructor: Martin Neuhard
ASHIMA KALRA.  WHAT IS HTML WHAT IS HTML  HTML TAGS HTML TAGS  FORMATTING TAGS FORMATTING TAGS.
CIS101 Introduction to Computing Week 05. Agenda Your questions Exam next week - Excel Introduction to the Internet & HTML Online HTML Resources Using.
Made by: Dan Ye. Introduction Basic Last Page ☆ HTML stands for Hyper Text Markup Language; ☆ HTML is not a programming language, it is a markup language;
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
Chapter 2 Introduction to HTML5 Internet & World Wide Web How to Program, 5/e Copyright © Pearson, Inc All Rights Reserved.
Chapter 14 Introduction to HTML
COMPUTERS AND INFORMATION SYSTEMS HTML. How the Web Works To access a web site  Enter its address (URL) in the address box of your browser 
Ku-Yaw Chang Assistant Professor, Department of Computer Science and Information Engineering Da-Yeh University.
Using HTML to Create a Basic Web Page… By Josh Gallagan.
Internet Fundamentals Total Advantage MS Excel 97, Hutchinson, Coulthard, 1998 McGraw Introduction to HTML Chapter 7.
HTML Structure & syntax
WEB DESIGN USING DREAMWEAVER. The World Wide Web –A Web site is a group of related files organized around a common topic –A Web page is a single file.
ACM 511 HTML Week -1 ACM 511 Course Notes. Books ACM 511 Course Notes.
Copyright © 2008 Pearson Prentice Hall. All rights reserved. 1 Exploring Microsoft Office Word 2007 Chapter 8 Word and the Internet Robert Grauer, Keith.
CS117 Introduction to Computer Science II Lecture 1 Introduction to WWW and HTML Instructor: Li Ma Office: NBC 126 Phone: (713)
CP2022 Multimedia Internet Communication1 HTML and Hypertext The workings of the web Lecture 7.
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.
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.
Html Basic Codes Week Two. Start Your Text Editor Windows use 'Notepad’ Macintosh use 'Simple Text'
HTML CRASH COURSE. What is HTML?  Hyper Text Markup Language  The language used to make web pages  Written by using tags.
Programming in HTML.  Programming Language  Used to design/create web pages  Hyper Text Markup Language  Markup Language  Series of Markup tags 
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.
 2008 Pearson Education, Inc. All rights reserved Introduction to XHTML.
Copyright 2006 South-Western/Thomson Learning Chapter 17 Creating and Linking Web Pages.
MIS 425 Lecture 3 – HTML 5 and CSS Instructor: Martin Neuhard
By Brieya. What is HTML Hypertext Markup Language, a standardized system for tagging text files to achieve font, colour, graphic, and hyperlink effects.
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 web development and HTML MGMT 230 LAB.
Introduction to HTML Wah Yan College (Hong Kong) Mr. Li C.P.
CPSC 203 Introduction to Computers Lab 33 By Jie Gao.
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.
Introducing the World Wide Web Internet- a structure made up of millions of interconnected computers whose users communicate with each other and share.
CPSC 203 Introduction to Computers Lab 66 By Jie Gao.
HTML Basic. 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.
Introduction to HTML Year 8. What is HTML O Hyper Text Mark-up Language O The language that all the elements of a web page are written in. O It describes.
HTML Basics. HTML Coding HTML Hypertext markup language The code used to create web pages.
Getting Started with HTML. HTML  Hyper Text Markup Language  HTML isn’t a program language, its known as a markup language  A Markup language has tags.
Notes Test #2 will be held one week from this Thursday Check to see if you have a Vision account –Launch Netscape –Point & Click to location and type vision.
HTML HyperText Markup Language Victoria E. Kozlek.
Behind every site is a mix of special languages that your web browser understands The main way of describing any website is HTML HTML stands for Hyper.
HTML-I Basic HTML Elements. HTML (Hyper Text Markup Language) HTML is a document layout and hyperlink- specification language. i.e. a language used to.
HTML. INDEX Introduction to HTML Creating Web Pages Commands And Tags Web Page.
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.
Agenda9/11/13  Do Now  Display your name tag and log into your computer  Pre-Assessment Test  Info and Interests  Syllabus and Course Expectations.
HTML Structure & syntax
Online PD Basic HTML The Magic Of Web Pages
Introduction to HTML.
Computers and Information Systems
Introduction to XHTML.
HTML HYPERTEXT MARKUP LANGUAGE.
What is HTML anyway? HTML stands for HyperText Markup Language. Developed by scientist Tim Berners-Lee in 1990, HTML is the "hidden" code that helps us.
Internet Technologies I - Lect.01 - Waleed Ibrahim Osman
Understand basic HTML and CSS terminology, concepts, and basic operations. Objective 3.01.
HTML Structure & syntax
Presentation transcript:

MIS 425 Lecture 1 – HTML Basics and Web Page Design Instructor: Martin Neuhard

Lecture Agenda Intro to HTML – What is HTML – Simple HTML Page – Build the Example – Adding an Image – Build the image example Organizing a Web Page – 4 Pane Organization – Header – Left Navigation – Content – Footer

Introduction to HTML

What is HTML Hypertext Markup Language, a standardized system for tagging text files to achieve font, color, graphic, and hyperlink effects on World Wide Web pages HTML is a language for creating web sites. Hyper Text Markup Language HTML HTML is not a programming language, it is a markup language that is interpreted by a browser A markup language is a set of tags The purpose of the tags are to format page content Other Markup languages exist, such as XML, SGML and other standards

Simple HTML Page Example MIS 425 Welcome to Web Application Development

HTML Tags The text between and tells the browser this is an HTML file The text between and is the content that will show on the screen “MIS 425” between and is displayed in a larger bold font as a heading “Welcome to Web Application Development” between and is displayed as normal body text

Steps to build this example Open notepad (or any other text editor) MIS 425 Welcome to Web Application Development Save the file with a mis_lecture_1_1.html extension to the Documents folder

Open HTML Page Open Windows Explorer Navigate to the Document directory Locate the mis_lecture_1_1.html Double click to open It will open in the standard browser To open it through a browser – File  Open  Browse  Navigate to the file and open

HTML Tags HTML tags are keywords (tag names) surrounded by angle brackets like HTML tags normally come in pairs like and The first tag in a pair is the start tag, the second tag is the end tag The end tag is written like the start tag, with a forward slash before the tag name

Adding an Image Images are important to website, look and feel is important (form) Images should be high resolution, small in size (KBs)

Image Example Example MIS 425 Welcome to Web Application Development

Adding Image to our Example Open our mis_lecture_1_1.html MIS 425 Welcome to Web Application Development Save as mis_lecture_1_2.html View the file in the browser

Organizing a Web Page

4 Pane Design Header Left Hand Navigation Content Footer

Page Design

Header Company Logo Additional internal navigation Site Search Contact information Login/Logout (for secure site)

Left Navigation Internal Navigation Topic Specific Categorized Consistent within a topic

Content The information you want to portray to your users All types of media. Tables, graphs, text, images, videos, audio. Where you want the user to focus

Footer Disclaimers Last updates Contact information links Addresses Connections to social media

Send In your examples Zip your example files them to as an attachment to Please locate a website that follow the 4 pane configuration, please place the link in twitter #MIS425_BU (Example)

Question & Answer