ME 123 Computer Applications I Lecture 38: More on HTML 5/20/03

Slides:



Advertisements
Similar presentations
HTML Basic Lecture What is HTML? HTML (Hyper Text Markup Language) is a a standard markup language used for creating and publishing documents on.
Advertisements

The Web Wizards Guide to HTML Chapter Four All About Hyperlinks.
Scientific Communication CITS7200 Lecture 11 Designing and Writing Web Pages.
CS 121 Concepts of Computing II Introduction to Web Page/Site Development.
HTML Introduction (cont.) 10/01/ Lecture 8, MAT 279, Fall 2009.
Web Design Professor Pepper. Site vs. Page  Create a folder for your site  all pages and pictures  Default page will be index.html (some servers are.
1 CSCE 115 Solve it with the Computer Review Fall 2005.
ETT 229 Fall 2004 Web Design Basics II. Agenda 11:00-11:05 – Quiz 14 11:05-11:50 – Web Design Lecture 11:50-12:15 – Web Design Practice 2.
CS /13 DePaul University SNL 262 Advanced Web Page Design Review & Introduction - I Instructor: David A. Lash.
Creating a Web Page HyperText Markup Language. HTML Documents  Created using any text editor  Notepad  Vi, Pico, or Emacs  If using word-processor,
Including images in Web pages Skills: use the tag IT concepts: none This work is licensed under a Creative Commons Attribution-Noncommercial- Share Alike.
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.
Computer Science 103 Chapter 2 HyperText Markup Language (HTML)
Converting word, excel, and powerpoint into html docs Michael Roy Information Technology Services Wesleyan University
Ch10 QQ T F 1.The appearance of text (such as font face and style) incorporated into a Web page graphic will appear as it was when it was created, regardless.
INTRODUCTION TO DREAMWEAVER 8. What we already know…  Design basics  Contrast  Repetition  Alignment  Repetition  HTML.
Webpage Design.
Adding Image, audio and video files to web pages Basharat Mahmood, Department of Computer Science,CIIT,Islamabad, Pakistan. 1.
HTML Project 4 Creating an Image Map.
1 Midterm Review. 2 Midterm Exam  30% of your grade for the course  October14 at the regular class time  No makeup exam or alternate times  Closed.
Introduction to World Wide Web Authoring © Directorate of Information Systems and Services University of Aberdeen, 1999 IT Training Workshop.
CREATING WEB PAGES Using…More HTML code! My First \ Web Page.
XHTML1 Images N100 Building a Simple Web Page. XHTML2 The Element The src attribute specifies the filename of an image file To include the src attribute.
4 Chapter Four Introduction to HTML. 4 Chapter Objectives Learn basic HTML commands Discover how to display graphic image objects in Web pages Create.
XHTML Hyperlinks. Creating Links to Other Web Pages A link, or hyperlink, is a specially formatted Web page object that the user can click to open a different.
Start Dreamweaver program From file menu click new Blank page appears.
CPSC 203: Introduction to Computers Tutorials 03 & 29 by Jie (Jeff) Gao.
Slide No. 1 Slide No. 1 HTML and Web Publishing Continued CS 104 CS 104.
Slide No. 1 Slide No. 1 HTML and Web Publishing CS 104 CS 104.
Page Design Issues IWM 14 Information Services for the Web.
CSCI N241: Fundamentals of Web Development Copyright ©2006  Department of Computer & Information Science Navigation, Links & Images.
Web programming Part 1: HTML 由 NordriDesign 提供
1 More About HTML Images and Links. 22 Objectives You will be able to Include images in your HTML page. Create links to other pages on your HTML page.
Slide 1 Graphics (Characteristics 1) Images have various characteristics that affect performance Size (number of pixels) – Large images can be several.
Chapter 5 BIE2313 | Web design. ALL RIGHTS RESERVED No part of this document may be reproduced without written approval from Limkokwing University of.
CSU - DCE Introduction to CSS CSS URLs - Fort Collins, CO Copyright © XTR Systems, LLC Cascading Style Sheets - Specifying URLs Instructor: Joseph.
Hyperlinks Links for Other Pages. Hyperlink (aka Link) Text (or image) user can click Takes user to different location In general, location can be: On.
Lecture 6, MAT 279, Fall HTML Introduction (cont.) 9/17/2009.
Luke E. Reese Biosystems & Ag. Engr
AET 545 Week 2 Individual Needs Analysis Select your workplace setting or a setting with which you are familiar for this project. Collect data about the.
4.01 How Web Pages Work.
HTML Links CS 1150 Spring 2017.
4.01 How Web Pages Work.
4.01 How Web Pages Work.
Section 4.1 Section 4.2 Format HTML tags Identify HTML guidelines
Survey of Computer Science CSCI 110, Spring 2011 Lecture 23 HTML
How to create a web page using word …
Converting word, excel, and powerpoint into html docs
LINKS.
MapServer In its most basic form, MapServer is a CGI program that sits inactive on your Web server. When a request is sent to MapServer, it uses.
Web Design and Development
MIS 201 Web Design.
Graphics (Characteristics 1)
How files are organized
USING DREAMWEAVER MX 2004 Contents: Assigning a Root Folder
HTML Text editors and adding graphics
Chapter 6 pp
COMS 161 Introduction to Computing
4.01 How Web Pages Work.
Unit 10 The Web Book Test.
HTML Links CS 1150 Fall 2016.
Technologies for web publishing
4.01 How Web Pages Work.
…when you own all the files…you can link to them directly
Information Technologies Anselm Spoerri PhD (MIT)
Website File Management
Rules for Relative URLs
4.00 Apply procedures to add content by using Dreamweaver. (22%)
Computer Graphics, KKU. Lecture 11
ME 123 Computer Applications I Lecture 7: Basic Functions 3/20/03
Presentation transcript:

ME 123 Computer Applications I Lecture 38: More on HTML 5/20/03

ME 123 Computer Applications I Road Map of Lecture 38 Structured programming with HTML Structure under your HTML directory Within each sub-directories under F:\\Public\HTML, an index.html file should be placed Absolute versus relative referencing of URL’s Text alignment Table format on web page Incorporate graphical images and audio-visual files Using Front Page to produce your HTML file Warning: Front Page does NOT always give you what you want! This makes the understanding of simple HTML syntax important! Lecture 38 ME 123 Computer Applications I