The [HTML] Element p. 61 The [HEAD] Element p. 62 The [TITLE] Element p. 63 The [BODY] Element p. 66 HTML Elements p. 66 Core Attributes p.

Size: px
Start display at page:

Download "The [HTML] Element p. 61 The [HEAD] Element p. 62 The [TITLE] Element p. 63 The [BODY] Element p. 66 HTML Elements p. 66 Core Attributes p."

Transcription

1 Acknowledgments p. xix Preface p. xxi Web Basics Introduction to HTML p. 3 Basic HTML Concepts p. 4 HTML: A Structured Language p. 7 Overview of HTML Markup p. 11 Logical and Physical HTML p. 13 What HTML Is Not p. 15 Summary p. 17 Web Publishing p. 19 What Is Good Web Design? p. 20 The Process of Web Publishing p. 23 Determining Purpose p. 24 Who Is the Audience? p. 25 Who Will Pay for It? p. 26 Defining Goals p. 27 Defining Scope p. 28 Organization of Information p. 29 Determining the Site Plan p. 36 Implementation p. 37 Gathering and Creating the Content p. 37 Visual Design p. 38 Technology Design p. 38 Producing the HTML p. 39 Testing p. 42 Maintenance p. 44 The Phases of Web Site Development p. 45 HTML's Role in the Web p. 45 Historical Roots of HTML p. 46 Mosaic: The Web Community Changes p. 47 The Rise of Netscape p. 48 The Market Matures: Microsoft Enters p. 49 From Pages to Programs p. 49 Issues Facing HTML and the Web p. 50 Summary p. 51 Introduction to Common HTML p. 53 HTML Overview p. 54 HTML Rules and Guidelines p. 55 The Structure of HTML Documents p. 59 Document Types p. 60

2 The [HTML] Element p. 61 The [HEAD] Element p. 62 The [TITLE] Element p. 63 The [BODY] Element p. 66 HTML Elements p. 66 Core Attributes p. 66 Language Attributes p. 68 Core Events p. 68 Block-Level Elements p. 69 Text-Level Elements p. 94 Character Entities p. 100 Summary p. 103 Links and Addressing p. 105 Linking Basics p. 106 What Are URLs? p. 109 Basic Concepts p. 110 Formula for a URL p. 118 Relative URLs p. 127 Linking in HTML p. 129 The Anchor Element p. 129 Link Renderings p. 132 Anchor Attributes p. 133 Using the NAME Attribute p. 134 TITLE Attributes for Anchors p. 136 Accelerator Keys p. 138 TABINDEX Attribute p. 139 TARGET Attribute p. 139 Anchors and Link Relationships p. 140 Scripting and Anchors p. 140 Images and Anchors p. 141 Image Maps p. 142 Server-Side Image Maps p. 143 Client-Side Image Maps p. 144 Image Map Attributes p. 149 Semantic Linking with the [LINK] Element p. 154 Link Relationships in Detail p. 154 WebTV Support for [LINK] p. 160 [LINK] and Style Sheets p. 160 Meta-Information p. 161 [META] and the NAME Attribute p. 162 META and HTTP-EQUIP p. 163

3 Client-Pull p. 164 Site Filtering p. 164 Linking Issues p. 168 Beyond Location p. 170 Problems with URLs p. 170 URNs, URCs, and URIs p. 171 New URL Forms p. 173 Summary p. 174 HTML and Images p. 175 The Role of Images on the Web p. 176 Image Preliminaries p. 177 GIF Images p. 179 JPEG Images p. 186 PNG Images p. 187 Other Useful Image Formats p. 187 Image Downloading Issues p. 187 Obtaining Images p. 189 HTML Image Basics p. 191 ALT Attribute p. 192 Image Alignment p. 196 HSPACE and VSPACE p. 200 Extensions to [BR] p. 202 HEIGHT and WIDTH p. 205 LOWSRC p. 206 Images as Buttons p. 207 Image Maps p. 209 Server-Side Image Maps p. 209 Client-Side Image Maps p. 210 Advanced Image Considerations: Scripting, Style, and [OBJECT] p. 211 Summary p. 212 Presentation and Layout Introduction to Layout: Backgrounds, Colors, and Text p. 215 Design Requirements p. 216 HTML Approach to Web Design p. 217 Text Alignment with Traditional HTML Elements p. 217 The [CENTER] Element p. 219 Alignment Attributes p. 219 Word Hinting with [NOBR] and [WBR] p. 219 Alignment with Images p. 220 Invisible Images and Layout p. 221 The [SPACER] Element p. 222

4 The [MULTICOL] Element p. 224 Fonts p. 227 Document-Wide Font Settings p. 229 Downloadable Fonts p. 230 Netscape's Dynamic Fonts p. 231 Microsoft's Dynamic Fonts p. 232 Colors in HTML p. 233 Document-Wide Color Attributes for [BODY] p. 235 Background Images p. 237 Internet Explorer Background Attributes p. 240 Summary p. 241 Layout with Tables p. 243 Introduction to Tables p. 244 Simple Tables p. 244 ROWSPAN and COLSPAN p. 246 Tables for Layout p. 249 Tables in HTML 4 p. 256 [TABLE] Elements p. 259 Databinding: Tables Generated from a Data Source p. 259 Summary p. 263 Advanced Layout: Frames and Layers p. 265 Frames p. 266 Overview of Frames p. 267 Simple Frame Example p. 267 Frame Targeting p. 272 Floating Frames p. 275 Using Frames p. 276 Frame Problems p. 277 Layers p. 278 Positioned Layers p. 279 Inflow Layers p. 281 Interesting Uses of Layers p. 283 Programming Layers p. 286 Summary p. 287 HTML and Other Media Types p. 289 HTML and Binary Objects p. 290 Plug-Ins and [EMBED] p. 290 ActiveX Controls and [OBJECT] p. 292 Java Applets p. 293 Media-Like Element: [MARQUEE] p. 295 Audio Support in Browsers p. 297

5 Digital Sound Basics p. 298 Audio File Formats and Compression p. 298 Downloading and Playing Audio p. 298 Video Support p. 308 Digital Video Basics p. 309 Video File Formats and Compression p. 309 Waiting for Video p. 309 Other Video Formats p. 322 Other Binary Formats p. 322 Flash p. 323 Acrobat p. 325 Summary p. 326 Style Sheets p. 327 The Rise of Style p. 328 Style Sheet Basics p. 329 Adding Style to a Document p. 330 Style Sheet Example p. 342 Style Sheet Properties p. 344 Font Properties p. 344 Color and Background Properties p. 351 Text Properties p. 356 Box Properties p. 361 Classification Properties p. 374 Positioning with Style Sheets p. 378 Positioning and Sizing of Regions p. 379 CSS2: New Feature Summary p. 386 Media Types p. 386 User Interface Changes p. 389 Microsoft-Specific Style Sheet Properties p. 397 Filters p. 397 Summary p. 404 Programming and HTML Basic Interactivity and HTML: Forms p. 407 How Are Forms Used? p. 408 Form Preliminaries p. 409 The [FORM] Element p. 410 ACTION Attribute p. 410 METHOD Attribute p. 411 NAME Attribute p. 413 ENCTYPE Attribute p. 414 Simple [FORM] Syntax p. 415

