DEPARTMENT OF INFORMATION STUDIES Andy Dawson LIS1510 Library and Archives Automation Issues Basics of XHTML Andy Dawson Department of Information Studies,

Slides:



Advertisements
Similar presentations
DEPARTMENT OF INFORMATION STUDIES Andy Dawson LIS1510 Library and Archives Automation Issues Further features of XHTML – Stylesheets and CSS Andy Dawson.
Advertisements

MA foundation Creating webpages using XHTML (part 1) Simon Mahony CCH
Project 1 Introduction to HTML.
HTML Computing Concepts HTML - An Introduction 1.
Junior Tiger Camp 2010 Summer Junior Tiger Camp 2010 Activity: Google Your Environment.
Introduction to HTML 2004 CIS101. What is the Internet? Global network of computers that are connected and communicate via a series of Protocols Protocols.
Unit 4.4 We are HTML Editors
Developing a Basic Web Page Posting Files on UMBC
1st Project Introduction to HTML.
HTML 1 Introduction to HTML. 2 Objectives Describe the Internet and its associated key terms Describe the World Wide Web and its associated key terms.
Tutorial 1: Getting Started with HTML5
Website Development. W hat do you really want the website to say? How do you lay out the website and web pages? When it's completed, where do you publish?
Website Design - Review Layout using tables. Table exmaple James 11/08.
PDF accessibility Susannah Pike
1 Networks and the Internet A network is a structure linking computers together for the purpose of sharing resources such as printers and files Users typically.
Basic XHTML Module 2: XHTML Basics LESSON 1. Module 2: XHTML Basics LESSON 1 Lesson Overview In this lesson, you will learn to:  Write XHTML code using.
SCHOOL OF LIBRARY, ARCHIVE AND INFORMATION STUDIES Andy Dawson LIS1510 Library and Archives Automation Issues Mounting information on the Web Andy Dawson.
SCHOOL OF LIBRARY, ARCHIVE AND INFORMATION STUDIES Andy Dawson LIS1510 Library and Archives Automation Issues Further features of HTML – Stylesheets and.
Today’s Topic Language of web page - HTML (Hypertext Markup Language)
SCHOOL OF LIBRARY, ARCHIVE AND INFORMATION STUDIES Andy Dawson LIS1510 Library and Archives Automation Issues Website management Andy Dawson School of.
NetTech Solutions Working with Web Elements Lesson 6.
Tutorial 1 Developing a Basic Web Page. New Perspectives on HTML, XHTML, and XML, Comprehensive, 3rd Edition Objectives – Lesson 1 Introduction to the.
Coding: XHTML and CSS. Why code? Writers and editors are often asked to write and edit web copy. Although it is easy to create a web site without coding.
1 Session 1: Introduction to HTML Spring Today’s Agenda Cover useful terminology for today’s session HTML, browsers, servers, etc. HTML Tags Get.
CS134 Web Design & Development Creating a Basic Web Page Mehmud Abliz.
Course Content - Chapter 2 Introduction to HTML Introduction to a Text Editor as a web authoring tool Instructional Activity: Creating a webpage using.
Computing Theory: HTML Year 11. Lesson Objective You will: o Be able to define what HTML is - ALL o Be able to write HTML code to create your own web.
Computer Information Technology – Section 3-4. HTML – The Language of the Internet Objectives: The Student will: 1. Look at HTML 2. Understand the basic.
Overview of HTML/XHTML Two Different Approaches  Text editor like Notepad  HTML editor such as: –KompoZer –DreamWeaver –Microsoft Expression Web –iWeb.
Internet Web Publishing III. Intro to Cascading Style Sheets Patricia Roberts.
XHTML and CSS Session 1 Intro, (X)HTML, CSS, W3C, browsers, webpage, structure, tags, attributes, elements, web development process, basic XHTML elements.
1 Copyright(c) Dave Krupinski. All rights reserved. Webgenz and Content Management An introduction to using Webgenz to develop and maintain.
Web Page Design Introduction. The ________________ is a large collection of pages stored on computers, or ______________ around the world. Hypertext ________.
Louisa Lambregts, Louisa Lambregts
Andy Dawson– University College London 1 EABH SUMMER SCHOOL Web Page Construction Andy Dawson Department of Information Studies, UCL.
Introduction to HTML YLLSS - S3. HTML HyperText Markup Language It uses tags( 標籤 ) to markup a web page A tag is like a label, it is used to present its.
Introduction to HTML Unit 3: E-business.
SCHOOL OF LIBRARY, ARCHIVE AND INFORMATION STUDIES Andy Dawson LIS1510 Library and Archives Automation Issues XML and extensible systems Andy Dawson School.
Exploring Microsoft Microsoft FrontPage Chapter 21 Exploring Microsoft FrontPage 2002 Chapter 1 Creating a Home Page: Introduction to MS FrontPage.
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 Concepts and Techniques Fifth Edition Chapter 1 Introduction to HTML.
University of South Asia Course Name: Web Application Prepared By: Md Rezaul Huda Reza
HTML HYPER TEXT MARKUP LANGUAGE. INTRODUCTION Normal text” surrounded by bracketed tags that tell browsers how to display web pages Pages end with “.htm”
Introduction to HTML Simple facts yet crucial to beginning of study in fundamentals of web page design!
Session 1: Introduction to HTML Fall Today’s Agenda Talk about the functions of the Internet Cover useful terminology for today’s session HTML,
CPSC 203 Introduction to Computers Lab 23 By Jie Gao.
HTML. HTML: What is it? – HTML stands for Hyper Text Markup Language – An HTML file is a text file containing small markup tags – The markup tags tell.
Project 02 Creating and Editing a Web Page Concept Map of Unit Creating and Editing a Web Page Key Learning Understand the elements to create a web page.
Basic HTML Page 1. First Open Windows Notepad to type your HTML code 2.
Week-11 (Lecture-1) Introduction to HTML programming: A web based markup language for web. Ex.
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.
Web Basics: HTML/CSS/JavaScript What are they?
Project 1 Introduction to HTML.
XHTML/CSS Week 1.
LIS1510 Library and Archives Automation Issues Basics of XHTML
Introduction to HTML.
Creating a Web Page.
Project 1 Introduction to HTML.
TYPO3 - Introduction.
HTML HYPERTEXT MARKUP LANGUAGE.
Tutorial Developing a Basic Web Page
Introduction to HTML Simple facts yet crucial to beginning of study in fundamentals of web page design!
Unit 2 Test Building a Web Page Test.
HTML Text editors and adding graphics
WEB DESIGNING THROUGH HTML
HTML &CSS and Make a website with coding
An Introduction to HTML Pages
Web Programming and Design
Internet Skills ELEC135 Alan Noble Room 504 Tel:
Presentation transcript:

