HTML Hyper Text Markup Language It is used for describing web documents or web pages. A markup language is set of markup tags. HTML documents are described.

Slides:



Advertisements
Similar presentations
Chapter 3 – Web Design Tables & Page Layout
Advertisements

Svetlin Nakov Telerik Corporation
WEB DESIGN TABLES, PAGE LAYOUT AND FORMS. Page Layout Page Layout is an important part of web design Why do you think your page layout is important?
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.
WeB application development
Presenter: James Huang Date: Sept. 26,  Introduction  Basics  Lists  Links  Forms  CSS 2.
Images, Tables, lists, blocks, layout, forms, iframes
1 Lecture #5 Static Web Documents Shimrit Tzur-David HAIT Summer 2005.
MR.Mohammed Sharaf al Shareef
HTML and XHTML Controlling the Display Of Web Content.
Markup Languages Controlling the Display Of Web Content.
XHTML1 Tables and Lists. XHTML2 Objectives In this chapter, you will: Create basic tables Structure tables Format tables Create lists.
Computing Concepts Advanced HTML: Tables and Forms.
 2003 Prentice Hall, Inc. All rights reserved. Chapter 5 - Introduction to XHTML: Part 2 Outline 5.1 Introduction 5.2 Basic XHTML Tables 5.3 Intermediate.
Outline IS400: Development of Business Applications on the Internet Fall 2004 Instructor: Dr. Boris Jukic Table, Forms, Metatags and Frames.
Svetlin Nakov Telerik Corporation
Week 1 8/10/2015iSTTS, Agenda Introduction to HTML Creating and publishing a Web page Validating a document Main HTML elements Block-level HTML.
Doncho Minkov Technical Trainer Telerik School Academy.
HTML 2. What is an HTML File? HTML stands for Hyper Text Markup Language An HTML file must have an htm or html file extension  With newer software it.
Introduction to HTML academy.zariba.com 1. Lecture Content 1.What is HTML? 2.The HTML Tag 3.Most popular HTML tags 2.
HTML Web Programming.
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.
DAT602 Database Application Development Lecture 14 HTML.
Svetlin Nakov Telerik Corporation
ACM 511 HTML Week -1 ACM 511 Course Notes. Books ACM 511 Course Notes.
Dr. Nuha El-KhaliliInternet Programming ( ) HTML Hyper Text Markup Language The language of web pages Maintained by the W3C
 2008 Pearson Education, Inc. All rights reserved Introduction to XHTML Pt. 2.
Ch2: Introduction to HTML5. How does the WWW work? Web information is stored in documents called Web pages. Web pages are files stored on computers called.
HTML. Basic HTML HTML document – HTML headings – to HTML paragraphs – HTML links – HTML images –
1 HTML محمد احمدی نیا 2 Of 43 What is HTML?  HTML stands for Hyper Text Markup Language  HTML is not a programming language, it.
Copyright © 2013 MyGraphicsLab / Pearson Education STRUCTURE AND HTML TAGS MyGraphicsLab: Adobe Dreamweaver CS6 ACA Certification Preparation for Web Communication.
 2004 Prentice Hall, Inc. All rights reserved. Chapter 5 - Introduction to XHTML: Part 2 Outline 5.1 Introduction 5.2 Basic XHTML Tables 5.3 Intermediate.
 2008 Pearson Education, Inc. All rights reserved Introduction to XHTML.
CS105 INTRODUCTION TO COMPUTER CONCEPTS HTML Instructor: Cuong (Charlie) Pham.
 2008 Pearson Education, Inc. All rights reserved Introduction to XHTML.
