Example page BASICS. Example page AN EXAMPLE by V.R. Voller This is in blue starts a new paragraph and another a line with no break even with a return.

Slides:



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

Using HTML Tables Presenting Information & Layout Control.
HTML Basics 1450 Technology Seminar Copyright 2003, Matthew Hottell.
HyperText Markup Language (HTML). Introduction to HTML Hyper Text Markup Language HTML Example The structure of an HTML document Agenda.
ตัวอย่างโครงสร้างและ ส่วนประกอบภาษา HTML about 10 words BACKGROUND="name.gif" BGCOLOR="#0000FF" TEXT="#000000" LINK="#0000FF" VLINK="#FF00FF" ALINK="#FF0000"
Basic HTML Trystan Upstill Comp3400 Lecture 06/03/2001.
HTML / CSS – Basics Why the heck are we doing this?
HTML Tables, Lists, Blocks, Colors, Styles
Introduction to HTML Bent Thomsen Institut for Datalogi Aalborg Universitet.
HTML and Web Page Design Presented by Frank H. Osborne, Ph. D. © 2005 ID 2950 Technology and the Young Child.
Introduction to HTML CPS470 Software Engineering Fall 1998.
Lists and Tables Cool sites Lists unordered, ordered, definition Tables basic.
Introduction to HTML II Shih-Heng Chin. Preface Structure of a HTML File Elements used frequently Tables.
Basic HTML UCR Webmasters Support Group Derk Adams.
COMP101 – Exploring Multimedia and Internet Computing LA2 (Thu 14:00 – 16:50) TA: Jackie Lo.
Lecture 13. A Very Brief Introduction to HTML and XHTML, part II Instructor: Jie Yang Department of Computer Science University of Massachusetts Lowell.
Week 1 8/10/2015iSTTS, Agenda Introduction to HTML Creating and publishing a Web page Validating a document Main HTML elements Block-level HTML.
HTML. Creating a Table Attributes: border: indicates the border type of the table Value: 0 (no border), 1, 2, etc. cols: indicates the number of columns.
Introduction to HTML academy.zariba.com 1. Lecture Content 1.What is HTML? 2.The HTML Tag 3.Most popular HTML tags 2.
HTML and JavaScript How to:. Open and Close Tags HTML Program - Bold - now use Italic - now use Head - Body - Paragraph - Combining tags: Text.
HTML Tables. Start of page where we want to place a table.
Creating Tables in a Web Site.  Define table elements  Describe the steps used to plan, design, and code a table  Create a borderless table to organize.
Presenting Information on WWW using HTML. Presenting Information on the Web with HTML How Web sites are organized and implemented A brief introduction.
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 - basic tags - How to learn more. What is HTML? HyperText Markup Language HTML5: – Recommended by the W3C.
1 Basic HTML. 2 Part 1: Basic Web Page Production.
1 CSC 121 Computers and Scientific Thinking David Reed Creighton University HTML and Web Pages.
Chapter 4 (through page 110) Fluency with Information Technology 4 th edition by Lawrence Snyder (slides by Deborah Woodall : 1.
C1999 Kathleen Schrock 1 Basic HTML By Kathy Schrock.
Getting Started with HTML Please use speaker notes for additional information!
1 HTML John Sum Institute of Technology Management National Chung Hsing University.
Explorers Guild April 27, What is HTML? Hypertext Markup Language (HTML) is the basic building block of the World Wide Web page. HTML files are.
CPT 123 Internet Skills Class Notes Publishing to the Web Session B.
Web Technologies COMP6115 Session 2: Planning, Designing, Constructing and Testing Static Web Sites Dr. Paul Walcott Department of Computer Science, Mathematics.
CS105 INTRODUCTION TO COMPUTER CONCEPTS HTML Instructor: Cuong (Charlie) Pham.
Chapter 2 XHTML: Part II The Web Warrior Guide to Web Design Technologies.
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.
Table Row Table Data ( Header & Data) Data Cell Padding TABLE.
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,
How to create Web Pages. Some relevant websites ????
Suzanne Sultan1 Line Breaks, Paragraphs, lists Lab3.
Computer Science 101 Lists and Tables. Lists Unordered lists - use a bullet Ordered lists - use a number, Roman numeral, or letter.
Web programming Part 1: HTML 由 NordriDesign 提供
HTML Assoc. Prof. Rozinah Jamaludin 28 January 2010.
Basic HTML Programming Technology Education Ellsworth Community Middle School Communication Systems.
Assistant Professor,UCER Naini,Allahabad
CS134 Web Design & Development Attributes, Lists, Tables, Links, and Images Mehmud Abliz.
Doing TABLES Creating Tables in HTML. Start creating the table by using the Table container tag.
Tutorial 5: Tables Session OBJECTIVES Create a table Insert a table summary Insert a table caption Add rows and cells Merge Cells inside a Table.
HTML Tags BTT1O. HTML  Documents written in hypertext markup language can be interpreted by all web browsers.  This language lets the web page developer.
INT222 – Internet Fundamentals
HTML cancho. HTML HyperText Markup Language A set of HTML tags.
Linking Using Image Maps. What is an Image Map? An image map is an image in which several areas of an image are linked to different sites The areas of.
Chapter 4 HTML Tags. HTML is written in something called tags. Tags come in pairs, an opening one and a closing one. The first pair of tags we'll write.
1 R3 R1 R5 R4 R6 R2 B B A A Looking at the Code Under the View menu Select Source.
Create Your Own Web Page: An Introduction to HTML Instructor: Corey Johnson Assisted by: tba.
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.
Basic Webpage Design Formatting output using Unordered List and Ordered List tag.
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).
Elements of HTML Web Design – Sec 3-2
Elements of HTML Web Design – Sec 3-2
Getting Started – Table 2
Elements of HTML Web Design – Sec 3-2
Web Design and Development
HTML Practices.
Basic HTML.
Presentation transcript:

