HTML = hyper text markup language

Similar documents
Web Design 101. What is HTML? HTML Tags. Web Browsers. <!DOCTYPE html> <html> <body> <h1>my First Heading</h1> <p>my first paragraph.

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

Html basics Course Outline

The building block of a CSS stylesheet. A rule consists of a selector and a declaration block (one or more declarations).

Web Publishing Basics I

Chapter 4. Introduction to XHTML: Part 1

HTML. Based mostly on

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

11. HTML5 and Future Web Application

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

Creating Web Pages Using Netscape Composer AGENDA FOR THIS WORKSHOP. 1. How does it all work? 2. What do I need to get started at Fairfield?

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

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

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

HTML OBJECTIVES WHAT IS HTML? BY FAITH BRENNER AN INTRODUCTION

CSC 121 Computers and Scientific Thinking

Beginning Web Site Design

request HTML Document send HTML Document

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

1.264 Lecture 12. HTML Introduction to FrontPage

FUNDAMENTALS OF WEB DESIGN (405)

STD 7 th Paper 1 FA 4

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

A Balanced Introduction to Computer Science, 3/E

Part 1: HTML Language HyperText Make-up Language

CSC 101: PreLab Reading for Lab #4 More HTML (some of this reading on Tables and Images are based on previous writings of Prof William Turkett)

Web Page Creation Part I. CS27101 Introduction to Web Interface Design Prof. Angela Guercio

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

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

Chapter 3 Web Design & HTML. Web Design Class Mrs. Johnson

Introduction to WEB PROGRAMMING

Dreamweaver Basics Outline

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

Creating and Building Websites

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

Creating Forms. Starting the Page. another way of applying a template to a page.

ORB Education Quality Teaching Resources

A Brief Introduction to HTML

Class 7. Choose the correct answer:

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

I-5 Internet Applications

Virus from hack - Original page

Chapter 7: The Internet

The City School. Prep Section. ICTech. 2 nd Term. PAF Chapter. Class 8. Worksheets for Intervention Classes

The City School. Prep Section. ICTech. 2 nd Term. PAF Chapter. Class 7. Worksheets for Intervention Classes

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

TinyMCE Users Guide. This user manual will show you all the basics of the TinyMCE editor.

Creating Web Pages. Getting Started

HTTP & Websites. Web Browsers. Web Servers vs. Web sites. World Wide Web. Internet Explorer. Surfing the World Wide Web. Part 4. The World Wide Web

Web browsers. 1. Google Chrome - 62% 2. Mozilla Firefox - 15% 3. Internet Explorer - 10% 4. Safari - 5 % 5. Microsoft Edge - 4% 6.

HTML/XML. HTML Continued Introduction to CSS

SeaMonkey Composer: Creating Web Pages

Google Earth: Significant Places in Your Life Got Maps? Workshop June 17, 2013

Working with Google Earth

How the Internet Works

By Ryan Stevenson. Guidebook #2 HTML

Reading 2.2 Cascading Style Sheets

Announcements. Paper due this Wednesday

Your Own Web Page; Quick and Dirty Via Mashup Reminder: Next Quiz on 4/15

Creating Accessible Word Documents

</HTML> </HEAD> </BODY> </TITLE> </I> </B> </U> </BLINK> </EM> </FONT> </FONT> </CENTER> </H1> </H2> </H3> </P> </BR> --!>

Programmazione Web a.a. 2017/2018 HTML5

The Newsletter will contain a Title for the newsletter, a regular border, columns, Page numbers, Header and Footer and two images.

HTML & XHTML Tag Quick Reference

Introduction to using HTML to design webpages

Dreamweaver Basics Workshop

Basic CMS User Guide

Website Management with the CMS

Netscape Composer Tutorial

Desire2Learn: HTML Basics

AP CS P. Unit 2. Introduction to HTML and CSS

Styles, Style Sheets, the Box Model and Liquid Layout

HYPERTEXT MARKUP LANGUAGE ( HTML )

COMPUTER APPLICATIONS IN BUSINESS FYBMS SEM II

CS 350 COMPUTER/HUMAN INTERACTION. Lecture 6

COMSC-030 Web Site Development- Part 1. Part-Time Instructor: Joenil Mistal

Step 1 Download and Install KompoZer Step by step instructions to build your first web page using KompoZer web editor.

ICT IGCSE Practical Revision Presentation Web Authoring

Cooperative activities