Introduction to HTML. What is HTML?  Hyper Text Markup Language  A markup language designed for the creation of web pages and other information viewable.
2.2 XHTML (cont.). Motto Yea, from the table of my memory I’ll wipe away all trivial fond records. —William Shakespeare.
HTML: Hyptertext Markup Language Doman’s Sections.
XHTML 1.1  Derived from Standard Generalized Markup Language (SGML) of ISO  XHTML concerned primary with content rather than presentation and style 
XHTML1-1 Extensible HyperText Markup Language (XHTML) Part 2 Xingquan (Hill) Zhu
Introduction HTML (Hypertext Markup Language) is used to create document on the World Wide Web. HTML is not a programming language, it is a markup language.
Svetlin Nakov Telerik Corporation
COP 3813 Intro to Internet Computing Prof. Roy Levow Lecture 2.
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.
Introducing Web Tables. Tables for tabulating items  Better looking  More flexibility  More efficient to explain information than plain text.
CP102 Module 7: HTML 1 Module 7: HTML 1.What is 1.What is HTML? 2. 2.Basic syntax, document structure 3. 3.Basic formatting, images, links 4. 4.Lists,
HTML HyperText Markup Language ©Richard L. Goldman July 15, 2003.
Lecture 6 More Advanced HTML Boriana Koleva Room: C54
COP 3813 Intro to Internet Computing Prof. Roy Levow Lecture 2.
CSE 409 – Advanced Internet Technology 1 DISCUSSION OF BASIC HTML TAGS.
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 Assoc. Prof. Rozinah Jamaludin 28 January 2010.
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.
20-753: Fundamentals of Web Programming 1 Lecture 6: Advanced HTML Fundamentals of Web Programming Lecture 6: Advanced HTML.
Internet & World Wide Web How to Program, 5/e Copyright © Pearson, Inc All Rights Reserved.
Internet & World Wide Web How to Program, 5/e Copyright © Pearson, Inc All Rights Reserved.
2.4. Choose and configure HTML5 tags to organize content and forms Choose and configure HTML5 tags for input and validation. Building the User Interface.
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.
HTML for web designing short course. What is an HTML File? HTML stands for Hyper Text Markup Language An HTML file must have an htm or html file extension.
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.
Week-11 (Lecture-1) Introduction to HTML programming: A web based markup language for web. Ex.
Presented By Presented By Tanveera Akhter Class:CA 2 nd year Dated:12/12/3456 Dept of Comp. Science.
HTML HyperText Markup Language. 1.Introduction  HTML is used to describe web pages.  HTML stands for Hyper Text Markup Language.  Tim Berners-Lee and.
HTML Basics Text, Images, Tables, Forms. HTML Structure HTML is comprised of “elements” and “tags” – Begins with and ends with Elements (tags) are nested.
Basic XHTML Tables XHTML tables—a frequently used feature that organizes data into rows and columns. Tables are defined with the table element. Table.
The Web Warrior Guide to Web Design Technologies
Chapter 5 Introduction to XHTML: Part 2
IS333: MULTI-TIER APPLICATION DEVELOPMENT
Presentation transcript:

HTML Hyper Text Markup Language It is used for describing web documents or web pages. A markup language is set of markup tags. HTML documents are described by HTML tags. Each HTML tag describes different HTML content.

HTML An HTML file must have an.htm or.html file extension HTML files can be created with text editors: – NotePad, NotePad ++, PSPad Or HTML editors: – Microsoft FrontPage – Macromedia Dreamweaver – Netscape Composer – Microsoft Word – Visual Studio

HTML Example

HTML Versions

Some Simple Tags Hyperlink Tags Link to google Web site Link to google Web site Image Tags Text formatting tags This text is emphasized. This text is emphasized. new line new line This one is This one is more emphasized more emphasized

Some Simple Tags Example Simple Tags Demo Simple Tags Demo This is a link This is a link Bold and italic text. Bold and italic text.

Some Simple Tags Example

Tags Attributes Tags can have attributes – Attributes specify properties and behavior – Few attributes can apply to every element: id, style, class, title The id is unique in the document Content of title attribute is displayed as hint when the element is hovered with the mouse.

Headings and Paragraphs Heading Tags (h1 – h6) Heading 1 Heading 1 Sub heading 2 Sub heading 2 Sub heading 3 Sub heading 3 Paragraph Tags This is my first paragraph This is my first paragraph This is my second paragraph This is my second paragraph Sections: div This is a div This is a div