DEPARTMENT OF INFORMATION STUDIES Andy Dawson LIS1510 Library and Archives Automation Issues Basics of XHTML Andy Dawson Department of Information Studies, UCL Department of Information Studies, UCL (University of Malta 2010)

DEPARTMENT OF INFORMATION STUDIES Andy Dawson What we will be covering today Basics of XHTML for writing webpages Lots of practical work! –Creating your first web page with XHTML

DEPARTMENT OF INFORMATION STUDIES Andy Dawson Introduction to XHTML What is XHTML? Versions of HTML HTML, XHTML and XML Content definition vs presentation The concept of tags XHTML functions Editors, converters and other XHTML tools

DEPARTMENT OF INFORMATION STUDIES Andy Dawson Introduction to the course Workbook 1. Preparatory 2. Fundamental elements 3. Headings and basic layout 4. Stylistics and further layout 5. Lists 6. Links 7. Images (Advanced stuff day after tomorrow)

DEPARTMENT OF INFORMATION STUDIES Andy Dawson Writing your code Notepad is ok… …but Word is definitely NOT!!! A standard template –Where to get it Saving your work Viewing your work

DEPARTMENT OF INFORMATION STUDIES Andy Dawson Practical session - creating web pages with HTML Follow the workbook Try the exercises Ask questions Experiment!

DEPARTMENT OF INFORMATION STUDIES Andy Dawson Tomorrow… Some notes on internet publishing More practical XHTML!