CMPT 165 INTRODUCTION TO THE INTERNET AND THE WORLD WIDE WEB

ADOBE Dreamweaver CS3 Basics

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

SAMPLE PAGES. Syllabus coverage chart. viii Syllabus coverage chart

THE HITCHHIKERS GUIDE TO HTML

Glossary. advance: to move forward

INFS 2150 / 7150 Intro to Web Development / HTML Programming

Introduction to FrontPage 2002

ICT IGCSE Practical Revision Presentation Web Authoring

DREAMWEAVER QUICK START TABLE OF CONTENT

Introduction to Computers and Their Applications

INTRODUCTION TO WEB USING HTML What is HTML?

University of Hawaii at Hilo WEB AND HTML THE INTERNET MAP ( COURTESY OF WIKIMEDIA COMMONS)

c122jan2714.notebook January 27, 2014

VCE / VET INFORMATION AND COMMUNICATION TECHNOLOGY

HTML Hyper Text Markup Language

Blackboard staff how to guide Accessible Course Design

Beginners Guide to Snippet Master PRO

HTML. LBSC 690: Jordan Boyd-Graber. October 1, LBSC 690: Jordan Boyd-Graber () HTML October 1, / 29

INTRODUCTION TO HTML5! HTML5 Page Structure!

Creating Web Pages with SeaMonkey Composer

Transcription:

HTML = hyper text markup language HTML = protocol for creating HTML documents that make possible: display of text, images inclusion of multi-media applications ability to connect with other such documents on remote computers An HTML document is a scripted computer program that is interpreted by a web browser for display on monitor dynamic interaction within local functions defined by the document dynamic interaction with other such documents Result - a web page ITEC 1000 Introduction to Information Technologies 1

The power of html is that it allows the creation of documents through which you can interact with similar documents throughout the world - through the internet The internet constitutes the net of all interconnected computers. A computer on the internet is accessed through a unique address called an IP address. Different types of information pass through the internet file transfer through ftp email telnet web pages A computer that is an internet server - has software that allows handling of different types of internet activity. A computer with software handling web page activity called web-server ITEC 1000 Introduction to Information Technologies 2

Totality of interconnected web pages = the WEB made up of: Web Servers, network of computers hooked together through the internet that can be accessed through an IP address and which contain software necessary to interpret and pass on both to its clients and other web servers web page related data Web clients, any computer that is connected to the Internet and can retrieve information from a web servert HTTP protocol, the instructions in software which allow transmission of files between servers and their - rather like FTP protocol but specialized to web traffic Browser, the software residing on a web client that interprets the html documents for display or dynamic interaction either within the documents - e.g. filling out forms or with other html documents residing any where on any web server. Popular web browsers are: netscape (no longer supported), firefox, internet-explorer, safari, opera ITEC 1000 Introduction to Information Technologies 3

How to make web pages With a text editor create a file index.html containing <HTML> <HEAD> <TITLE> This is my first html document </TITLE> </HEAD> <BODY> Hello everyone, my name is... </BODY> </HTML> Save the file - and drag its icon onto your web-browser icon to open it. ITEC 1000 Introduction to Information Technologies 4

The SIT computer is our web server Each user (that s you) has webspace on SIT -namely a directory /www/users/username accessible through ftp. Up load your file to this directory by: (1) moving the file using ftp to your home directory on SIT and then moving it with the unix command mv to your webspace OR ITEC 1000 Introduction to Information Technologies 5

(2) installing an ftp-client such as core-ft or ws-ftp for windows based machines cyberduck, yummy, or transmit for Mac, dragging from one window to another Protocol to add to the client may look something like In your web browser now type http://www.sit.yorku.ca/your_user_name ITEC 1000 Introduction to Information Technologies 6

Formatting html text with tags Changing font: to change size, font style, or color, type before the text < font face = fontname size = size number color = color number > After text, close the tag with </font> Example: <font face = arial size = 8 color = #85c497 > <HTML> <HEAD> <TITLE> This is my first html document </TITLE> </HEAD> <BODY> <font face= "arial" SIZE =8 COLOR = #85c497 > My name is not Albert Einstein </font> The color number: 3 sets of 2 hex digits defining the level of red, blue, and green left 2 digits define red level middle 2 define blue level right 2 green level 85c497 <font face="times new roman"> Here is some text using Times New Roman font face... </font> <font face="arial"> Here is some text using Arial font face... </font> </BODY> </HTML> ITEC 1000 Introduction to Information Technologies 7