6 Complete [FORM] Syntax p. 416 Form Controls p. 419 Text Controls p. 419 Additional [INPUT] Types p. 433 New and Emerging Form Elements p. 438 [BUTTON] Element p. 438 Labels p. 439 [FIELDSET] p. 439 Form Accessibility Enhancements p. 441 Miscellaneous HTML 4 Form Attributes p. 443 Form Presentation p. 443 Special Form Considerations for WebTV p. 448 Forms and Events p. 448 Summary p. 451 Introduction to Server-Side Programming p. 453 Overview of Client/Server Programming on the Web p. 454 Server-Side Programming p. 457 Common Gateway Interface (CGI) p. 458 CGI Output p. 461 Passing Information to a CGI Program: Environment Variables p. 464 Passing Information to a CGI Program: Form Data p. 468 Writing CGI Programs p. 470 Buying or Borrowing CGI Programs p. 471 NSAPI/ISAPI p. 472 Parsed HTML Solutions: Server-Side Scripting p. 472 Server-Side Includes (SSIs) p. 473 ColdFusion p. 479 Using CFML p. 479 CFML Summary p. 488 Active Server Pages (ASP) p. 490 Creating ASP Pages p. 491 Summary p. 496 Introduction to Scripting and HTML p. 497 The Purpose of Scripting p. 498 JavaScript p. 499 VBScript p. 502 Including Scripts in an HTML Document p. 504 Specifying the Scripting Language p. 508 External Scripts p. 509 Scripting and Non-Script-Aware Browsers p. 510 [NOSCRIPT] p. 511

7 Script Events and HTML p. 512 Extended Event Models p. 518 Form Validation in JavaScript p. 529 Summary p. 533 Dynamic HTML (DHTML) p. 535 Dynamic HTML and the Document Object Model p. 536 Object Models p. 539 HTML and Scripting Access p. 542 Rollover Buttons p. 547 Style Sheet-Based Rollovers p. 549 Moving Objects with DHTML p. 551 Ramifications of DHTML p. 557 Summary p. 558 Client-Side Programming and HTML p. 559 Scripting, Programming, and Objects p. 560 Plug-Ins p. 561 [EMBED] Syntax p. 563 Java Applets p. 569 [APPLET] Syntax p. 572 Java and Scripting p. 574 Using Java Without Programming p. 577 ActiveX Controls p. 578 Adding Controls to Web Pages p. 580 Cross-Platform Support with Plug-Ins and ActiveX Controls p. 588 The Future of [OBJECT] p. 590 Summary p. 590 Site Delivery Putting It All Together: Delivering the Web Site p. 595 Publishing the Site p. 596 Outsourcing Web Hosting p. 596 Virtual Hosting p. 599 Running a Local Web Server p. 600 Selecting a Web Server p. 600 How Web Servers Work p. 604 HTTP p. 605 MIME p. 621 Speed and State Problems with HTTP p. 622 The Realities of Publishing and Maintaining a Web Site p. 623 Summary p. 623 New Horizons XML: Beyond HTML p. 627

8 Relationship Among HTML, SGML, and XML p. 628 Basic XML p. 630 Valid Documents p. 632 Ways to Use XML p. 638 XML for Data Files p. 638 Embedding XML into HTML Documents p. 640 Converting XML to HTML for Display p. 643 Displaying XML Documents by Using CSS and XSL p. 645 Rewriting HTML as XML p. 649 Predicting the Future of XML p. 651 Summary p. 652 Future Directions p. 653 Presentation Issues p. 654 Programming Issues p. 655 Structure p. 658 Web-Wide Problems p. 661 Application-Specific Presentation p. 663 What Is the Future of HTML? p. 664 Summary p. 665 Appendixes HTML Element Reference p. 669 Core Attributes Reference p. 670 CLASS p. 670 ID p. 670 STYLE p. 671 TITLE p. 671 Language Reference p. 672 LANG p. 672 DIR p. 672 Events Reference p. 672 Extended Events p. 672 HTML Element Reference p. 681 [! ] (Comment) p. 681 [!DOCTYPE] (Document Type Definition) p. 682 [A] (Anchor) p. 683 [ABBR] (Abbreviation) p. 688 [ACRONYM] (Acronym) p. 689 [ADDRESS] (Address) p. 691 [APPLET] (Java Applet) p. 693 [AREA] (Image Map Area) p. 696 [AUDIOSCOPE] (Sound Amplitude Display) p. 700

9 [B] (Bold) p. 701 [BASE] (Base URL) p. 703 [BASEFONT] (Base Font) p. 704 [BDO] (Bidirectional Override) p. 706 [BGSOUND] (Background Sound) p. 707 [BIG] (Big Font) p. 708 [BLACKFACE] (Blackface Font) p. 710 [BLINK] (Blinking Text Display) p. 710 [BLOCKQUOTE] (Block Quote) p. 711 [BODY] (Document Body) p. 713 [BQ] (Block Quote) p. 717 [BR] (Line Break) p. 718 [BUTTON] (Form Button) p. 719 [CAPTION] (Figure or Table Caption) p. 722 [CENTER] (Center Alignment) p. 725 [CITE] (Citation) p. 726 [CODE] (Code Listing) p. 728 [COL] (Column) p. 730 [COLGROUP] (Column Group) p. 732 [COMMENT] (Comment Information) p. 734 [DD] (Definition in a Definition List) p. 735 [DEL] (Deleted Text) p. 737 [DFN] (Defining Instance of a Term) p. 739 [DIR] (Directory List) p. 741 [DIV] (Division) p. 743 [DL] (Definition List) p. 746 [DT] (Term in a Definition List) p. 748 [EM] (Emphasis) p. 750 [EMBED] (Embedded Object) p. 752 [FIELDSET] (Form Field Set) p. 755 [FN] (Footnote) p. 757 [FONT] (Font Definition) p. 758 [FORM] (Form for User Input) p. 760 [FRAME] (Window Region) p. 763 [FRAMESET] (Frameset Definition) p. 766 [H1] Through [H6] (Headings) p. 770 [HEAD] (Document Head) p. 772 [HR] (Horizontal Rule) p. 774 [HTML] (HTML Document) p. 776 [I] (Italic) p. 777 [IFRAME] (Floating Frame) p. 779

