Management Information Systems

Similar documents
recall: a Web page is a text document that contains additional formatting information in the HyperText Markup Language (HTML)

CSC 121 Computers and Scientific Thinking

A Balanced Introduction to Computer Science, 3/E

1. The basic building block of an HTML document is called a(n) a. tag. b. element. c. attribute. d. container. Answer: b Page 5

Basics of Web Design, 3 rd Edition Instructor Materials Chapter 2 Test Bank

HTML Hyper Text Markup Language

11. HTML5 and Future Web Application

As we design and build out our HTML pages, there are some basics that we may follow for each page, site, and application.

HTML. Hypertext Markup Language. Code used to create web pages

Creating Web Pages Using HTML

Html basics Course Outline

This document provides a concise, introductory lesson in HTML formatting.

CMPT 165 Unit 2 Markup Part 2

Web Design and Application Development

HTML Summary. All of the following are containers. Structure. Italics Bold. Line Break. Horizontal Rule. Non-break (hard) space.

A HTML document has two sections 1) HEAD section and 2) BODY section A HTML file is saved with.html or.htm extension

Unit 5 Web Publishing Systems Page 1 of 13 Part 4 HTML Part 4

Review of HTML. Chapter Pearson. Fundamentals of Web Development. Randy Connolly and Ricardo Hoar

Introduction to HTML

On a blog, code can mean many things. It can refer to the complicated

CHAPTER 1: GETTING STARTED WITH HTML CREATED BY L. ASMA RIKLI (ADAPTED FROM HTML, CSS, AND DYNAMIC HTML BY CAREY)

Web Development & Design Foundations with HTML5 & CSS3 Instructor Materials Chapter 2 Test Bank

Web Publishing Basics I

Chapter 4. Introduction to XHTML: Part 1

Learning Objectives. Review html Learn to write a basic webpage in html Understand what the basic building blocks of html are

More about HTML. Digging in a little deeper

MMGD0204 Web Application Technologies. Chapter 3 HTML - TEXT FORMATTING

Quiz / Demonstration Learning How To Learn (HTML) : H2, H3, H4, H5, H6 Learning How To Learn (HTML) : Numbered and bulleted lists Learning How To

Chapter 4 A Hypertext Markup Language Primer

Introduction. The purpose of this document is to provide information for using basic HTML to create web pages by introducing the following concepts:

HTML Tags <A></A> <A HREF=" CNN </A> HREF

Announcements. Paper due this Wednesday

The internet is a worldwide collection of networks that link millions of computers. These links allow the computers to share and send data.

BASICS OF WEB DESIGN CHAPTER 2 HTML BASICS KEY CONCEPTS

HTML BEGINNING TAGS. HTML Structure <html> <head> <title> </title> </head> <body> Web page content </body> </html>

HTML TAG SUMMARY HTML REFERENCE 18 TAG/ATTRIBUTE DESCRIPTION PAGE REFERENCES TAG/ATTRIBUTE DESCRIPTION PAGE REFERENCES MOST TAGS

Fundamentals of Web Technologies. Agenda: HTML Links 5/22/2017. HTML Links - Hyperlinks HTML Lists

A Brief Introduction to HTML

Certified HTML5 Developer VS-1029

Tutorial 2 - HTML basics

Introduction to using HTML to design webpages

introduction to XHTML

Creating Web Pages. Getting Started

HTML. Based mostly on

CSE 3. Marking Up with HTML. Comics Updates Shortcut(s)/Tip(s) of the Day Google Earth/Google Maps ssh Anti-Spyware

Web Development & Design Foundations with HTML5 & CSS3 Instructor Materials Chapter 2 Test Bank

HTML OBJECTIVES WHAT IS HTML? BY FAITH BRENNER AN INTRODUCTION

Understanding this structure is pretty straightforward, but nonetheless crucial to working with HTML, CSS, and JavaScript.

Introduction to Computers and Their Applications

WEBSITE PROJECT 2 PURPOSE: INSTRUCTIONS: REQUIREMENTS:

Web Development and Design Foundations with HTML5 8th Edition