Example page BASICS

Example page AN EXAMPLE by V.R. Voller This is in blue starts a new paragraph and another a line with no break even with a return a line with a break and no return TEXT ATTRIBUTES

Example page AN EXAMPLE by V.R. Voller This is in blue starts a new paragraph and another a line with no break even with a return a line with a break and no return An ordered list item 1 item 2 an unordered list nested in the first item 2.1 item 2.2 item 3 LISTS

Example page AN EXAMPLE by V.R. Voller This is in blue starts a new paragraph and another a line with no break even with a return a line with a break and no return An ordered list item 1 item 2 an unordered list nested in the first item 2.1 item 2.2 item 3 A table with hypertexted images and normal hypertext IMAGE Vaughan R. Voller Department of Civil Engineering A BASIC TABLE

Example page AN EXAMPLE by V.R. Voller This is in blue starts a new paragraph and another a line with no break even with a return a line with a break and no return An ordered list item 1 item 2 an unordered list nested in the first item 2.1 item 2.2 item 3 A table with hypertexted images and normal hypertext <TABLE BORDER = "3" CELLSPACING = "6" CELLPADDING ="12"> IMAGE Vaughan R. Voller Department of Civil Engineering A NICE TABLE

Example page AN EXAMPLE by V.R. Voller This is in blue starts a new paragraph and another a line with no break even with a return a line with a break and no return An ordered list item 1 item 2 an unordered list nested in the first item 2.1 item 2.2 item 3 A table with hypertexted images and normal hypertext <TABLE BORDER = "3" CELLSPACING = "6" CELLPADDING ="12"> Vaughan R. Voller Department of Civil Engineering Internal Table Attributes

Example page AN EXAMPLE by V.R. Voller This is in blue starts a new paragraph and another a line with no break even with a return a line with a break and no return An ordered list item 1 item 2 an unordered list nested in the first item 2.1 item 2.2 item 3 A table with hypertexted images and normal hypertext <TABLE BORDER = "3" CELLSPACING = "6" CELLPADDING ="12"> Vaughan R. Voller Department of Civil Engineering INSERTING IMAGES

Example page AN EXAMPLE by V.R. Voller This is in blue starts a new paragraph and another a line with no break even with a return a line with a break and no return An ordered list item 1 item 2 an unordered list nested in the first item 2.1 item 2.2 item 3 A table with hypertexted images and normal hypertext <TABLE BORDER = "3" CELLSPACING = "6" CELLPADDING ="12"> Vaughan R. Voller Department of Civil Engineering HYPERTEXT