10 [ILAYER] (Inflow Layer) p. 782 [IMG] (Image) p. 784 [INPUT] (Input Form Control) p. 789 [INS] (Inserted Text) p. 794 [ISINDEX] (Index Prompt) p. 797 [KBD] (Keyboard Input) p. 799 [LABEL] (Form Control Label) p. 800 [LAYER] (Content Layers) p. 803 [LEGEND] (Field Legend) p. 806 [LI] (List Item) p. 808 [LINK] (Link to External Files or Set Relationships) p. 810 [LISTING] (Code Listing) p. 814 [MAP] (Client-Side Image Map) p. 815 [MARQUEE] (Marquee Display) p. 817 [MENU] (Menu List) p. 821 [META] (Meta-Information) p. 823 [MULTICOL] (Multiple Column Text) p. 825 [NOBR] (No Breaks) p. 827 [NOEMBED] (No Embedded Media Support) p. 828 [NOFRAMES] (No Frame Support Content) p. 829 [NOSCRIPT] (No Script Support Content) p. 830 [OBJECT] (Embedded Object) p. 832 [OL] (Ordered List) p. 837 [OPTGROUP] (Option Grouping) p. 839 [OPTION] (Option in Selection List) p. 841 [P] (Paragraph) p. 843 [PARAM] (Object Parameter) p. 846 [PLAINTEXT] (Plain Text) p. 848 [PRE] (Preformatted Text) p. 850 [Q] (Quote) p. 852 [S] (Strikethrough) p. 854 [SAMP] (Sample Text) p. 855 [SCRIPT] (Scripting) p. 857 [SELECT] (Selection List) p. 860 [SMALL] (Small Text) p. 864 [SPACER] (Extra Space) p. 866 [SPAN] (Text Span) p. 867 [STRIKE] (Strikeout Text) p. 869 [STRONG] (Strong Emphasis) p. 871 [STYLE] (Style Information) p. 873 [SUB] (Subscript) p. 875

11 [SUP] (Superscript) p. 877 [TABLE] (Table) p. 879 [TBODY] (Table Body) p. 885 [TD] (Table Data) p. 888 [TEXTAREA] (Multiline Text Input) p. 893 [TFOOT] (Table Footer) p. 898 [TH] (Table Header) p. 900 [THEAD] (Table Header) p. 905 [TITLE] (Document Title) p. 908 [TR] (Table Row) p. 909 [TT] (Teletype Text) p. 912 [U] (Underline) p. 914 [UL] (Unordered List) p. 915 [VAR] (Variable) p. 918 [WBR] (Word Break) p. 919 [XML] (XML Data Island) p. 921 [XMP] (Example) p. 922 Style Sheet Reference p. 925 Style Sheet Terms p. 926 Embedded Styles p. 926 Inline Styles p. 927 Linked Styles p. 927 Imported Styles p. 927 Selectors p. 928 Rules p. 930 Grouping p. 931 Inheritance p. 931 Pseudoclasses p. 931 A:active p. 931 A:link p. 932 A:visited p. 932 Pseudoelements p. 932 first-letter p. 932 first-line p. 933 Miscellaneous p. 933 /* comments */ p. 933! Important p. 934 Fonts p. 934 font-family p. 934 font-size p. 936 font-style p. 940

12 font-weight p. 942 font-variant p. 943 text-transform p. 944 text-decoration p. 946 font p. 948 Text p. 948 word-spacing p. 948 letter-spacing p. 949 line-height p. 949 text-align p. 950 vertical-align p. 951 text-indent p. 953 Colors and Backgrounds p. 954 color p. 954 background-color p. 954 background-image p. 955 background-repeat p. 956 background-attachment p. 957 background-position p. 958 background p. 961 Layout p. 966 Margins p. 966 Borders p. 968 Padding p. 976 width p. 978 height p. 978 float p. 979 clear p. 980 Layers and Positioning p. 982 position p. 982 width p. 984 height p. 984 clip p. 984 overflow p. 984 z-index p. 985 visibility p. 986 Classification p. 987 display p. 987 white-space p. 988 list-style-type p. 989 list-style-image p. 992

13 list-style-position p. 993 list-style p. 993 Style Sheet Measurement Values p. 993 % p. 993 cm p. 994 em p. 994 ex (x-height) p. 994 in p. 995 mm p. 995 pc p. 995 pt p. 996 px p. 996 Style Sheet Color Values p. 996 Named Color Values p. 996 Six-Digit Hexadecimal Color Values p. 997 Three-Digit Hexadecimal Color Values p. 997 RGB Color Values p. 997 RGB Color Values Using Percentages p. 998 Special Characters p. 999 "Standard" HTML Character Entities p HTML 4 Character Entities p Latin Extended-A p Latin Extended-B p Spacing Modifier Letters p General Punctuation p Greek p Letter-Like Symbols p Arrows p Mathematical Operators p Technical Symbols p Geometric Shapes p Miscellaneous Symbols p Fonts p Fonts for Microsoft Platforms and Browsers p Fonts for Apple Macintosh System 7 p Fonts for Unix Systems p Color Names and Hexadecimal Codes p Reading a Document Type Definition p Declarations p Element Type Declarations p Attribute List Declarations p. 1047

14 SGML Keywords p Parameter Entities p General Entities p Comments p Marked Section Declaration p HTML 4 Transitional DTD p HTML 4 Strict DTD p HTML 4 Frameset DTD p Index p Table of Contents provided by Blackwell's Book Services and R.R. Bowker. Used with permission.

HTML TAG SUMMARY HTML REFERENCE 18 TAG/ATTRIBUTE DESCRIPTION PAGE REFERENCES TAG/ATTRIBUTE DESCRIPTION PAGE REFERENCES MOST TAGS

HTML TAG SUMMARY HTML REFERENCE 18 TAG/ATTRIBUTE DESCRIPTION PAGE REFERENCES TAG/ATTRIBUTE DESCRIPTION PAGE REFERENCES MOST TAGS MOST TAGS CLASS Divides tags into groups for applying styles 202 ID Identifies a specific tag 201 STYLE Applies a style locally 200 TITLE Adds tool tips to elements 181 Identifies the HTML version

More information

Oliver Pott HTML XML. new reference. Markt+Technik Verlag

Oliver Pott HTML XML. new reference. Markt+Technik Verlag Oliver Pott HTML XML new reference Markt+Technik Verlag Inhaltsverzeichnis Übersicht 13 14 A 15 A 16 ABBR 23 ABBR 23 ACCEPT 26 ACCEPT-CHARSET

More information

HTML: Parsing Library

HTML: Parsing Library HTML: Parsing Library Version 4.1.3 November 20, 2008 (require html) The html library provides functions to read html documents and structures to represent them. (read-xhtml port) html? port : input-port?

More information

Index. CSS directive, # (octothorpe), intrapage links, 26

Index. CSS directive, # (octothorpe), intrapage links, 26 Holzschlag_.qxd 3/30/05 9:23 AM Page 299 Symbols @import CSS directive, 114-115 # (octothorpe), intrapage links, 26 A a element, 23, 163, 228 abbr element, 228 absolute keywords for font sizing, 144 absolute

More information

COPYRIGHTED MATERIAL. Contents. Chapter 1: Creating Structured Documents 1

