Writing Web Pages ITW009 Introducing HTML Fiona Stroud 9:30am - 12:30pm.

Slides:



Advertisements
Similar presentations
3.02D HTML Overview 3.02 Develop webpages.
Advertisements

HTML I. HTML Hypertext mark-up language. Uses tags to identify elements of a page so that a browser such as Internet explorer can render the page on a.
HTML Basics Customizing your site using the basics of HTML.
Creating Tables in a Web Site
1 Web Site Design Overview of the Internet Cookie Setton.
Basic HTML Workshop LIS Web Team Spring 2007.
Introduction to Creating a Web Page using a Simple Text Editor (Notepad) 1  2004 Ecirp Studios
Designing Websites Using HTML and FrontPage A Typical Webpage View Source A webpage is a text file containing instructions to tell a computer how the.
Learning the Basics – Lesson 1
HTML Concepts and Techniques Fourth Edition Project 2 Creating and Editing a Web Page.
Html: getting started HTML is hyper text markup language. It is what web browsers look at on the Internet. HTML documents should be created in a simple.
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.
ASHIMA KALRA.  WHAT IS HTML WHAT IS HTML  HTML TAGS HTML TAGS  FORMATTING TAGS FORMATTING TAGS.
Using Advanced Cascading Style Sheets
Web Content Management System Website Maintenance Demonstration Introduction to Macromedia Contribute Jamie Uprichard.
Designing Websites Using HTML and FrontPage A Typical Webpage View Source A webpage is a text file containing instructions to tell a computer how the.
Creating a Web Page HyperText Markup Language. HTML Documents  Created using any text editor  Notepad  Vi, Pico, or Emacs  If using word-processor,
Creating a web page Lab Assignment Goal Create a simple web page Create the file: inclass.txt in your www directory. Do you remember how to get to your.
INSTRUCTIONAL SUPPORT SERVICES (ISS) SHORT COURSE, FALL 2012 UMSL Introduction to Web Page Design.
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 
 Definition of HTML Definition of HTML  Tags in HTML Tags in HTML  Creation of HTML document Creation of HTML document  Structure of HTML Structure.