RECOMMENDED HTML TAGS

Certified HTML Designer VS-1027

5/17/2009. Marking Up with HTML. An HTML Web Page File. Tags for Bold, Italic, and underline. Structuring Documents

1.264 Lecture 12. HTML Introduction to FrontPage

Introduction to HTML. SSE 3200 Web-based Services. Michigan Technological University Nilufer Onder

Basic HTML. Lecture 14. Robb T. Koether. Hampden-Sydney College. Wed, Feb 20, 2013

HTML. Mohammed Alhessi M.Sc. Geomatics Engineering. Internet GIS Technologies كلية اآلداب - قسم الجغرافيا نظم المعلومات الجغرافية

Basic HTML. Lecture 14. Robb T. Koether. Hampden-Sydney College. Wed, Feb 20, 2013

(Refer Slide Time: 01:41) (Refer Slide Time: 01:42)

Islamic University of Gaza Faculty of Engineering Department of Computer Engineering ECOM Advanced Internet Technology Lab.

Web Development & Design Foundations with XHTML. Chapter 2 Key Concepts

CSC Web Programming. Introduction to HTML

7300 Warden Avenue, Suite 503 Markham, Ontario Canada L3R 9Z6. Phone: Toll Free: Fax:

Chapter 1 Getting Started with HTML 5 1. Chapter 2 Introduction to New Elements in HTML 5 21

HTML and CSS: An Introduction

Make a Website. A complex guide to building a website through continuing the fundamentals of HTML & CSS. Created by Michael Parekh 1

Downloads: Google Chrome Browser (Free) - Adobe Brackets (Free) -

Basic HTML Lecture 14

HTML Overview. With an emphasis on XHTML

HTML and CSS Lecture 15 COMPSCI111/111G SS 2018

c122sep814.notebook September 08, 2014 All assignments should be sent to Backup please send a cc to this address

Learning Basic HTML: Workshop Session One (Prepared by James F. Daugherty, The University of Kansas)

CHAPTER 2 MARKUP LANGUAGES: XHTML 1.0

Index. alt, 38, 57 class, 86, 88, 101, 107 href, 24, 51, 57 id, 86 88, 98 overview, 37. src, 37, 57. backend, WordPress, 146, 148

c122jan2714.notebook January 27, 2014

Content Management System User Training

HTML+ CSS PRINCIPLES. Getting started with web design the right way

CSCE 101. Creating Web Pages with HTML5 Applying style with CSS

Skill Area 323: Design and Develop Website. Multimedia and Web Design (MWD)

APPENDIX THE TOOLBAR. File Functions

Chapter 4: Marking Up With HTML: A Hypertext tmarkup Language Primer

Programmazione Web a.a. 2017/2018 HTML5

Hyper Text Markup Language

By Ryan Stevenson. Guidebook #2 HTML

LAB 2 INTRODUCTION TO HTML

HTML TIPS FOR DESIGNING.

HTMLnotesS15.notebook. January 25, 2015

Marking Up with HTML. Tags for Bold, Italic, and underline. An HTML Web Page File. Chapter 4: Marking Up With HTML: A. Formatting with Tags:

I-5 Internet Applications

Building Web Based Application using HTML

Figure 1 Properties panel, HTML mode

INTRODUCTION TO HTML5! HTML5 Page Structure!

Using Dreamweaver CS3 to Create and Publish Simple Web Pages

Web Programming and Design. MPT Senior Cycle Tutor: Tamara Week 1

What is a web site? Web editors Introduction to HTML (Hyper Text Markup Language)

Tutorial. Activities. Code o o. Editor: Notepad Focus : Text manipulation & webpage skeleton. Open Notepad

MPT Web Design. Week 1: Introduction to HTML and Web Design

Desire2Learn: HTML Basics

COPYRIGHTED MATERIAL. Contents. Chapter 1: Creating Structured Documents 1

Transcription:

Management Information Systems Hands-On: HTML Basics Dr. Shankar Sundaresan 1