COPYRIGHTED MATERIAL. Contents. Chapter 1: Creating Structured Documents 1 59313ftoc.qxd:WroxPro 3/22/08 2:31 PM Page xi Introduction xxiii Chapter 1: Creating Structured Documents 1 A Web of Structured Documents 1 Introducing XHTML 2 Core Elements and Attributes 9 The

More information

HTML: Parsing Library

HTML: Parsing Library HTML: Parsing Library Version 6.7 October 26, 2016 (require html) package: html-lib The html library provides functions to read conformant HTML4 documents and structures to represent them. Since html assumes

More information

COPYRIGHTED MATERIAL. Contents. Introduction. Chapter 1: Structuring Documents for the Web 1

COPYRIGHTED MATERIAL. Contents. Introduction. Chapter 1: Structuring Documents for the Web 1 Introduction Chapter 1: Structuring Documents for the Web 1 A Web of Structured Documents 1 Introducing HTML and XHTML 2 Tags and Elements 4 Separating Heads from Bodies 5 Attributes Tell Us About Elements

More information

Certified HTML Designer VS-1027

Certified HTML Designer VS-1027 VS-1027 Certification Code VS-1027 Certified HTML Designer Certified HTML Designer HTML Designer Certification allows organizations to easily develop website and other web based applications which are

More information

@namespace url(http://www.w3.org/1999/xhtml); /* set default namespace to HTML */ /* bidi */

@namespace url(http://www.w3.org/1999/xhtml); /* set default namespace to HTML */ /* bidi */ / BEGIN LICENSE BLOCK Version: MPL 1.1/GPL 2.0/LGPL 2.1 The contents of this file are subject to the Mozilla Public License Version 1.1 (the "License"); you may not use this file except in compliance with

More information

HTML Summary. All of the following are containers. Structure. Italics Bold. Line Break. Horizontal Rule. Non-break (hard) space.

HTML Summary. All of the following are containers. Structure. Italics Bold. Line Break. Horizontal Rule. Non-break (hard) space. HTML Summary Structure All of the following are containers. Structure Contains the entire web page. Contains information

More information

QUICK REFERENCE GUIDE

QUICK REFERENCE GUIDE QUICK REFERENCE GUIDE New Selectors New Properties Animations 2D/3D Transformations Rounded Corners Shadow Effects Downloadable Fonts @ purgeru.deviantart.com WHAT IS HTML5? HTML5 is being developed as

More information

ROLE OF WEB BROWSING LAYOUT ENGINE EVALUATION IN DEVELOPMENT

ROLE OF WEB BROWSING LAYOUT ENGINE EVALUATION IN DEVELOPMENT INFORMATION AND COMMUNICATION TECHNOLOGIES ROLE OF WEB BROWSING LAYOUT ENGINE EVALUATION IN DEVELOPMENT PROCESS OF MORE USABLE WEB INFORMATION SYSTEM Gatis Vitols, Latvia University of Agriculture gatis.vitols@llu.lv;

More information

Certified HTML5 Developer VS-1029

Certified HTML5 Developer VS-1029 VS-1029 Certified HTML5 Developer Certification Code VS-1029 HTML5 Developer Certification enables candidates to develop websites and web based applications which are having an increased demand in the

More information

Deccansoft Software Services

Deccansoft Software Services Deccansoft Software Services (A Microsoft Learning Partner) HTML and CSS COURSE SYLLABUS Module 1: Web Programming Introduction In this module you will learn basic introduction to web development. Module

More information

Advanced Web Programming C2. Basic Web Technologies

Advanced Web Programming C2. Basic Web Technologies Politehnica University of Timisoara Advanced Web Programming C2. Basic Web Technologies 2013 UPT-AC Assoc.Prof.Dr. Dan Pescaru HTML Originally developed by Tim Berners-Lee in 1990 at CERN (Conseil Européen

More information

UNIT II Dynamic HTML and web designing

UNIT II Dynamic HTML and web designing UNIT II Dynamic HTML and web designing 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 language A markup language

More information

Canvas & Brush Reference. Source: stock.xchng, Maarten Uilenbroek

Canvas & Brush Reference. Source: stock.xchng, Maarten Uilenbroek Canvas & Brush Reference Source: stock.xchng, Maarten Uilenbroek Canvas Hierarchy WACanvas WAHtmlCanvas WARenderCanvas WAStaticHtmlCanvas Brush Hierarchy WABrush WACompound WADateInput WATimeInput WATagBrush

More information

Evaluation of alignment methods for HTML parallel text 1

Evaluation of alignment methods for HTML parallel text 1 Evaluation of alignment methods for HTML parallel text 1 Enrique Sánchez-Villamil, Susana Santos-Antón, Sergio Ortiz-Rojas, Mikel L. Forcada Transducens Group, Departament de Llenguatges i Sistemes Informàtics

More information

Wireframe :: tistory wireframe tistory.

Wireframe :: tistory wireframe tistory. Page 1 of 45 Wireframe :: tistory wireframe tistory Daum Tistory GO Home Location Tags Media Guestbook Admin 'XHTML+CSS' 7 1 2009/09/20 [ ] XHTML CSS - 6 (2) 2 2009/07/23 [ ] XHTML CSS - 5 (6) 3 2009/07/17

More information

Name Related Elements Type Default Depr. DTD Comment

Name Related Elements Type Default Depr. DTD Comment Legend: Deprecated, Loose DTD, Frameset DTD Name Related Elements Type Default Depr. DTD Comment abbr TD, TH %Text; accept-charset FORM %Charsets; accept FORM, INPUT %ContentTypes; abbreviation for header

More information

5-Sep-16 Copyright 2016 by GemTalk Systems LLC 1

5-Sep-16 Copyright 2016 by GemTalk Systems LLC 1 So far we have identified the specific Seaside messages to create particular HTML constructs in an adhoc manner as needed for particular features. Now we will attempt a more systematic approach by looking

More information

HTML and CSS COURSE SYLLABUS

HTML and CSS COURSE SYLLABUS HTML and CSS COURSE SYLLABUS Overview: HTML and CSS go hand in hand for developing flexible, attractively and user friendly websites. HTML (Hyper Text Markup Language) is used to show content on the page

More information

A HTML document has two sections 1) HEAD section and 2) BODY section A HTML file is saved with.html or.htm extension

A HTML document has two sections 1) HEAD section and 2) BODY section A HTML file is saved with.html or.htm extension HTML Website is a collection of web pages on a particular topic, or of a organization, individual, etc. It is stored on a computer on Internet called Web Server, WWW stands for World Wide Web, also called

More information

NAME: name a section of the page TARGET = "_blank" "_parent" "_self" "_top" window name which window the document should go in

NAME: name a section of the page TARGET = _blank _parent _self _top window name which window the document should go in Anchor HREF: URL you are linking to Bold Base Address NAME: name a section of the page TARGET = "_blank" "_parent" "_self"

More information

"utf-8";