Headings and Paragraphs Example <html> Headings and paragraphs Headings and paragraphs Heading 1 Heading 1 Sub heading 2 Sub heading 2 Sub heading 3 Sub heading 3 This is my first paragraph This is my first paragraph This is my second paragraph This is my second paragraph This is a div This is a div </html>

Headings and Paragraphs Example

Ordered Lists: Tag Create an Ordered List using : Apple Apple Orange Orange Grapefruit Grapefruit </ol> Attribute values for type are 1, A, a, or i

Unordered Lists: Tag Create an Unordered List using : Apple Apple Orange Orange Grapefruit Grapefruit </ul> Attribute values for type are: - disc, circle or square

HTML Tables Tables represent tabular data – A table consists of one or several rows – Each row has one or more columns Tables comprised of several core tags: : begin / end the table : create a table row : create tabular data (cell)

HTML Tables Start and end of a table - …… Start and end of a row - ……. Start and end of a cell in a row - ……..

Simple HTML Table Example Simple Table Simple Table Web Technology Web Technology Lecture 1 Lecture 1 Web Technology Web Technology Lecture 2 Lecture 2 Web Technology Web Technology Lecture 2 - Demos Lecture 2 - Demos

Simple HTML Table Example

Complete HTML Tables Table rows split into three semantic sections: header, body and footer – denotes table header and contains elements, instead of elements – denotes collection of table rows that contains the data – denotes table footer but comes BEFORE the tag

Complete HTML Table Example Column 1 Column 2 Column 1 Column 2 Footer 1 Footer 2 Footer 1 Footer 2 Cell 1.1 Cell 1.2 Cell 1.1 Cell 1.2 Cell 2.1 Cell 2.2 Cell 2.1 Cell 2.2

Complete HTML Table Example

Cell Spacing and Padding Tables have two important attributes: Cellspacing cellpadding Cellspacing cellpadding cellcell cellcell cell cell cell cell

Cell Spacing and Padding cellspacing cellspacing Defines the empty space between cells - Defines the empty space between cells cellpadding cellpadding Defines the empty space around the cell content - Defines the empty space around the cell content

Column and Row Span Table cells have two important attributes: colspan colspan Defines how many columns the cell occupies - Defines how many columns the cell occupies Rowspan Rowspan - Defines how many rows the cell occupies

Column and Row Span Example Cell[1,1] Cell[2,1] Cell[1,2] Cell[2,2] Cell[3,2] Cell[1,3] Cell[2,3]

Column and Row Span Example

HTML Forms Forms are the primary method for gathering data from site visitors Create a form block with … - … Example:......

HTML Forms The “method" attribute tells how the form data should be sent – via GET or POST request The “method" attribute tells how the form data should be sent – via GET or POST request The "action" attribute tells where the form data should be sent The "action" attribute tells where the form data should be sent

Form Fields Single-line text input fields: - - Multi-line textarea fields: - This is a multi-line text field - This is a multi-line text field Hidden fields contain data not shown to the user: - -

Form Fields Checkboxes: - Radio buttons: - Radio buttons can be grouped, allowing only one to be selected from a group: - - -

Form Fields Dropdown menus: Male Male Female Female Other Other </select> Submit button: -

Form Fields Reset button – brings the form to its initial state - Image button – acts like submit but image is displayed and click coordinates are sent - -

Form Fields Password input – a text field which masks the entered text with * signs - Multiple select field – displays the list of items in multiple lines, instead of one - <option value="Value 1" <option value="Value 1" selected="selected">keyboard selected="selected">keyboard mouse mouse speakers speakers

HTML Frames

Frames provide a way to show multiple HTML documents in a single Web page The page can be split into separate views (frames) horizontally and vertically Frames were popular in the early ages of HTML development, but now their usage is rejected Frames are not supported by all user agents (browsers, search engines, etc.)

HTML Frames Example Frames Example Frames Example

HTML Frames Example Frames Example Frames Example

££ British Pound €€Euro "" Quotation Mark ¥¥ Japanese Yen —— Em Dash Non-breaking Space &&Ampersand >> Greater Than << Less Than ™™ Trademark Sign ®® Registered Trademark Sign ©© Copyright Sign Symbol HTML Entity Symbol Name