Basic HTML The Magic Of Web Pages. Create an HTML folder  Make a folder in your H drive and name it “HTML”. We will save EVERYTHING for this unit here.
Creating Tables in a Web Site Using an External Style Sheet
HTML Concepts and Techniques Fourth Edition Project 3 Creating Web Pages with Links, Images, and Formatted Text.
HTML Comprehensive Concepts and Techniques Third Edition Project 3 Creating Web Pages with Links, Images, and Formatted Text.
Creating Tables in a Web Site
Basic HTML Hyper text markup Language. Re-cap  … - The tag tells the browser that this is an HTML document The html element is the outermost element.
Adobe Contribute CS4 Targeted Training, LLC © Targeted Training, LLC 2010.
Creating and Editing a Web Page using HTML IMED1316.
All Web pages are written with some form of HTML (HyperText Markup Language). HTML documents are saved as Text Only files so virtually any computer can.
Creating and Editing a Web Page Project 2. Project Objectives Project 2: Creating and Editing a Web Page 2 Identify elements of a Web page Start Notepad.
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.
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.
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.
15.1 Fundamentals of HTML.
HTML I An Introduction to the Language of the Web Terry Bake
Basic HTML PowerPoint How Hyper Text Markup Language Works
HTML Structure & syntax. Introduction This presentation introduces the following: Doctype declaration HTML Tags, Elements and Attributes Sections of a.
Ali Alshowaish. What is HTML? HTML stands for Hyper Text Markup Language Specifically created to make World Wide Web pages Web authoring software language.
Start Dreamweaver program From file menu click new Blank page appears.
Introducing the World Wide Web Internet- a structure made up of millions of interconnected computers whose users communicate with each other and share.
Tools to Create Web Pages Fall Tools Text Editors – Notepad (free) – Notepad++ (free) Word Processor – MS Word (Expensive) HTML – HTML Kit (free,
15.1 Fundamentals of HTML DeKalb County School System.
HTML Concepts and Techniques Fifth Edition Chapter 4 Creating Tables in a Web Site.
15.1 Fundamentals of HTML 2 assignments: 1st—complete the worksheet. 2nd—create your first HTML web page following the directions in this PowerPoint where.
Adobe Dreamweaver CS3 Developing a Web Page. Planning the Page Layout Use White SpaceUse White Space Limit media objectsLimit media objects KISSKISS Use.
HTML HyperText Markup Language. Text Files An array of bytes stored on disk Each element of the array is a text character A text editor is a user program.
HTML Concepts and Techniques Fifth Edition Chapter 3 Creating Web Pages with Links, Images, and Formatted Text.
1 After completing this lesson, you will be able to: Get around the Internet with your browser. Connect to the Internet. Print Web pages. Save Web pages.
Web Authoring with Dreamweaver. Unit Objectives  Be able to define keywords: HTML, HTTP (protocol), browser, web server, client/server, tag, attribute,
Creating and Editing a Web Page
Your HTML website creating your first html file. Creating an HTML FIle Open note pad from accessories, programs. Write code. Save and view. In 3 Steps.
Learning Aim C.  Creating web pages involves many considerations.  In this section we will look at the different software tools you can use and how.
1 Your Web Page title body of Web page main heading H2 heading bulleted list paragraph.
Creating Web Pages with Links, Images, and Embedded Style Sheets
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.
Prepared by Sana Maqbool. Objectives After completing this lesson, the you will be able to… Understand about web authoring Name and explain the uses of.
Online PD Basic HTML The Magic Of Web Pages
Tutorial: How to Creat a Website.
Basic HTML PowerPoint How Hyper Text Markup Language Works
Basic HTML PowerPoint How Hyper Text Markup Language Works
Creating Tables in a Web Site
Internet Technologies I - Lect.01 - Waleed Ibrahim Osman
HTML Structure.
Understand basic HTML and CSS terminology, concepts, and basic operations. Objective 3.01.
15.1 Fundamentals of HTML 2 assignments: 1—complete the worksheet
Presentation transcript:

Writing Web Pages ITW009 Introducing HTML Fiona Stroud 9:30am - 12:30pm

Workshop overview IT13 –Using HTML (V4 and also V5.0) Learning to implement the HTML Tags necessary to create and edit a web page

By the end of this session, you should be able to… Explain the working principles of HTML 4.1 and 5 Encode a simple page in HTML using a text editor Maintain and contribute to a web page Locate HTML training resources

Workshop Overview –Basic format –Manipulating lines –Headings –Manipulating text –Making lists –Making links –Images –Colour –Font Manipulation –Tables –Section 1-5 –Section 6 –Section 7 –Section 8 –Section 9 –Section 10 –Section 11 –Section 12 –Section 13 –Section 14 Editing Your Practice Page

The HTML Environment You will need - A browser – e.g. Firefox or Internet Explorer An editor - –preferably an ASCII text editor e.g. Notepad, or... –dedicated HTML editing software Arachnophilia - a real HTML editor, Time - Lots and lots of time!

HTML: Facts about Tags Html pages defined by tags, syntax includes less than symbols HTML tags are usually English words, often with American spelling Tags generally travel in pairs –opening tag –closing tag Tags can contain 3 types of information- –text structure, –Page & text formatting and –information not visible on the page

Creating a new web page head body html There are 3 tags necessary to create the simplest web page…

To start your page… Go to Notepad… Type the tags shown below

Other Tags required NOW SAVE YOUR FILE AS Yourname.html Yourname.html

Viewing your web page Open your file in a browser –In menu bar select File, Open file… 1. Save file: CTRL S or from menubar 2. Switch to Browser: Alt+Tab or taskpane 3. Refresh: F5 or from toolbar To check changes as you work:

Adding page information My first web page

Adding page information This is a good start NOW SAVE YOUR FILE NOW SAVE YOUR FILE

Viewing your web page 1. Save file: CTRL S or from menubar 2. Switch to Browser: Alt+Tab or taskpane 3. Refresh: F5 or from toolbar To view your changes:

Using HTML Editing Your Practice Page - 1.Basic format 2.Manipulating lines and spaces 3.Headings 4.Manipulating text 5.Making lists 6.Making links 7.Colours and images 8.Tables

Using HTML –Basic format –Manipulating lines and spaces –Headings –Manipulating text –Making lists –Making links –Colours and images –Tables –Section 1-5 –Section 6 –Section 7 –Section 8 –Section 9 –Section 10 –Section 11 –Section 12 Editing Your Practice Page