utf-8; http://salsa-copacabana.com/css/import.css @charset "Shift_JIS"; /* ------------------------------------------ File name: import.css Style Info: CSS screen Windwos IE4 ------------------------------------------

More information

Beginning Web Programming with HTML, XHTML, and CSS. Second Edition. Jon Duckett

Beginning Web Programming with HTML, XHTML, and CSS. Second Edition. Jon Duckett Beginning Web Programming with HTML, XHTML, and CSS Second Edition Jon Duckett Beginning Web Programming with HTML, XHTML, and CSS Introduction............................................... xxiii Chapter

More information

SUB Gfittingen A nd Editi S«BEX- SAN FRANCISCO PARIS DUSSELDORF SOEST LONDON

SUB Gfittingen A nd Editi S«BEX- SAN FRANCISCO PARIS DUSSELDORF SOEST LONDON SUB Gfittingen 213 545 233 2001 A 9390 nd Editi S«BEX- SAN FRANCISCO PARIS DUSSELDORF SOEST LONDON CONTENTS Introduction xxiii Part I Introducing HTML 1 Chapter 1 a Introducing Web Pages and HTML 3 An

More information

Chapter 2:- Introduction to XHTML. Compiled By:- Sanjay Patel Assistant Professor, SVBIT.

Chapter 2:- Introduction to XHTML. Compiled By:- Sanjay Patel Assistant Professor, SVBIT. Chapter 2:- Introduction to XHTML Compiled By:- Assistant Professor, SVBIT. Outline Introduction to XHTML Move to XHTML Meta tags Character entities Frames and frame sets Inside Browser What is XHTML?

More information

HTML Markup for Accessibility You Never Knew About

HTML Markup for Accessibility You Never Knew About HTML Markup for Accessibility You Never Knew About David Epler dcepler@dcepler.net June 27, 2004 HTML Revisions HTML 2.0 November 1995 Base version everyone learned HTML 3.2 January 1997 Tried to reconcile

More information

Duke Library Website Preliminary Accessibility Assessment

Duke Library Website Preliminary Accessibility Assessment Duke Library Website Preliminary Accessibility Assessment RAW OUTPUT FROM CYNTHIASAYS December 15, 2011 Michael Daul, Digital Projects Developer Digital Experience Services HiSoftware Cynthia Says - Web

More information

Chapter 1 Self Test. LATIHAN BAB 1. tjetjeprb{at}gmail{dot}com. webdesign/favorites.html :// / / / that houses that information. structure?

Chapter 1 Self Test. LATIHAN BAB 1. tjetjeprb{at}gmail{dot}com. webdesign/favorites.html :// / / / that houses that information. structure? LATIHAN BAB 1 Chapter 1 Self Test 1. What is a web browser? 2. What does HTML stand for? 3. Identify the various parts of the following URL: http://www.mcgrawhill.com/books/ webdesign/favorites.html ://

More information

Symbols INDEX. !important rule, rule, , 146, , rule,

Symbols INDEX. !important rule, rule, , 146, , rule, Symbols!important rule, 209 @import rule, 140-144, 146, 155-156, 157 @media rule, 155-156 A element. See anchors abbr attribute, 36-37 element, 87, 90-91 absolute positioning, 177, 178, 182,

More information

WML2.0 TUTORIAL. The XHTML Basic defined by the W3C is a proper subset of XHTML, which is a reformulation of HTML in XML.

WML2.0 TUTORIAL. The XHTML Basic defined by the W3C is a proper subset of XHTML, which is a reformulation of HTML in XML. http://www.tutorialspoint.com/wml/wml2_tutorial.htm WML2.0 TUTORIAL Copyright tutorialspoint.com WML2 is a language, which extends the syntax and semantics of the followings: XHTML Basic [ XHTMLBasic ]

More information

Chapter 1 Getting Started with HTML 5 1. Chapter 2 Introduction to New Elements in HTML 5 21

Chapter 1 Getting Started with HTML 5 1. Chapter 2 Introduction to New Elements in HTML 5 21 Table of Contents Chapter 1 Getting Started with HTML 5 1 Introduction to HTML 5... 2 New API... 2 New Structure... 3 New Markup Elements and Attributes... 3 New Form Elements and Attributes... 4 Geolocation...

More information

CHAPTER 2 MARKUP LANGUAGES: XHTML 1.0

CHAPTER 2 MARKUP LANGUAGES: XHTML 1.0 WEB TECHNOLOGIES A COMPUTER SCIENCE PERSPECTIVE CHAPTER 2 MARKUP LANGUAGES: XHTML 1.0 Modified by Ahmed Sallam Based on original slides by Jeffrey C. Jackson reserved. 0-13-185603-0 HTML HELLO WORLD! Document

More information

1/6/ :28 AM Approved New Course (First Version) CS 50A Course Outline as of Fall 2014

1/6/ :28 AM Approved New Course (First Version) CS 50A Course Outline as of Fall 2014 1/6/2019 12:28 AM Approved New Course (First Version) CS 50A Course Outline as of Fall 2014 CATALOG INFORMATION Dept and Nbr: CS 50A Title: WEB DEVELOPMENT 1 Full Title: Web Development 1 Last Reviewed:

More information

Website Development with HTML5, CSS and Bootstrap

Website Development with HTML5, CSS and Bootstrap Contact Us 978.250.4983 Website Development with HTML5, CSS and Bootstrap Duration: 28 hours Prerequisites: Basic personal computer skills and basic Internet knowledge. Course Description: This hands on

More information

HTML & CSS: The Complete Reference, Fifth Edition

HTML & CSS: The Complete Reference, Fifth Edition HTML & CSS: The Complete Reference, Fifth Edition About the Author Thomas A. Powell (tpowell@pint.com) is a long-time industry veteran. After an early stint at CERFnet in the early 90s, he founded Powell

More information

CSI 3140 WWW Structures, Techniques and Standards. Markup Languages: XHTML 1.0

CSI 3140 WWW Structures, Techniques and Standards. Markup Languages: XHTML 1.0 CSI 3140 WWW Structures, Techniques and Standards Markup Languages: XHTML 1.0 HTML Hello World! Document Type Declaration Document Instance Guy-Vincent Jourdan :: CSI 3140 :: based on Jeffrey C. Jackson

More information

Html basics Course Outline

Html basics Course Outline Html basics Course Outline Description Learn the essential skills you will need to create your web pages with HTML. Topics include: adding text any hyperlinks, images and backgrounds, lists, tables, and

More information

Table of Contents. MySource Matrix Content Types Manual

Table of Contents. MySource Matrix Content Types Manual Table of Contents Chapter 1 Introduction... 5 Chapter 2 WYSIWYG Editor... 6 Replace Text... 6 Select Snippet Keyword... 7 Insert Table and Table Properties... 8 Editing the Table...10 Editing a Cell...12

More information

Web Designing HTML5 NOTES

