ตัวอย่างโครงสร้างและ ส่วนประกอบภาษา HTML about 10 words BACKGROUND="name.gif" BGCOLOR="#0000FF" TEXT="#000000" LINK="#0000FF" VLINK="#FF00FF" ALINK="#FF0000"

Slides:



Advertisements
Similar presentations
Session 2 Introduction to HyperText Markup Language 4 (HTML 4) Matakuliah: M0114/Web Based Programming Tahun: 2005 Versi: 5.
Advertisements

Using HTML Tables Presenting Information & Layout Control.
Use Tables for Layout Control Day 7. You will learn to: Understand Tables Create a Simple Table Modify Your Tables Appearance Create Page Layouts with.
HTML Tables Introduction to Tables Introduction to Tables Table Format Table Format Table Captions Table Captions Table Example Table Example Excercise.
Copyright © 2004 ProsoftTraining, All Rights Reserved. Lesson 6: HTML Tables.
Copyright © Terry Felke-Morris WEB DEVELOPMENT & DESIGN FOUNDATIONS WITH HTML5 Chapter 8 Key Concepts 1 Copyright © Terry Felke-Morris.
HTML and CSS. HTML Hyper Text Markup Language Tells browser how to display text and images.
WEB PAGES: CREATING AND MAINTAINING ** Frank Romanelli Instructor: Wednesday: 10:15 -11:15 Week 3.
Dr. Alexandra I. Cristea CSS Dr. Alexandra I. Cristea Source:
1 Lesson 5. 2 R3 R1 R5 R4 R6 R2 B B A A
Cascading Style Sheets By: Valerie Kuna. What are Cascading Style Sheets? Cascading Style Sheets (CSS) are a standard for specifying the presentation.
Cascading Style Sheet CSS CS1520 Ali Alanjawi. 2 TA Information Ali Alanjawi Homepage: Office:
Introduction to HTML Bent Thomsen Institut for Datalogi Aalborg Universitet.
Tutorial 4: Designing a Web Page with Tables
HTML TABLES Cyndi Hageman. Tables   Attributes Name or id – used to identify the table Border = set this to determine if there is a border and the size.
XP Creating Web Pages with HTML Using Tables. XP Objectives Create a text table Create a table using the,, and tags Create table headers and captions.
Introduction to HTML II Shih-Heng Chin. Preface Structure of a HTML File Elements used frequently Tables.
Using HTML Tables.
Basic HTML UCR Webmasters Support Group Derk Adams.
WEB PAGES: CREATING AND MAINTAINING ** Tom Keane & Mayis SeapanInstructors: HTML Tags to format your text.
HTML. Goals How to use the Komodo editor HTML coding and testing Basic HTML tags List and Images Tables and Links At least 2 pages and navigation
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 WEB DEVELOPMENT AND HTML Lecture 06: Tables - Spring 2011.
Typography Font type Font size Font style (e.g., bold, italic) Color Font effects The first 3 of these can be set in the formatting toolbar, and all of.
Lesson 6. Links in HTML Computer Science Welcome to Virtual University in Pakistanhttp://
HTML. Goals How to use the Komodo editor HTML coding and testing – List and Images – Tables and Links – At least 2 pages and navigation –
1 HTML/CSS Tutorial. 2 Definitions WWW -- a software infrastructure layered on top of the Internet HTTP -- HyperText Transport Protocol, layered on top.
1 3/7/05CS120 The Information Era Chapter 4 Basic Web Page Construction TOPICS: More on tables and images.
 HTML stands for Hyper Text Mark-up Language. The coding language used to create documents for the World Wide Web  HTML is composed of tags. HTML tags.
