Graduate School of Library and Information Science LIS 753 Introduction to HTML 5 By: Yijun Gao Week Three.

Slides:



Advertisements
Similar presentations
Introduction to Web Design Lecture number:. Todays Aim: Introduction to Web-designing and how its done. Modelling websites in HTML.
Advertisements

Farhan Nisar University of Peshawar
Learning HTML. > Title of page This is my first homepage. Tells Browser This is an HTML page Basic Tags Tells Browser End of HTML page Header information.
HTML: HyperText Markup Language Hello World Welcome to the world!
Learning HTML Internet and Web Application Development SWE 444 Dr. Ahmed Youssef.
WeB application development
Website Design.
HTML – A Brief introduction Title of page This is my first homepage. This text is bold  The first tag in your HTML document is. This tag tells your browser.
Images, Tables, lists, blocks, layout, forms, iframes
MR.Mohammed Sharaf al Shareef
Made by: Dan Ye. Introduction Basic Last Page ☆ HTML stands for Hyper Text Markup Language; ☆ HTML is not a programming language, it is a markup language;
Computer Sciences Department
HTML Tags. Objectives Know the commonly used HTML tags Create a simple webpage using the HTML tags that will be discussed.
CpSc 462/662: Database Management Systems (DBMS) (TEXNH Approach) HTML Basics James Wang.
CS105 Introduction to Computer Concepts HTML
HTML5. What is HTML5? HTML5 will be the new standard for HTML. HTML5 is the next generation of HTML. HTML5 is still a work in progress. However, the major.
Week 09, Session 01 Other HTML Tags & HTML5 IF Website Development Presented by: RDT.
HTML. What is HTML? HTML is a language for describing web pages. HTML stands for Hyper Text Markup Language HTML is a markup language A markup language.
Ku-Yaw Chang Assistant Professor, Department of Computer Science and Information Engineering Da-Yeh University.
DAT602 Database Application Development Lecture 14 HTML.
CS 299 – Web Programming and Design Introduction to HTML.
Programming in HTML.  Programming Language  Used to design/create web pages  Hyper Text Markup Language  Markup Language  Series of Markup tags 
HTML Structure & syntax
ACM 511 HTML Week -1 ACM 511 Course Notes. Books ACM 511 Course Notes.
HTML Overview Part 4 – Tables 1. HTML Tables  Tables are defined with the tag pair.  A table is divided into rows with tag pairs. o tr stands for "table.
 2008 Pearson Education, Inc. All rights reserved Introduction to XHTML Pt. 2.
HTML history, Tags, Element. HTML: HyperText Markup Language Hello World Welcome to the world!
HTML INTRODUCTION, EDITORS, BASIC, ELEMENTS, ATTRIBUTES.
1 HTML محمد احمدی نیا 2 Of 43 What is HTML?  HTML stands for Hyper Text Markup Language  HTML is not a programming language, it.
Programming in HTML.  Programming Language  Used to design/create web pages  Hyper Text Markup Language  Markup Language  Series of Markup tags 
 2008 Pearson Education, Inc. All rights reserved Introduction to XHTML.
Introduction to HTML. What is HTML? Hyper Text Markup Language (HTML) is a language for describing web pages. HTML is not a programming language, it is.
CS105 INTRODUCTION TO COMPUTER CONCEPTS HTML Instructor: Cuong (Charlie) Pham.
 2008 Pearson Education, Inc. All rights reserved Introduction to XHTML.
CSC 330 E-Commerce Teacher Ahmed Mumtaz Mustehsan Ahmed Mumtaz Mustehsan GM-IT CIIT Islamabad GM-IT CIIT Islamabad CIIT Virtual Campus, CIIT COMSATS Institute.
Lec.10 + (Chapter 8 & 9) GUI Java Applet Jiang (Jen) ZHENG July 6 th, 2005.
Ali Alshowaish. What is HTML? HTML stands for Hyper Text Markup Language Specifically created to make World Wide Web pages Web authoring software language.
Introduction to HTML Xiangming Mu 9/23/ Learning Objectives Understand basic HTML tags and their attributes Learn to create a simple HTML page.
1. Pengenalan HTML M. Udin Harun Al Rasyid, S.Kom, Ph.D Lab Jaringan Komputer (C-307)
HTML Basic. What is HTML HTML is a language for describing web pages. HTML stands for Hyper Text Markup Language HTML is not a programming language, it.
HTML Hyper Text Markup Language 1BFCET BATHINDA. Definitions Web server: a system on the internet containing one or more web site Web site: a collection.
Introduction to HTML Year 8. What is HTML O Hyper Text Mark-up Language O The language that all the elements of a web page are written in. O It describes.
HTML IMAGES. CONTENTS IMG Tag Alt Attribute Setting Width and Height Of An Image Summary Exercise.
HTML Basics. HTML Coding HTML Hypertext markup language The code used to create web pages.
Introduction to HTML UWWD. Agenda What do you need? What do you need? What are HTML, CSS, and tags? What are HTML, CSS, and tags? html, head, and body.
WEEK -1 ACM 262 ACM 262 Course Notes. HTML What is HTML? HTML is a language for describing web pages. HTML stands for Hyper Text Markup Language HTML.
HTML CS 105. Page Structure HTML elements control the details of how a page gets displayed. Every HTML document has the following basic structure: … …
What is HTML? HTML is a language for describing web pages. HTML stands for Hyper Text Markup Language HTML is not a programming language, it is a markup.
More HTML Images and Links. Links An anchor tag (a) is used to define a link, but you also need to add something to the anchor tag – the destination of.
Department of Computer Science, Florida State University CGS 3066: Web Programming and Design Spring
Department of Computer Science, Florida State University CGS 3066: Web Programming and Design Spring
HTML. INDEX Introduction to HTML Creating Web Pages Commands And Tags Web Page.
INTERNET APPLICATIONS CPIT405 Forms, Internal links, meta tags, search engine friendly websites.
HTML Tutorial. What is HTML HTML is a markup language for describing web documents (web pages) HTML documents are described by HTML tags Each HTML tag.
Chapter 1: Intro to HTML Section 1: HTML Structure Presentation Section 2: Layout of an HTML File Section 3: Working with Lists & Tables Section 4: HTML.
HTML AN INTRODUCTION TO WEB PAGE PROGRAMMING. INTRODUCTION TO HTML With HTML you can create your own Web site. HTML stands for Hyper Text Markup Language.
HTML Tables Tables are defined with the tag. A table is divided into rows (with the tag), and each row is divided into data cells (with the tag). td stands.
HTML Help book. HTML HTML is the programming language used to make web pages for the Internet. HTML stands for Hyper Text Markup Language. HTML is made.
HTML Structure & syntax
Basic HTML Introduction to HTML.
Elements of HTML Web Design – Sec 3-2
3.00cs HTML Overview 3.00cs Develop webpages.
Basic XHTML Tables XHTML tables—a frequently used feature that organizes data into rows and columns. Tables are defined with the table element. Table.
Elements of HTML Web Design – Sec 3-2
WEBSITE DESIGN Chp 1
Basic HTML and Embed Codes
1 Introduction to XHTML.
Internet Technologies I - Lect.01 - Waleed Ibrahim Osman
Pertemuan 1 Desain web Pertemuan 1
Presentation transcript:

Graduate School of Library and Information Science LIS 753 Introduction to HTML 5 By: Yijun Gao Week Three

What is HTML? A language describing web pages --- Stands for Hyper Text Markup Language HTML is a markup language --- Includes: a set of markup tags --- The tags describe document content HTML documents --- Contain HTML tags & plain text --- Also called web pages

HTML Tags HTML markup tags = HTML tags --- keywords (tag names) surrounded by: * angle brackets like HTML tags come in pairs --- like and OR content --- The first tag in a pair is the start tag *** “start tags only” sometimes works! --- The second tag is the end tag * with a forward slash before the tag name

HTML Elements (Check notes:) Starts with a start tag / opening tag --- Ends with an end tag / closing tag (Must!) The element content is everything between the start and the end tag Some HTML elements have empty content Empty elements are closed in the start tag Most HTML elements can have attributes HTML Tip: Use Lowercase Tags

HTML Attributes HTML elements can have attributes Provide additional info. about an element Always specified in the start tag Come in name/value pairs: name="value” Attribute values must be “double quoted” Use Lowercase Attributes link --- which is “element” & “attribute”?

Our First “Full” HTML Page Can you tell the difference between this one and the one I posted online ( ) It has Five elements Hello, World!!! We are the world!!! Go GSLIS GO!!!

The element It defines the whole document. Start tag & end tag Its content is another HTML element (the element) See notes for & elements

HTML Links HTML links are defined with the tag The href attribute specifies the destination Example: Link text This is a link *** Please also see the note of this page below Tip: The "Link text" doesn't have to be text. It can be an image or any other HTML element.

HTML Images HTML images are defined with the tag The tag is empty, which means that it contains attributes only, and has no closing tag. To display an image on a page, you need to use the src attribute. “src” stands for "source". The value of the src attribute is the URL of the image you want to display. (please check the notes below) Syntax for defining an image:

HTML Images - The Alt Attribute It specifies an alternate text for an image, if the image cannot be displayed. Its value is an author-defined text: Note: When a web page is loaded, the browser gets the image from a web server and inserts it into the page. Therefore, make sure that the images actually stay in the same spot in relation to the web page, otherwise your visitors will get a broken link icon.

Set Height & Width of an Image The height and width attributes are used to specify the size of an image. The values are specified in pixels Tip: It is a good practice to specify both the height and width attributes for an image.

HTML Tables Tables are defined with the tag. A table is divided into rows (with the tag), and each row is divided into data cells (with the tag). td stands for "table data" and holds the content of a data cell. A tag can contain text, links, images, lists, forms, other tables, etc.

Table Example row 1, cell 1 row 1, cell 2 row 2, cell 1 row 2, cell 2

An HTML Table in a browser row 1, cell 1row 1, cell 2 row 2, cell 1row 2, cell 2 Row 1, cell 1 Row 1, cell 2 Note: The first line above is to set the border size

HTML Table Headers Defined with the tag. Text in the element: bold & centered Header 1 Header 2 row 1, cell 1 row 1, cell 2 row 2, cell 1 row 2, cell 2

Playing YouTube Video in HTML Is it easy?

HTML Forms Used to pass data to a server --- One of the most important features An HTML form can contain input elements like text fields, checkboxes, radio-buttons, submit buttons…(Collect user entered data) A form can also contain select lists, textarea, fieldset, legend, and label elements --- Google Search Page is a form

What is HTML 5 The latest standard for HTML --- No need to study the HTML 4.01 now --- No need to study XHTML either --- Supported by latest web browsers HTML 5 can deliver rich content --- Includes: animation, graphics, music & movies --- Without additional plugins (NO Flash!!!) --- Extremely useful in the mobile age

HTML 5 is Simple & Powerful… Can build complicated web Applications --- Require fewer scripting (nice…) Cross-platform & Device-independent --- For PC, Tablet, Smartphone, Smart TV It starts with:

HTML5 - New Features The element for 2D drawing The and elements --- For media playback with Flash plugins Support for local storage --- You can run the websites locally New content-specific elements, like,,,, New form controls, like calendar, date, time, , url, search