Web Designing HTML5 NOTES Web Designing HTML5 NOTES HTML Introduction What is HTML? HTML is the standard markup language for creating Web pages. HTML stands for Hyper Text Markup Language HTML describes the structure of Web pages

More information

CSC Web Programming. Introduction to HTML

CSC Web Programming. Introduction to HTML CSC 242 - Web Programming Introduction to HTML Semantic Markup The purpose of HTML is to add meaning and structure to the content HTML is not intended for presentation, that is the job of CSS When marking

More information

Introduction to the Internet and World Wide Web p. 1 The Evolution of the Internet p. 2 The Internet, Intranets, and Extranets p. 3 The Evolution of

Introduction to the Internet and World Wide Web p. 1 The Evolution of the Internet p. 2 The Internet, Intranets, and Extranets p. 3 The Evolution of Introduction to the Internet and World Wide Web p. 1 The Evolution of the Internet p. 2 The Internet, Intranets, and Extranets p. 3 The Evolution of the World Wide Web p. 3 Internet Standards and Coordination

More information

Tutorial 2 - HTML basics

Tutorial 2 - HTML basics Tutorial 2 - HTML basics Developing a Web Site The first phase in creating a new web site is planning. This involves determining the site s navigation structure, content, and page layout. It is only after

More information

Cascading Style Sheet

Cascading Style Sheet Extra notes - Markup Languages Dr Nick Hayward CSS - Basics A brief introduction to the basics of CSS. Contents Intro CSS syntax rulesets comments display Display and elements inline block-level CSS selectors

More information

As we design and build out our HTML pages, there are some basics that we may follow for each page, site, and application.

As we design and build out our HTML pages, there are some basics that we may follow for each page, site, and application. Extra notes - Client-side Design and Development Dr Nick Hayward HTML - Basics A brief introduction to some of the basics of HTML. Contents Intro element add some metadata define a base address

More information

1.264 Lecture 12. HTML Introduction to FrontPage

1.264 Lecture 12. HTML Introduction to FrontPage 1.264 Lecture 12 HTML Introduction to FrontPage HTML Subset of Structured Generalized Markup Language (SGML), a document description language SGML is ISO standard Current version of HTML is version 4.01

More information

Designing UI. Mine mine-cetinkaya-rundel

Designing UI. Mine mine-cetinkaya-rundel Designing UI Mine Çetinkaya-Rundel @minebocek mine-cetinkaya-rundel mine@stat.duke.edu - Web application UI is ultimately HTML/CSS/JavaScript - Let R users write user interfaces using a simple, familiar-looking

More information

The figure below shows the Dreamweaver Interface.

The figure below shows the Dreamweaver Interface. Dreamweaver Interface Dreamweaver Interface In this section you will learn about the interface of Dreamweaver. You will also learn about the various panels and properties of Dreamweaver. The Macromedia

More information

COMP519: Web Programming Lecture 4: HTML (Part 3)

COMP519: Web Programming Lecture 4: HTML (Part 3) COMP519: Web Programming Lecture 4: HTML (Part 3) Ullrich Hustadt Department of Computer Science School of Electrical Engineering, Electronics, and Computer Science University of Liverpool Contents 1 HTML

More information

HTML TUTORIAL ONE. Understanding What XHTML is Not

HTML TUTORIAL ONE. Understanding What XHTML is Not HTML TUTORIAL ONE Defining Blended HTML, XHTML and CSS HTML: o Language used to create Web pages o Create code to describe structure of a Web page XHTM: o Variation of HTML o More strictly defines how

More information

Text and Layout. Digital Multimedia, 2nd edition Nigel Chapman & Jenny Chapman Chapter 11. This presentation 2004, MacAvon Media Productions

Text and Layout. Digital Multimedia, 2nd edition Nigel Chapman & Jenny Chapman Chapter 11. This presentation 2004, MacAvon Media Productions Text and Layout Digital Multimedia, 2nd edition Nigel Chapman & Jenny Chapman Chapter 11 This presentation 344 345 Text in Graphics Maximum flexibility obtained by treating text as graphics and manipulating

More information

A Brief Introduction to HTML

A Brief Introduction to HTML A P P E N D I X HTML SuMMAry J A Brief Introduction to HTML A web page is written in a language called HTML (Hypertext Markup Language). Like Java code, HTML code is made up of text that follows certain

More information

HTML Cheat Sheet for Beginners

HTML Cheat Sheet for Beginners HTML Cheat Sheet for Beginners HTML Cheat Sheet for Beginners Trying to remember every HTML element is like trying to remember all of your personal information, credit card, bank account numbers and your

More information

HTML BEGINNING TAGS. HTML Structure <html> <head> <title> </title> </head> <body> Web page content </body> </html>

HTML BEGINNING TAGS. HTML Structure <html> <head> <title> </title> </head> <body> Web page content </body> </html> HTML BEGINNING TAGS HTML Structure Web page content Structure tags: Tags used to give structure to the document.

More information

Go.Web Style Guide. Oct. 16, Hackensack Ave Hackensack, NJ GoAmerica, Inc. All rights reserved.

Go.Web Style Guide. Oct. 16, Hackensack Ave Hackensack, NJ GoAmerica, Inc. All rights reserved. Go.Web Style Guide Oct. 16, 2000 www.goamerica.net 2000 GoAmerica, Inc. All rights reserved. 401 Hackensack Ave Hackensack, NJ 07601 888 462 4600 Go.Web Style Guide 2 Introduction Go.Web is GoAmerica s

More information

Session 3.1 Objectives Review the history and concepts of CSS Explore inline styles, embedded styles, and external style sheets Understand style

Session 3.1 Objectives Review the history and concepts of CSS Explore inline styles, embedded styles, and external style sheets Understand style Session 3.1 Objectives Review the history and concepts of CSS Explore inline styles, embedded styles, and external style sheets Understand style precedence and style inheritance Understand the CSS use

More information

Appendix A. XHTML 1.1 Module Reference

Appendix A. XHTML 1.1 Module Reference Appendix A XHTML 1.1 Module Reference 2 How to Do Everything with HTML & XHTML XHTML 1.1 represents a major step by the W3C in moving away from the often-disorderly world of HTML to the organized and orderly

More information

BACKGROUND. HTTP is a 2-phase protocol used by most web applications and all web browsers. The response is usually an HTML document

BACKGROUND. HTTP is a 2-phase protocol used by most web applications and all web browsers. The response is usually an HTML document HTML 2 BACKGROUND HTTP is a 2-phase protocol used by most web applications and all web browsers REQUEST: a client/browser asks a server for a resource RESPONSE: the server responds with the resource The

More information

Learning Objectives. Review html Learn to write a basic webpage in html Understand what the basic building blocks of html are

Learning Objectives. Review html Learn to write a basic webpage in html Understand what the basic building blocks of html are HTML CSCI311 Learning Objectives Review html Learn to write a basic webpage in html Understand what the basic building blocks of html are HTML: Hypertext Markup Language HTML5 is new standard that replaces

