HTML Hyper Text Markup Language. Create TABLE in an HTML Tables are defined with the tag. A table is divided into rows (with the tag), and each row is.

Slides:



Advertisements
Similar presentations
100 points 200 points 400 points 800 points800 points800 points800 points800 points 1600 points 3200 points.
Advertisements

HTML Basics 1450 Technology Seminar Copyright 2003, Matthew Hottell.
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.
WeB application development
How Tags are used to form your Web Page
HTML Character Entities. Character Entities Some characters have a special meaning in HTML, like the less than sign (
HTML IFRAMES, COLORS, ENTITIES, URL. HTML IFRAMES An iframe is used to display a web page within a web page. Apep Kamaludin, MT. |
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;
Chapter 4_2 Marking Up With Html: A Hypertext Markup Language Primer.
Learning HTML Week 6. Every Web Page Has the Same Basic Structure The title of your page The guts of the web page, text, graphics, links and so on.
Week 1 8/10/2015iSTTS, Agenda Introduction to HTML Creating and publishing a Web page Validating a document Main HTML elements Block-level HTML.
What is a TABLE? The HTML table allows web designers to arrange & organize data -- text, images, hyperlinks, forms, form fields, other tables, etc. Tables.
XHTML Tables. Tables: Allow us to display information on the page in a uniform fashion. Work well for organizing groups of words, images, and links. Are.
Introduction to HTML. What is HTML? Hyper Text Markup Language A markup language designed for the creation of web pages and other information viewable.
Review HTML  What is HTML?  HTML is a language for describing web pages.  HTML stands for Hyper Text Markup Language  HTML is not a programming language,
CpSc 462/662: Database Management Systems (DBMS) (TEXNH Approach) HTML Basics James Wang.
BY: MUHD EIZAN SHAFIQ BIN ABD AZIZ
July 2007 Web Design Developing a Class Website for the Tsunami Shelter Challenge Rozeanne Steckler
HTML basics exercises.
WHAT are frames? what.html are.htmlframes.html. Intro to Frames HTML frames allow you to display more than 1 HTML document in the same browser window.
Dr. Nuha El-KhaliliInternet Programming ( ) HTML Hyper Text Markup Language The language of web pages Maintained by the W3C
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.
HTML Introduction to HTML Tags. HTML Document My first HTML document Hello world!
CSC 2720 Building Web Applications Hypertext Markup Language (HTML)
CHAPTER 1 HTML & HTML5 I อ. ยืนยง กันทะเนตร คณะเทคโนโลยีสารสนเทศและการสื่อสาร มหาวิทยาลัยพะเยา 1.
HTML: Tables & Frames Internet Technology1. HTML: Tables Table tags ► surround the entire table ► header row (text is boldfaced) ► surround each row ►
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.
Copyright 2007, Information Builders. Slide 1 Understanding Basic HTML Amanda Regan Technical Director June, 2008.
Introduction to HTML. What is HTML?  Hyper Text Markup Language  A markup language designed for the creation of web pages and other information viewable.
Web Design and Development for Business Lecture 3 Hyper Text Markup Language (HTML)
IDK0040 Võrgurakendused I harjutus 03: Lists, tables and frames Deniss Kumlander.
Html Tables Basic Table Markup. How Tables are Used For Data Display Tables were originally designed to display and organize tabular data (charts, statistics,
HTML : Forms, Frames Instructor: Mr. Ahmed Al Astal ITGD4104 Department Requirement for senior student University of Palestine Faculty of IT.
Organization Components (Lists, Table & Frame) Wah Yan College (Hong Kong) Mr. Li. C.P.
XHTML1-1 Extensible HyperText Markup Language (XHTML) Part 2 Xingquan (Hill) Zhu
How to Make Navigational Frames in an HTML Document By: Patrick Clahane.
1 Week Four– Advance HTML 2 Dr. Fadi Safieddine. 2 Lecture Content Basic HTML Tables Using based Feedback form Creating and Using Image Maps Nested.
HTML Darby Tien-Hao Chang Department of Electrical Engineering National Cheng Kung University.
HTML (Hypertext Markup Language) – Class 3 Recap: HTML Special Characters (ex: ©). Including Images – using the tag. Lists – Ordered and Unordered.
Using Frames in a Website GMU November 12-13, 2004.
HTML: Tables & Frames Internet Technology.
HTML Hypertext Markup Language. WORKING WITH FRAMES.
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.
HTML— More Tags, Formatting, and Lists. Formatting Tags  Bold  Italics  Underline  Big text  Small text  Subscript (H 2 O)  Superscript (10 3 )
1 Web Application Programming Presented by: Mehwish Shafiq.
HTML Basics. HTML Introduction Stands for HyperText Markup Language. HTML files are plain text files with mark ups. Some characteristics of HTML: –No.
CS-3432 Electronic Commerce Lecture – 7 Sikandar Shujah Toor
HTML Frames.
Web programming Part 1: HTML 由 NordriDesign 提供
HTML FRAMES With Frames, you can display more than one Web page in the same browser window.
HTML CS 105. Page Structure HTML elements control the details of how a page gets displayed. Every HTML document has the following basic structure: … …
Assistant Professor,UCER Naini,Allahabad
HTML Lab4 Ins.Samia alblwi. O UTLINE : 1-Links 2-Frame.
REEM ALMOTIRI Information Technology Department Majmaah University.
Web111a_chapt04.ppt HTM: Section 4 Tables Table Types Text table elements Easy to use Use fixed-font text (font family monospace) Andale Mono Courier Monaco.
Tables: Basic Elements Header 1Header 2Header 3 Row 1, Column 1Row 1, Column 2Row 1, Column 3 Row 2, Column 1Row 2, Column 2Row 2, Column 3 Row 3, Column.
1 Mansoor Ahmed Bughio. 2 HTML TABLES With HTML you can create tables. Examples Tables This example demonstrates how to create tables in an HTML document.
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.
 Basic tags are the ones which defines the  General structure of the html document  These tags are a prominent part of a webpage. They enclose all.
HTML Tables. 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).
Web Basics: HTML/CSS/JavaScript What are they?
HTML What is HTML? HTML stands for Hyper Text Markup Language
Introduction to web design discussing which languages is used for website designing
If You Know Nothing About HTML, This is Where You Start.
HTML Tables & Frames Internet Technology.
Html.
Layout and Design with Tables and Frames
HTML Tables & Frames Internet Technology.
Presentation transcript:

HTML Hyper Text Markup Language

Create TABLE in an HTML 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. 2

Example of TABLE row 1, cell 1 row 1, cell 2 row 2, cell 1 row 2, cell 2 row 1, cell 1Row 1,cell 2 Row 2, cell 1Row 2, cell 2 3

Example of TABLE (Column heading) Header 1 Header 2 row 1, cell 1 row 1, cell 2 row 2, cell 1 row 2, cell 2 Header 1Header 2 row 1, cell 1row 1, cell 2 row 2, cell 1row 2, cell 2 4

The HTML frame Element The tag defines one particular window (frame) within a frameset. In the example below we have a frameset with two columns. The first column is set to 25% of the width of the browser window. The second column is set to 75% of the width of the browser window. The document "frame_a.htm" is put into the first column, and the document "frame_b.htm" is put into the second column. 5

The HTML frame Element HTML 1 ST Page frame_a.htm HTML 2 nd Page frame_b.htm 6

HTML Entities Some characters are reserved in HTML. It is not possible to use the less than ( ) signs in your text, because the browser will mix them with tags. To actually display reserved characters, we must use character entities in the HTML source code. ResultDescriptionEntity NameEntity Number non-breaking space   <less than<< >greater than>> &ampersand&& €pound££ 7