1 eVenzia Technologies Learning HTML, XHTML & CSS Chapter 2.
1.NET Web Forms HTML Introduction © 2002 by Jerry Post.
Chapter 6 An Introduction to HTML Pages Tag Nesting You can put two tags together to combine the effects Bold and underlined But make sure.
>> Introduction to HTML: Tables. HTML is used to give websites structure 5 Basic Tags Element = Start-Tag+Content+End-Tag Heading Tags [h1-h6] Paragraph.
CPT 123 Internet Skills Class Notes Publishing to the Web Session B.
HTML B OOT C AMP Chapter 10 Tables Kirkwood Continuing Education © Copyright 2015, Fred McClurg All Rights Reserved.
CS105 INTRODUCTION TO COMPUTER CONCEPTS HTML Instructor: Cuong (Charlie) Pham.
HTML (Hypertext Markup Language) – Class 3 Recap: HTML Special Characters (ex: ©). Including Images – using the tag. Lists – Ordered and Unordered.
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.
A table is a rectangular arrangement of rows and columns on your screen A table is used to organize data into rows and columns and also increasingly.
TABLES 1. In this chapter you will learn that tables have many uses in HTML. Objectives: Upon completing this section, you should be able to: 1. Insert.
ECA 228 Internet/Intranet Design I Tables. ECA 228 Internet/Intranet Design I Basic HTML Tables Created as a way to present rows and clumns of data.
TABLES 1. In this chapter you will learn that tables have many uses in HTML. Objectives: Upon completing this section, you should be able to: 1. Insert.
CIS234A Lecture 8 Instructor Greg D’Andrea. Review Text Table contains only text, evenly spaced on the Web page in rows and columns uses only standard.
Unit 4 Create and Use Tables. TITLE CORNELL NOTES TOPIC: NOTES: Name: Date: 09/08/2009 Period : Summary: Reasons for using tables Unit 4 Page 1 Display.
CSS with XHTML Please use speaker notes for additional information!
HTML(Hyper Text Markup Language) ByNaveen. Introduction HTML or Hyper Text Markup Language is the standard markup language Its used to create the web.
HTML (Hyper Text Markup Language) Lecture II. Review Writing HTML files for web pages – efficient compact – fundamental. Text files with htm extension.
Fine Tuning Basic HTML CGS3066. Some HTML Tags and Their Defaults default = What will happen in the absence of instructions to the contrary from you.
Introduction to Web Authoring Ellen Cushman /wra210.htm Class mtg. #2.
©SoftMoore ConsultingSlide 1 Introduction to HTML: Block-Level Elements.
TABLES IN HTML No, not that kind of table!! THIS KIND!!
1 R3 R1 R5 R4 R6 R2 B B A A Looking at the Code Under the View menu Select Source.
Introduction to Web Authoring Bill Hart-Davidson AIM: billhd30 Session 2
HTML  HyperText Markup Language  The Language used to design web pages  Code mixed with text  Tags enclosed in angle brackets  Single tags  Paired.
WebD Introduction to CSS By Manik Rastogi.
Cascading Style Sheets
Create a new stylesheet called Hotel Style
CS3220 Web and Internet Programming CSS Basics
>> HTML: Tables.
Tag Basics.
Creating Tables Steps for creating a Table Important Facts about Table
The Internet 10/13/11 The Box Model
Creating Tables Steps for creating a Table Important Facts about Table
TABLES.
Web Design and Development
CS3220 Web and Internet Programming CSS Basics
CS3220 Web and Internet Programming CSS Basics
Basic HTML.
Creating Tables Steps for creating a Table Important Facts about Table
Presentation transcript:

ตัวอย่างโครงสร้างและ ส่วนประกอบภาษา HTML about 10 words BACKGROUND="name.gif" BGCOLOR="#0000FF" TEXT="#000000" LINK="#0000FF" VLINK="#FF00FF" ALINK="#FF0000"

Format Control Paragraph Text to be aligned Line Break Center Un-ordered List Ordered List Pre-formated data ตัวอย่างโครงสร้างและส่วนประกอบ ภาษา HTML

Headings 25 point Bold 20 point Bold 14 point Bold 12 point Bold 10 point Bold 8 point Regular ตัวอย่างโครงสร้างและส่วนประกอบ ภาษา HTML

Comment ignored by HTML ตัวอย่างโครงสร้างและส่วนประกอบ ภาษา HTML

Character Formats Bold Italic or  No Break Space £ or &#163UK £ < and > & and © (copyright) & and © SIZE="-1" COLOR="blue" COLOR="#0000FF" FACE="Arial,Helvetica,sans-serif" FACE="FACE="'Times New Roman',Times,serif" FACE="'Courier New',Courier,monospace" ตัวอย่างโครงสร้างและส่วนประกอบ ภาษา HTML

Tables BORDER=1 ALIGN="center" CELLPADDING=10 CELLSPACING=3 BORDERCOLOR="red" COLSPAN=2 ROWSPAN=3 WIDTH="200" BGCOLOR="aqua" ALIGN="center" VALIGN="top" ตัวอย่างโครงสร้างและส่วนประกอบ ภาษา HTML

Images Space character width 20 SIZE=3 WIDTH=100%

ตัวอย่างโครงสร้างและ ส่วนประกอบภาษา HTML Links A link to Name Page DIV Paragraph Formating Text to be formatted