More information

13.8 How to specify alternate text

13.8 How to specify alternate text 13.8 How to specify alternate text Attribute definitions alt = text [p.50] [CS] [p.49] For user agents that cannot display images, forms, or applets, this attribute specifies alternate text. The language

More information

Winwap Technologies Oy. WinWAP Browser. Application Environment

Winwap Technologies Oy. WinWAP Browser. Application Environment Winwap Technologies Oy WinWAP Browser Application Environment WinWAP Browser version 4.0 WAP Specification version 2.0 Wireless Markup Language Specification version 2.0 Document dated: 26 Mar 2007 Notice

More information

Basics of Web Design, 3 rd Edition Instructor Materials Chapter 2 Test Bank

Basics of Web Design, 3 rd Edition Instructor Materials Chapter 2 Test Bank Multiple Choice. Choose the best answer. 1. What element is used to configure a new paragraph? a. new b. paragraph c. p d. div 2. What element is used to create the largest heading? a. h1 b. h9 c. head

More information

Creating Web Pages with HTML-Level III Tutorials HTML 6.01

Creating Web Pages with HTML-Level III Tutorials HTML 6.01 Creating Web Pages with HTML-Levell Tutorials HTML 1.01 Tutorial 1 Developing a Basic Web Page Create a Web Page for Stephen DuM's Chemistry Classes Tutorial 2 Adding Hypertext Links to a Web Page Developing

More information

<page> 1 Document Summary Document Information <page> 2 Document Structure Text Formatting <page> 3 Links Images <page> 4

<page> 1 Document Summary Document Information <page> 2 Document Structure Text Formatting <page> 3 Links Images <page> 4 Document Summary Document Information Document Structure Text Formatting Links Images Lists Forms Input Type Attributes Select Attributes Option Attributes Table Formatting Objects and iframes iframe Attributes

More information

INTRODUCTION TO HTML5! HTML5 Page Structure!

INTRODUCTION TO HTML5! HTML5 Page Structure! INTRODUCTION TO HTML5! HTML5 Page Structure! What is HTML5? HTML5 will be the new standard for HTML, XHTML, and the HTML DOM. The previous version of HTML came in 1999. The web has changed a lot since

More information

CPET 499/ITC 250 Web Systems. Topics

CPET 499/ITC 250 Web Systems. Topics CPET 499/ITC 250 Web Systems Lecture on HTML and XHTML, Web Browsers, and Web Servers References: * Fundamentals of Web Development, 2015 ed., by Randy Connolly and Richard Hoar, from Pearson *Chapter

More information

CHAPTER 7 USER INTERFACE MODEL

CHAPTER 7 USER INTERFACE MODEL 107 CHAPTER 7 USER INTERFACE MODEL 7.1 INTRODUCTION The User interface design is a very important component in the proposed framework. The content needs to be presented in a uniform and structured way.

More information

LING 408/508: Computational Techniques for Linguists. Lecture 14

LING 408/508: Computational Techniques for Linguists. Lecture 14 LING 408/508: Computational Techniques for Linguists Lecture 14 Administrivia Homework 5 has been graded Last Time: Browsers are powerful Who that John knows does he not like? html + javascript + SVG Client-side

More information

Static Webpage Development

Static Webpage Development Dear Student, Based upon your enquiry we are pleased to send you the course curriculum for PHP Given below is the brief description for the course you are looking for: - Static Webpage Development Introduction

More information

Study Guide 2 - HTML and CSS - Chap. 6,8,10,11,12 Name - Alexia Bernardo

Study Guide 2 - HTML and CSS - Chap. 6,8,10,11,12 Name - Alexia Bernardo Study Guide 2 - HTML and CSS - Chap. 6,8,10,11,12 Name - Alexia Bernardo Note: We skipped Study Guide 1. If you d like to review it, I place a copy here: https:// people.rit.edu/~nbbigm/studyguides/sg-1.docx

More information

Summary 4/5. (contains info about the html)

Summary 4/5. (contains info about the html) Summary Tag Info Version Attributes Comment 4/5

More information

Inline Elements Karl Kasischke WCC INP 150 Winter

Inline Elements Karl Kasischke WCC INP 150 Winter Inline Elements 2009 Karl Kasischke WCC INP 150 Winter 2009 1 Inline Elements Emphasizing Text Increasing / Decreasing Text Size Quotes and Citations Code, Variables, and Sample Output Spanning Text Subscripts

More information

1.7 Uniform Resource Identifiers and Domain Names 13 URIs and URLs 13 Domain Names 13

1.7 Uniform Resource Identifiers and Domain Names 13 URIs and URLs 13 Domain Names 13 Chapter 1 Introduction to the Internet and World Wide Web 1 1.1 The Internet and the Web 2 The Internet 2 Birth of the Internet 2 Growth of the Internet 2 Birth of the Web 2 The First Graphical Browser

More information

Internet publishing HTML (XHTML) language. Petr Zámostný room: A-72a phone.:

Internet publishing HTML (XHTML) language. Petr Zámostný room: A-72a phone.: Internet publishing HTML (XHTML) language Petr Zámostný room: A-72a phone.: 4222 e-mail: petr.zamostny@vscht.cz Essential HTML components Element element example Start tag Element content End tag

More information

WCAG2-AAA accessibility report for

WCAG2-AAA accessibility report for WCG2- accessibility report for http://www.messiah.edu 207-07-3 ccessibility Issues Found 30 (7,98,760 unique issues a ecting 7,629 pages) Overall accessibility compliance Done 38 issues done 30 issues

More information

Mobile MOUSe WEB SITE DESIGN ONLINE COURSE OUTLINE

Mobile MOUSe WEB SITE DESIGN ONLINE COURSE OUTLINE Mobile MOUSe WEB SITE DESIGN ONLINE COURSE OUTLINE COURSE TITLE WEB SITE DESIGN COURSE DURATION 19 Hours of Interactive Training COURSE OVERVIEW In this 7 session course Debbie will take you through the

More information

Chapter 3 Style Sheets: CSS

Chapter 3 Style Sheets: CSS WEB TECHNOLOGIES A COMPUTER SCIENCE PERSPECTIVE JEFFREY C. JACKSON Chapter 3 Style Sheets: CSS 1 Motivation HTML markup can be used to represent Semantics: h1 means that an element is a top-level heading

More information

2.1 Origins and Evolution of HTML

2.1 Origins and Evolution of HTML 2.1 Origins and Evolution of HTML - HTML was defined with SGML - Original intent of HTML: General layout of documents that could be displayed by a wide variety of computers - Recent versions: - HTML 4.0

More information

Index. alt, 38, 57 class, 86, 88, 101, 107 href, 24, 51, 57 id, 86 88, 98 overview, 37. src, 37, 57. backend, WordPress, 146, 148