Elements, Tags, and Attributes Tags specify structural elements in a document, such as headings: <h2>tags and Attributes</h2> Tags begin with a left-angle bracket < and end with a right-angle bracket >. The first word between the angle brackets is the tag's name. Any further words and characters are the attributes, e.g. align= right. A tag is therefore the basic 'item', and an attribute is some extra detail for that item. An element comprises three parts: a start tag, content, and an end tag. Most tags possess 'closing tags' such as </h2> which mark the place where the effect of the 'opening' tag should stop. 2

Elements, Tags, and Attributes Tags are case-insensitive. Tags should nest properly: if you want for example to make a part of the header in italics: <h2>tags <i>and</i>attributes</h2> Also, HTML documents are free-format you can use spaces and tabs anyhow you like, and break lines anywhere. White space and line breaks will not affect the document appearance in a browser Browsers issues 3

HTML Document Structure An HTML document consists of two main parts: the Head, and the Body. The basic document structure is <HTML> <Head>... </Head> <Body>... </Body> </HTML> The Head contains information about the document Body contains the document to be displayed 4

Within the <HEAD> Tag <TITLE> tag Every document should have a title. Take care to make the title a good meaningful one. <Title>A Basic Introduction to HTML</Title> META Tags Style Sheet Information JavaScript Code 5

Headers HTML Document Structure: Within the <BODY> Tag, Basic Formatting There are 6 headers: H1, H2, H3, H4, H5, and H6. H1 is the largest" header, H6 is the "smallest" header Paragraphs and Line Breaks As mentioned above - white space and line breaks are ignored by the browser. You have therefore to provide tags to indicate them. If you want a line break use <br> Paragraph break (i.e. line break and then an empty line between paragraphs) use <p> The paragraph tag has an optional closing tag </p>. 6

Within the <BODY> Tag, Basic Formatting Italics Bold Emphasis is usually indicated with <i>italics</i>. 'Strong' is usually rendered as <b>bold</b>. Underlined <u>this text will be underlined</u> 7

Within the <BODY> Tag, Basic Formatting Lists There are several kinds of lists. The two most common are: 1. Ordered 2. Unordered 8

Within the <BODY> Tag, Basic Formatting Lists (continued) An ordered list has numbered items. To make the list shown on the previous page: <ol> </ol> <li>ordered</li> <li>unordered</li> To make it with bullets instead of numbers, use the unordered list tag <ul> </ul> <li>ordered</li> <li>unordered</li> 9

Within the <BODY> Tag, Linking The anchor tag, <a>, has two uses in linking It can be used to link to another page It can designate a location within a document which can be linked to We will only discuss its use to link to another page 10

Within the <BODY> Tag, Linking Before learning to link, it is important to understand relative vs. absolute referencing If the resource you are linking to is located within the same directory structure as the page you re linking from, you can/should use relative linking A relative link would describe where the resource is in relation to where the linking document is located An absolute link, fully qualifies where a resource is on the WWW, including the protocol, http:// 11

Within the <BODY> Tag, Linking Example: Let s say you have a home page called index.html located at the root level of the web server, so that in a browser you could type in http://www.myserver.com/index.html to access the document There is also a file located at http://www.myserver.com/mystuff/allmystuff.html The relative link from http://www.myserver.com/index.html to http://www.myserver.com/mystuff/allmystuff.html is: <a href= mystuff/allmystuff.html >A link to all my stuff</a> The absolute link to the same file would be: <a href= http://www.myserver.com/mystuff/allmystuff.html >A link to all my stuff</a> 12

Within the <BODY> Tag, Linking To use the anchor tag to link to another resource, you must specify the resource to link to by using the href attribute <a href= http://www.yahoo.com >This will link to yahoo</a> Whatever text or image that is between the begin and end anchor tag will now be a clickable link to the resource specified by the href attribute 13

Within the <BODY> Tag, Images <img src = "/Icons/graphics.gif"> The above example shows the simplest way to make an inline image. Notice there is is no end tag for the img tag The src attribute is either an absolute or relative reference to the.gif or.jpg file you wish to display You can wrap it inside anchor tags and then it will be a clickable image 14