Simple tags to get started Making text larger surround it with <big> text </big> Making text smaller surround it with <small> text </small> Making bold text surround it with <b> text </b> Making italic text surround it with <i> text </i> or with <em> text </em> where em stands for emphasis To create a line break use <br> ITEC 1000 Introduction to Information Technologies 8

Example code <HTML> <HEAD> <TITLE> This is my first html document </TITLE> </HEAD> <BODY> <font face= "arial" SIZE =8 COLOR = #85c497 > My name is <big> not </big> Albert Einstein. <br> <small> This is smaller type </small> </FONT> <hr> <br> <font face="times new roman"> Here is some text using Times New Roman font... </font> <br> <font face="arial"> Here is some text using Arial font... </font> <hr size =8 color = red width = "80%" align = "center" noshade > <font face = "garamond" size =6 color = "b552ad"> <em> This is garamond italic font using em tag</em> at size 6 and <b>this is bold </b> <br> Above is a fat horizontal rule </BODY> </HTML> ITEC 1000 Introduction to Information Technologies 9

Formatting Headings can be created and aligned with <h n align = direction > text </ h n> where n stands for a number 1,2,3,... and the lower the number the bigger the text. To create a new paragraph and align it (left, center, or right) use <p align = direction > text </p> ITEC 1000 Introduction to Information Technologies 10

Example Code <HTML> <HEAD> <TITLE> This is my first html document </TITLE> </HEAD> <BODY> <h1 align = center color = "b552ad"> Introduction to Mathematics </h1> There will be 7 sections on various topics <h3 aligh =left> Logic </h3> Mathematics aims at trying to express ideas as clearly and unambiguously as possible. But this is not such an easy task - sometimes the ideas that we wish to express are complex, and it is easy for readers to become overwhelmed. <p align = center> Most people are unaccustomed to reading for precise meaning. We read novels and descriptive texts in which ambiguity is often part of the author s style. However for complicated texts the best way to minimize ambiguity is to use principles of logic - these rules are a tremendous aide to lazy people such as myself who do not wish to spend time meditating on what might otherwise be perceived as obscure writing. Using the ideas of logic simplifies life enormously. </p> <h4 align =left> Description </h4> In these notes I give a very brief introduction - just enough so we can deal with some of the more abstract concepts. These notes are very informal. The idea behind them is to introduce principles with a minimum of fuss. </BODY> </HTML> ITEC 1000 Introduction to Information Technologies 11

Inserting Images An image file can be inserted - on the left, center or right And the resolution of the image can be altered - with perhaps degradation To do this use <img src = image.ext align = direction width =x height =y> image.ext = the name of your image file - snow.jpg x and y each represents a number of pixels ITEC 1000 Introduction to Information Technologies 12

Example Code <HTML> <HEAD> <TITLE> This is my third html document </TITLE> </HEAD> <BODY> <h1 align = center color = "b552ad"> Here we show how to insert an image </h1> This is a photo taken in the park across the street from my house <p align =left> <img src = "snow_small.jpg" align = center border => </p> <br> <p align =center> <img src = "snow_small.jpg" width =350 height = 467 align = center border =1> </p> Here I show how to enlarge a picture and it in the center. </BODY> </HTML> ITEC 1000 Introduction to Information Technologies 13

Inserting hyper-links Links to another web page - on your computer can be set up using <a href = page.html > label text </a> where label text refers to the label that is given the link A link to a web page on a remote computer can be set up substituting the full address for page.html for instance <a href = http://www.yorku.ca/itec1000/ > ITEC home page </a> If you wish to have a link to a media file - the file s full address can also be used. ITEC 1000 Introduction to Information Technologies 14

Example code <HTML> <HEAD> <TITLE> This is my fourth html document </TITLE> </HEAD> <BODY> <h1 align = center color = "b552ad"> Here we show how to insert an link to another file </h1> This will be a link to the ITEC home page <a href = "http://www.yorku.ca/itec1000/index.html"> ITEC home page </a> <p> This will be a link to an audio file <a href = "http://www.yorku.ca/walker/intro1.aif"> Some music </a> </p> <p align =center> <img src = "snow_small.jpg" width =350 height = 467 align = center border =1> </p> Here I show how to enlarge a picture and it in the center. </BODY> </HTML> ITEC 1000 Introduction to Information Technologies 15