Index. alt, 38, 57 class, 86, 88, 101, 107 href, 24, 51, 57 id, 86 88, 98 overview, 37. src, 37, 57. backend, WordPress, 146, 148 Index Numbers & Symbols (angle brackets), in HTML, 47 : (colon), in CSS, 96 {} (curly brackets), in CSS, 75, 96. (dot), in CSS, 89, 102 # (hash mark), in CSS, 87 88, 99 % (percent) font size, in CSS,

More information

Co. Louth VEC & Co. Monaghan VEC. Programme Module for. Web Authoring. leading to. Level 5 FETAC. Web Authoring 5N1910

Co. Louth VEC & Co. Monaghan VEC. Programme Module for. Web Authoring. leading to. Level 5 FETAC. Web Authoring 5N1910 Co. Louth VEC & Co. Monaghan VEC Programme Module for Web Authoring leading to Level 5 FETAC Web Authoring 5N1910 Web Authoring 5N1910 1 Introduction This programme module may be delivered as a standalone

More information

!Accessibility Issues Found

!Accessibility Issues Found WCG2- accessibility report for http://www.messiah.edu 207-07-28!ccessibility Issues Found (6,838,98 unique issues affecting 7,45 pages) Overall accessibility compliance Done 53 issues done issues to fix/review

More information

HTML Overview formerly a Quick Review

HTML Overview formerly a Quick Review HTML Overview formerly a Quick Review Outline HTML into Emergence of DHTML HTML History Evolution of Web 1.0 to Web 2.0 DHTML = HTML + JavaScript + CSS Key Set of HTML Tags Basic: a, html, head, body,

More information

Session 4. Style Sheets (CSS) Reading & References. A reference containing tables of CSS properties

Session 4. Style Sheets (CSS) Reading & References.   A reference containing tables of CSS properties Session 4 Style Sheets (CSS) 1 Reading Reading & References en.wikipedia.org/wiki/css Style Sheet Tutorials www.htmldog.com/guides/cssbeginner/ A reference containing tables of CSS properties web.simmons.edu/~grabiner/comm244/weekthree/css-basic-properties.html

More information

Web Development IB PRECISION EXAMS

Web Development IB PRECISION EXAMS PRECISION EXAMS Web Development IB EXAM INFORMATION Items 53 Points 73 Prerequisites COMPUTER TECHNOLOGY Grade Level 10-12 Course Length ONE YEAR Career Cluster INFORMATION TECHNOLOGY Performance Standards

More information

Internet Explorer HTML 4.01 Standards Support Document

Internet Explorer HTML 4.01 Standards Support Document [MS-HTML401]: Intellectual Property Rights Notice for Open Specifications Documentation Technical Documentation. Microsoft publishes Open Specifications documentation ( this documentation ) for protocols,

More information

Markup Language SGML: Standard Generalized Markup Language. HyperText Markup Language (HTML) extensible Markup Language (XML) TeX LaTeX

Markup Language SGML: Standard Generalized Markup Language. HyperText Markup Language (HTML) extensible Markup Language (XML) TeX LaTeX HTML 1 Markup Languages A Markup Language is a computer language in which data and instructions describing the structure and formatting of the data are embedded in the same file. The term derives from

More information

White Paper. elcome to Nokia s WAP 2.0 XHTML browser for small devices. Advantages of XHTML for Wireless Data

White Paper. elcome to Nokia s WAP 2.0 XHTML browser for small devices. Advantages of XHTML for Wireless Data elcome to Nokia s WAP 2.0 XHTML browser for small devices. Advantages of XHTML for Wireless Data Contents Introduction: WAP 2.0 is XHTML 2 XHTML Basic: Key Features and Capabilities 2 Well-Formed XML 3

More information

8a. Cascading Style Sheet

8a. Cascading Style Sheet INFS 2150 Introduction to Web Development 8a. Cascading Style Sheet 1 Objectives Concepts of cascading style sheets (CSS). 3 ways of using CSS: inline styles, embedded styles, and external style sheet.

More information

Programmazione Web a.a. 2017/2018 HTML5

Programmazione Web a.a. 2017/2018 HTML5 Programmazione Web a.a. 2017/2018 HTML5 PhD Ing.Antonino Raucea antonino.raucea@dieei.unict.it 1 Introduzione HTML HTML is the standard markup language for creating Web pages. HTML stands for Hyper Text

More information

INFS 2150 / 7150 Intro to Web Development / HTML Programming

INFS 2150 / 7150 Intro to Web Development / HTML Programming XP Objectives INFS 2150 / 7150 Intro to Web Development / HTML Programming Designing a Web Page with Tables Create a text table Create a table using the , , and tags Create table headers

More information

HTML. HTML Evolution

HTML. HTML Evolution Overview stands for HyperText Markup Language. Structured text with explicit markup denoted within < and > delimiters. Not what-you-see-is-what-you-get (WYSIWYG) like MS word. Similar to other text markup

More information

With HTML you can create your own Web site. This tutorial teaches you everything about HTML.

With HTML you can create your own Web site. This tutorial teaches you everything about HTML. CHAPTER ONE With HTML you can create your own Web site. This tutorial teaches you everything about HTML. Example Explained The DOCTYPE declaration defines the document type The text between and

More information

HTML & CSS. SWE 432, Fall 2017 Design and Implementation of Software for the Web

HTML & CSS. SWE 432, Fall 2017 Design and Implementation of Software for the Web HTML & CSS SWE 432, Fall 2017 Design and Implementation of Software for the Web HTML: HyperText Markup Language LaToza Language for describing structure of a document Denotes hierarchy of elements What

More information

CMPT 165 INTRODUCTION TO THE INTERNET AND THE WORLD WIDE WEB

CMPT 165 INTRODUCTION TO THE INTERNET AND THE WORLD WIDE WEB CMPT 165 INTRODUCTION TO THE INTERNET AND THE WORLD WIDE WEB Unit 3 Cascading Style Sheets (CSS) Slides based on course material SFU Icons their respective owners 1 Learning Objectives In this unit you

More information

CS105 Course Reader Appendix A: HTML Reference

CS105 Course Reader Appendix A: HTML Reference Stanford CS106E Young CS105 Course Reader Appendix A: HTML Reference Tag Index by Section The tags are listed in one of nine sections as shown below: Character Appearance Elements , Bold

More information

Fundamentals: Client/Server

Fundamentals: Client/Server Announcements Class Web Site: http://www.cs.umd.edu/projects/passport/classes/summer2008/ You can find this link at the end of the main passport site http://www.cs.umd.edu/projects/passport/webpage/ E-mail

More information

introduction to XHTML

introduction to XHTML introduction to XHTML XHTML stands for Extensible HyperText Markup Language and is based on HTML 4.0, incorporating XML. Due to this fusion the mark up language will remain compatible with existing browsers

More information

Announcements. Paper due this Wednesday

Announcements. Paper due this Wednesday Announcements Paper due this Wednesday 1 Client and Server Client and server are two terms frequently used Client/Server Model Client/Server model when talking about software Client/Server model when talking

More information