!DOCTYPE - označenie verzie HTML, ako prvý príkaz súboru pred HTML, napr. <!doctype html public "-//w3c//dtd html 4.01 transitional//en">

Size: px
Start display at page:

Download "!DOCTYPE - označenie verzie HTML, ako prvý príkaz súboru pred HTML, napr. <!doctype html public "-//w3c//dtd html 4.01 transitional//en">"

Transcription

1 1.1 Stručne o HTML Charakteristiky Prenositeľnosť je jednou zo základných myšlienok architektúry webu. Má zabezpečovať správne zobrazenie stránky v prípade rôzneho grafického rozlíšenia, rôznej rýchlosti pripojenia, rôznej veľkosti displeja atď. Preto sa neodporúča používanie atribútov a elementov na riadenie grafického vzhľadu stránky, malo by to byť špecifikované všetko iba pomocou štýlov. Podpora viacerých jazykov je založená na dokumente RFC 2070 (Request for Comments). V mnohých elementoch je prípustné používať nové atribúty LANG= (jazyk dokumentu napr. en, sk)a DIR: (smer čítania textu ltr - zľava doprava, rtl opačne). HTML4 využíva 32bitové kódovanie ISO (je kompatibilné s Unicode 2.0) na rozdiel od 8bitového kódovania ISO , používaného v predchádzajúcich verziách. HTML4 podporuje dosiahnuteľnosť stránok aj pre postihnutých. Do tejto kategórie patrí najmä možnosť vytvorenia textových popisov obrázkov, možnosť priradiť vstupným poliam návestie (vo formulári) a ďalšie. Vyspelejšia podpora tabuliek kontrola štruktúry a zobrazenia tabuľky, členenie na záhlavie, telo a pätu, zobrazovanie záhlavia na pokračovaní tabuľky, možnosť určiť šírku stĺpcov a iné. Podpora vložených dokumentov je realizovaná pomocou univerzálnej značky OBJECT, ktorá môže slúžiť na vkladanie zvuku, videa, obrázkov, matematických výrazov, rôznych aplikácií (aplety) a ďalších objektov. Kaskádové štýly boli používané už v predchádzajúcich verziách. Podporujú oddelenie prezentačných vlastností od štruktúry dokumentu. Podpora skriptov sa teraz stala štandardnou súčasťou HTML. Môžu sa využiť napr. na kontrolu vstupných údajov formulárov na strane klienta, čím sa ušetrí komunikácia so serverom. Podporovaná je tlač viacerých súvisiacich dokumentov. Umožňuje ju štandardný spôsob definovania vzťahov medzi dokumentami. Spätná kompatibilita na HTML3.2 spravidla v HTML4 dochádza k rozšíreniu verzie HTML3.2. Niektoré elementy treba vynechať - ISINDEX, DIR a MENU, značky pre riadenie písma a zarovnania (FONT, BASEFONT, STRIKE, S, U a CENTER) nahradiť použitím štýlu. Namiesto DIR a MENU je možné použiť nečíslovaný zoznam UL. Významná zmena je, že značka APPLET je nahradená elementom OBJECT (aj keď funguje aj APPLET) Rozšírenia!DOCTYPE - označenie verzie HTML, ako prvý príkaz súboru pred HTML, napr. <!doctype html public "-//w3c//dtd html 4.01 transitional//en"> HTML 4.0 definuje tri DTD (definícia typu dokumentu): Transitional (DTD obsahuje všetky elementy a atribúty HTML okrem tých, ktoré rozdeľujú okno na rámce), Strict (neobsahuje žiadne elementy a atribúty na definíciu vizuálneho vzhľadu dokumentu, napr. elementy font, center a atribúty ako align a color) a Frameset (stránky s rozdelením okna do rámcov pomocou elementu frameset). Ak stránka obsahuje DOCTYPE, je možné kontrolovať jej syntaktickú správnosť pomocou špeciálneho programu - parseru. Ak nie je parser nainštalovaný lokálne, možno využiť validačnú službu W3C HTML Validation Service na resp. Web-site Garage na SGML (Standard Generalized Markup Language) je ISO štandard 8879 z roku 1996 a slúži na definíciu značkovacích jazykov. Pomocou SGML je definovaný i jazyk HTML. Element LINK slúži na definíciu súvisiacich dokumentov, napr. štýlu <LINK rel= stylesheet type= text/css href= moj_styl.css > LINK sa umiestňuje do sekcie HEAD dokumentu a môže ich tam byť ľubovoľný počet. Väčšina prehliadačov má slabú alebo žiadnu podporu elementu LINK, takže autor stránky sa nemôže spoliehať, že prehliadač automaticky sprístupní odkazy používateľovi. Element LINK využíva dva atribúty REL a REV, ktoré určujú reláciu medzi daným a odkazovaným dokumentom. REL definuje vzťah z danej stránky na odkazovaný dokument, REV v opačnom smere pozri pr1.txt. Obidva atribúty môžu nadobúdať jednu z hodnôt Alternate, StyleSheet, Start, Next, Prev, Contents, Index, Glossary, Copyright, Chapter, Section, Subsection, Appendix, Help a Bookmark. <LINK REL=Copyright HREF="/copyright.html" TITLE="Copyright Notice">

2 <LINK REV=Made TITLE="HTML 4.0 "> Element BODY akceptuje okrem iných aj atribúty onload=skript onunload=skript na deklaráciu skriptov spúšťaných pri načítaní či odstránení dokumentu do/z okna Štruktúrovanie textu SPAN - označenie časti textu v rámci odseku (na rozdiel od DIV, ktorý označuje blok - odsek) pr1.htm (pr1e.htm): Volám sa <SPAN class="small-caps">janko Hraško</SPAN> ACRONYM vysvetlenie textu (skratky) pri nájazde kurzora myšou Internet a <ACRONYM title="world Wide Web">WWW</ACRONYM> patria spolu Q zaradzovanie krátkych citácií, namiesto BLOCKQUOTE INS a DEL - označenie časti textu, ktorý oproti poslednej verzii pribudol (ubudol) s časom v tvare RRRR-MM-DDThh:mm:ss-xx:00 (posledných 5 znakov je časové pásmo posun od Greenwicha), v texte sa podčiarkne, napr. <INS DATETIME=" T20:50:33-01:00">toto zase novy</ins> Tabuľky THEAD, TFOOT, TBODY - záhlavie, telo, päta môže mať viac riadkov (blokov) v rámci týchto párových značiek, tiež funguje značka COLGROUP pre definíciu stĺpca (skupiny SPAN=n) pr2.htm. Pre každý z týchto elementov (až po bunku TD) je možné (aj vhodné) zostaviť vhodný spôsob prezentácie (v štýle). COL definovanie implicitných vlastností stĺpca <COL =CENTER LEFT RIGHT ID=string SPAN=n STYLE=string V=BASELINE BOTTOM CENTER TOP WIDTH=string event=skript> AXIS, AXES pomenovanie jednej, resp. skupiny buniek pre databázové aplikácie <TABLE BORDER=1> <CAPTION>Common Usenet Abbreviations</CAPTION> <THEAD> <TH>Abbreviation</TH> </THEAD> <TFOOT> <TH>Abbreviation</TH> </TFOOT> <TBODY> <TD>AFAIK</TD> <TD>IMHO</TD> <TD>OTOH</TD> </TBODY> <TH>Long Form</TH> <TH>Long Form</TH> <TD>As Far As I Know</TD> <TD>In My Humble Opinion</TD> <TD>On The Other Hand</TD>

3 </TABLE> Rozšírenia značky A charset=znakova_sada kódová stránka použitá pri načítaní stránky accesskey=znak skratkový kláves pre rýchly prístup k odkazu (spolu s Alt) shape=tvar tvar citlivej plochy v prípade Imagemap coords=zoznam_suradnic súradnice pre daný tvar shape tabindex poradie navigácie medzi objektami formulára pomocou TAB Príklad na využitie klávesovej skratky (ako alternatíva ku kliknutiu myšou) pr3.htm (pr3e.htm) Odkaz cez kláv. skratku <A href="t_iso.htm" ACCESSKEY=I>Iso</A> (ALT+I).<BR> Odkaz cez kláv. skratku <A href="t_iso.htm" accesskey=w>win</a> (ALT+W).<BR> Obrázok <A HREF="flower2.jpg">kvet</A> Vkladanie objektov OBJECT najmä aktívne súbory programy v Jave či ActiveX, namiesto značky APPLET, ale aj napr. obrázky pr4.htm. IE má s apletom cez OBJECT problémy, ostatné prehliadače nie. <OBJECT DECLARE ID=kvet CLASSID="java:HelloWorldApplet.class" CODETYPE="application/java" WIDTH=200 HEIGHT=100"> </OBJECT> <OBJECT DATA="flower2.jpg" TYPE="image/jpg" WIDTH=300 HEIGHT=200 ALT="Vianoce" TITLE="Vianoce07"> </OBJECT> Formuláre INPUT má doplnené parametre TYPE=file (vstup je meno súboru s cestou, automaticky sa doplní tlačidlo dialóg na nájdenie súboru), READONLY (neaktívne), ALT= retazec, USEMAP= url (imagemapa), tabindex=cislo (preskakovanie prvkov tabelátorom) a celý rad skriptov spúšťaných pri rôznych udalostiach (onfocus, onblur, onselect, onchange) a ďalšie. BUTTON name=meno value=hodnota type=typ(button submit reset) disabled tabindex=cislo onfocus=skript onblur=skript SELECT size=cislo (počet implicitne zobrazených riadkov) OPTION selected (implicitný výber), disabled, value (vybraná hodnota) LABEL popisovač vstupných prvkov (textových) FIELDSET zlučuje niekoľko vstupných prvkov do skupiny ohraničenej čiarou (groupbox) LEGEND nadpis skupiny, príklad pr5.htm (pr5e.htm): <FORM> <FIELDSET>

4 <LEGEND align="top">osobne udaje</legend> <LABEL for="meno">krstne meno:</label> <INPUT type="text" id="meno"><br> <INPUT type="radio" NAME="POL" value="muz">muz<br> <INPUT type="reset" value="vymazat"><br> </FIELDSET> </FORM> OPTGROUP - hierarchické členenie zoznamu (SELECT) vo forme menu pr6.htm DISABLED - vyradenie vstupných prvkov, aktivácia iba skriptom, platí pre všetky prvky formulára READONLY - element sa nedá meniť, ale možno ho aktivovať, len v TEXTAREA a INPUT (s typmi TEXT a PASSWORD) <P>Which Web browser do you use most often?<br> <SELECT NAME=browser> <OPTGROUP LABEL="Firefox"> <OPTION LABEL="2.x">Firefox 2.x or higher</option> <OPTION LABEL="1.x">Firefox 1.x</OPTION> </OPTGROUP> <OPTGROUP LABEL="MS IE"> <OPTION LABEL="7.x">MS IE 7.x or higher </OPTION> <OPTION LABEL="6.x">MS IE 6.x</OPTION> <OPTION LABEL="5.x">MS IE 5.x</OPTION> </OPTGROUP> <OPTGROUP LABEL="Opera"> <OPTION LABEL="9.x">Opera 9.x or higher</option> <OPTION LABEL="8.x">Opera 8.x</OPTION> </OPTGROUP> <OPTION>Other</OPTION> </SELECT> </P> Príkaz Script SCRIPT type=typ language=jazyk src=url, pričom TYPE udáva jazyk skriptu namiesto doterajšieho LANGUAGE, SRC udáva zdrojový súbor skriptu jednotný jazyk skriptu (Javascript, VBScript, Tcl) pre všetky skripty stránky pomocou značky META: <META http-equiv= Content-Script-Type content=jazyk_skriptu> NOSCRIPT pre prehliadače bez podpory skriptov, náhradný postup Zoznam udalostí ošetrovaných skriptom onload pri načítaní celého okna onunload - pri ukončení okna onclick pri kliku nad elementom ondblclick pri dvojkliku onmousedown pri uvoľnení ľavého tlačidla myši onmouseup pri stlačení myši onmouseover ak je kurzor nad elementom onmousemove pri pohybe myši

5 onmouseout ak je kurzor mimo elementu onfocus pri výbere elementu TAB (LABEL, INPUT, SELECT, TEXTAREA, BUTTON) onblur komplement onfocus onkeypress pri stlačení klávesu onkeydown, onkeyup pri pridržaní, uvoľnení klávesu onsubmit pri odoslaní onreset pri resete onselect pri výbere textu (INPUT, TEXTAREA) onchange pri zmene textu (INPUT, SELECT, TEXTAREA) Literatúra a zdroje [1] Hlavenka J., Sedlář R., Holčík T., Šebesta M., Botík R.: Vytváříme WWW stránky a spravujeme moderní web site. Computer press Brno, ISBN , 393 str. [2] Kosek, J.: HTML 4.0. Computerworld 40/97 [3] [4] Kosek J.: PHP Tvorba interaktivních internetových aplikací. Grada Praha 1999, ISBN , 490 str. [5] Kosek J.: Informace ke kurzu IZI Internet a hypertext 1999, OTÁZKA: Čo patrí medzi najvýznamnejšie charakteristiky jazyka HTML 4? ODPOVEĎ: prenositeľnosť - nedoporučuje sa používanie atribútov a elementov na riadenie grafického vzhľadu stránky, malo by to byť špecifikované iba pomocou štýlov podpora viacerých jazykov - atribúty LANG= (jazyk dokumentu napr. en, sk) a DIR: (smer čítania textu ltr ), 32bitové kódovanie ISO (je kompatibilné s Unicode 2.0) vyspelejšia podpora tabuliek - záhlavie, telo, päta, zobrazovanie záhlavia na pokračovaní tabuľky podpora vložených dokumentov - značka OBJECT - vkladanie zvuku, videa, obrázkov, matematických výrazov, rôznych aplikácií a ďalších objektov štýly - oddelenie prezentačných vlastností od štruktúry dokumentu podpora skriptov tlač viacerých súvisiacich dokumentov spätná kompatibilita na HTML3.2 značka APPLET je nahradená OBJECT, treba vynechať ISINDEX, DIR a MENU, značky pre riadenie písma a zarovnania (FONT, BASEFONT, STRIKE, S, U a CENTER) nahradiť použitím štýlu

6 6 Príloha Stručné zhrnutie HTML Štruktúra dokumentu <!DOCTYPE Html public -//w3c//dtd HTML 4.01//en > <HTML> <HEAD> <TITLE>...názov stránky... </TITLE> </HEAD> <BODY>... vlastný text dokumentu... </BODY> </HTML> Záhlavie dokumentu <TITLE>...</TITLE> titulok (názov) dokumentu <BASE HREF= URL > základné URL dokumentu <ISINDEX> kľúčové slová pre vyhľadávanie <META> metainformácie o dokumente HTTP-EQUIV ekvivalent hlavičky-http expires dátum a čas expirácie content-type, language typ a znak. stránka, jazyk NAME meno pre indexovanie (Yahoo) description, keywords popis, kľúčové slová robots ošetrenie činnosti robota autor, generator autor, editor stránky CONTENT hodnota metainformácie <LINK> väzby na ďalšie dokumenty <STYLE>...</STYLE> budúce verzie, použitie štýlov <SCRIPT>...</SCRIPT> budúce verzie, skripty <BGSOUND> zvuk na pozadí (Src, Title, Loop) Parametre značky <BODY> BGCOLOR farba pozadia ( # ččzzmm alebo názov farby) TEXT farba textu ( # ččzzmm, názov farby) LINK farba ešte nenavštíveného odkazu ALINK farba vybraného (aktuál.) odkazu VLINK farba už navštíveného odkazu BACKGROUND meno obrázka, použitého ako pozadie LEFTMARGIN odsadenie stránky zľava TOPMARGIN odsadenie stránky zhora BGPROPERTIES = FIXED fix pri rolovaní Logické štýly písma <EM>...</EM> zvýraznenie <STRONG>...</STRONG> silné zvýraznenie <DFN>...</DFN> definícia <CODE>,.<SAMP> kód, výstup programu <KBD>...</KBD> vstup z klávesnice <VAR>...</VAR> premenná, argument programu <CITE>...</CITE> citácia (odkaz na iné zdroje) Fyzické štýly písma <TT>...</TT> neproporcionálne písmo <I>...</I> kurzíva <B>...</B> tučné <U>...</U> podčiarknuté <STRIKE>...</STRIKE> preškrtnuté <BIG>...</BIG> veľké <SMALL>...</SMALL> malé <SUB>...</SUB> dolný index <SUP>...</SUP> horný index <FONT>...</FONT> veľkosť a/alebo farba písma COLOR farba ( # ččzzmm, názov ) SIZE 1-7 absolútna veľkosť; +n (-n) relatívne zväčšenie (zmenšenie) FACE názov použitého písma <BASEFONT SIZE=n> základná veľkosť písma (n=1..7) Formátovanie textu <P> odstavec zarovnanie (Left, Right, Center, Justify) <BR> prechod na nový riadok CLEAR vynechanie miesta keď skončia obrázky (Left, Right, All, None) <HR> horizontálna čiara zarovnanie (Left, Right, Center) NOSHADE čiara bez 3D- tieňovaného efektu SIZE výška v pixeloch WIDTH dĺžka v pixeloch či v percentách <MARQUE> rolovanie textu (IE) BEHAVIOR chovanie Alternate, Scroll, Slide DIRECTION smer Down, Left, Right, Up HEIGHT, WIDTH priestor rolovania Členenie dokumentu <Hn>...</Hn> nadpis úrovne n (1-6) zarovnanie (Left, Right, Center) <DIV>...</DIV> súvisiaca časť dokumentu zarovnanie (Left, Right, Center) <blockquote> dlhšia citácia <address>...</address> adresa autora dokumentu <PRE>...</PRE> predformátovaný text WIDTH dĺžka najdlhšieho riadku <PRE> <MULTICOL COLS= 2 > dva stĺpce stránky (len NN) <SPACER> prázdne miesto (len NN) TYPE Horizontal, Vertical, Block Size, Width, Height, Align ďalšie parametre Zoznamy <UL>...</UL> zoznam s odrážkami TYPE tvar odrážok (Disc, Square, Circle) COMPACT zhustený tvar zoznamu <OL>...</OL> číslovaný zoznam TYPE číslovanie: 1-arabské číslice, a-malé, A-veľké písmená, i-malé, I-veľké rímske číslice Start začiatočná hodnota odrážky COMPACT zhustený tvar zoznamu <LI> položka zoznamu TYPE rovnaké ako u <UL>.alebo<OL> VALUE hodnota číslice v odrážke pre položku číslovaného zoznamu <DL>...</DL> zoznam definícii COMPACT zhustený tvar zoznamu <DT> definovaný pojem <DD> text definície <DIR> a <MENU> podobné ako <UL> Odkazy <A HREF= URL > odkaz na určité URL NAME= #návestie návestie v akt. dokumente; odkaz pripojením #návestie za URL TARGET okno otvorenia - frameset TITLE alt. názov odkazu hint - myš REL, REV odkaz dopredu, späť <OBJECT> vloženie iných objektov Java DATA názov vloženého súboru URL

7 7 STANDBY <PARAM> NAME, VALUE hlásenie pri aktivácii objektu parameter objektu názov a hodnota parametra Obrázky <IMG SRC= URL > zaradenie obrázku do textu zarovnanie (Top, Middle, Bottom, Left, Right, atd) ALT text pre znakové prehliadače width šírka HEIGHT výška BORDER šírka rámčeka HSPACE, VSPACE horizont., vertikálne odsadenie DYNSRC videoklip animovaný GIF CONTROLS zobrazí ovládacie tlačidla LOOP, START počet, podmienka prehrávania ISMAP klikacia mapa na serveri USEMAP= meno meno klikacej mapy <MAP NAME= meno > vytvorenie klikacej mapy <AREA> definícia citlivej oblasti mapy SHAPE tvar oblasti (Rect, Circle, Poly) COORDS súradnice geometrického útvar HREF URL odkazu NOREF citlivá plocha nie je odkazom ALT text pre znakové prehliadače Tabuľka <TABLE>...</TABLE> tabuľka zarovnanie tabuľky na stránke (Left, Right, Center) BGCOLOR farba pozadia tabuľky BORDER hrúbka rámčeka BORDERCOLOR farba rámčeka CELLPADDING medzera okraj - obsah bunky CELLSPACING medzera medzi bunkami COLS počet stĺpcov tabuľky FRAME viditeľnosť rámčeka (Void, Above, Below, Hsides, Vsides, Lhs, Rhs) WIDTH šírka tabuľky <CAPTION>...</CAPTION> nadpis tabuľky zarovnanie nadpisu tabuľky riadok tabuľky <TH> hlavička tabuľky <TD> bunka tabuľky vodorovné zarovnanie (LEFT, RIGHT, CENTER) V zvislé zarovnanie (TOP, MIDDLE, BOTTOM) ROWSPAN bunka cez daný počet riadkov COLSPAN bunka cez daný počet stĺpcov NOWRAP text bunky sa nezalamuje WIDTH šírka bunky HEIGHT výška bunky <COLGROUP> formátovanie celého stlpca IE SPAN na koľko stĺpcov to platí Názvy farieb aqua jasná tmavozelená navy tmavo modrá black čierna olive olivová blue modrá purple purpurová fuchsia anilínová červeň red červená gray sivá silver strieborná green zelená teal tmavá modrozelená lime citrónovo zelená white biela maroon gaštanová yellow žltá Zápis vybraných znakov v HTML &nbsp nedeliteľná medzera &shy rozdeliteľný spojovník &lt < &plusmn ± &gt > &sup1 ¹ &amp & &sup2 ² &quot &sup3 ³ &copy &acute &iexcl &micro µ &cent &para &pound &middot &yen &cedil &brvbar &orm º &sect &raquo» &uml &frac14 ¼ &ordf ª &frac12 ½ &laquo «&frac34 ¾ &not &iquest &reg &times &macr &divide &deg &curren všeob. mena Komentáre <!--... To je komentár...--> <!--#text SSI --> <!--#var==http_user_agent--> <COMMENT> len IE Rámce <FRAMESET> rozdelenie okna na rámce v HEAD COLS, ROWS počet a veľkosť stĺpcov, riadkov v % hl. okna, pixeloch, relatívne FRAMEBORDER ohraničenie rámca (1, 0 yes, no) BORDERCOLOR farba okraja rámca FRAMESPACING nevyplnené miesto medzi rámcami <FRAME> naplnenie rámca FRAMEBORDER ohraničenie rámca (1, 0 yes, no) MARGINHEIGHT okraj nad a pod rámcom v pixeloch MARGINWIDTH okraj vľavo a vpravo od rámca v pix. NAME názov rámca pri vyvolaní odkazom SCROLLING povolenie rolovania (yes, no) NORESIZE zákaz zmeny veľkosti rámca myšou FRAMESPACING voľné miesto okolo rámca (pix) - IE BORDERCOLOR farba okraja rámca NN SRC súbor umiestnený do rámca <IFRAME> plávajúci rám hocikde v BODY - IE zarovnanie rámca BORDER, BORDERCOLOR šírka a farba okraja HEIGHT, WIDTH výška a šírka rámca v pixeloch

8 8

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

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

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

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

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

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

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.

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. 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

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

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

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

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

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

Web Technology. HTML & xhtml

Web Technology. HTML & xhtml 01076541 Web Technology HTML & xhtml Introducing HTML and xhtml HTML standard is overseen by W3C Current major version is HTML 4.01 (release Dec. 1999) Added stricter rules to HTML 4.01 in Jan. 2000 creating

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

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

JSF - H:INPUTSECRET. Class name of a validator that s created and attached to a component

JSF - H:INPUTSECRET. Class name of a validator that s created and attached to a component http://www.tutorialspoint.com/jsf/jsf_inputsecret_tag.htm JSF - H:INPUTSECRET Copyright tutorialspoint.com The h:inputsecret tag renders an HTML input element of the type "password". JSF Tag

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

JSF - H:PANELGRID. JSF Tag. Rendered Output. Tag Attributes. The h:panel tag renders an HTML "table" element. Attribute & Description.

JSF - H:PANELGRID. JSF Tag. Rendered Output. Tag Attributes. The h:panel tag renders an HTML table element. Attribute & Description. http://www.tutorialspoint.com/jsf/jsf_panelgrid_tag.htm JSF - H:PANELGRID Copyright tutorialspoint.com The h:panel tag renders an HTML "table" element. JSF Tag

More information

Which of the following is/are a valid value for the type attribute of the input tag? a. text. b. icon. c. reset. d. password

Which of the following is/are a valid value for the type attribute of the input tag? a. text. b. icon. c. reset. d. password Which of the following is/are a valid value for the type attribute of the input tag? a. text b. icon c. reset d. password Which of the following is true for the tag in HTML 4.01? a. It does need

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

HTML 5 Tables and Forms

HTML 5 Tables and Forms Tables for Tabular Data Display HTML 5 Tables and Forms Tables can be used to represet information in a two-dimensional format. Typical table applications include calendars, displaying product catelog,

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

CSC Web Technologies, Spring HTML Review

CSC Web Technologies, Spring HTML Review CSC 342 - Web Technologies, Spring 2017 HTML Review HTML elements content : is an opening tag : is a closing tag element: is the name of the element attribute:

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

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

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

JSF - H:SELECTONERADIO

JSF - H:SELECTONERADIO JSF - H:SELECTONERADIO http://www.tutorialspoint.com/jsf/jsf_selectoneradio_tag.htm Copyright tutorialspoint.com The h:selectoneradio tag renders a set of HTML input element of type "radio", and format

More information

Chapter 1 General HTML

Chapter 1 General HTML Chapter General HTML Hypertext Markup Language (HTML) is a structured markup language used to create Web pages. A markup language like HTML is a collection of text codes, called elements, that indicate

More information

Aplikačný dizajn manuál

Aplikačný dizajn manuál Aplikačný dizajn manuál Úvod Aplikačný dizajn manuál je súbor pravidiel vizuálnej komunikácie. Dodržiavaním jednotných štandardov, aplikácií loga, písma a farieb pri prezentácii sa vytvára jednotný dizajn,

More information

JSF - H:SELECTONEMENU

JSF - H:SELECTONEMENU JSF - H:SELECTONEMENU http://www.tutorialspoint.com/jsf/jsf_selectonemenu_tag.htm Copyright tutorialspoint.com The h:selectonemenu tag renders an HTML input element of the type "select" with size not specified.

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

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

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: Fragments, Frames, and Forms. Overview

HTML: Fragments, Frames, and Forms. Overview HTML: Fragments, Frames, and Forms Michael B. Spring Department of Information Science and Telecommunications University of Pittsburgh spring@ imap.pitt.edu http://www.sis. pitt.edu/~spring Overview Fragment

More information

COMPUTER APPLICATIONS IN BUSINESS FYBMS SEM II

COMPUTER APPLICATIONS IN BUSINESS FYBMS SEM II CHAPTER 1: HTML 1. What is HTML? Define its structure. a. HTML [Hypertext Markup Language] is the main markup language for creating web pages and other information that can be displayed in a web browser.

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

!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

HTTP and HTML. We will use HTML as a frontend to our webapplications, therefore a basic knowledge of HTML is required, especially in forms.

HTTP and HTML. We will use HTML as a frontend to our webapplications, therefore a basic knowledge of HTML is required, especially in forms. HTTP and HTML We will use HTML as a frontend to our webapplications, therefore a basic knowledge of HTML is required, especially in forms. HTTP and HTML 28 January 2008 1 When the browser and the server

More information

HTML User Interface Controls. Interactive HTML user interfaces. Document Object Model (DOM)

HTML User Interface Controls. Interactive HTML user interfaces. Document Object Model (DOM) Page 1 HTML User Interface Controls CSE 190 M (Web Programming), Spring 2007 University of Washington Reading: Sebesta Ch. 5 sections 5.1-5.7.2, Ch. 2 sections 2.9-2.9.4 Interactive HTML user interfaces

More information

Continues the Technical Activities Originated in the WAP Forum

Continues the Technical Activities Originated in the WAP Forum XHTML Mobile Profile Candidate Version 1.1 16 Aug 2004 Open Mobile Alliance OMA-WAP-V1_1-20040816-C Continues the Technical Activities Originated in the WAP Forum OMA-WAP-V1_1-20040816-C Page 2 (34) Use

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

How to use the Dealer Car Search ebay posting tool. Overview. Creating your settings

How to use the Dealer Car Search ebay posting tool. Overview. Creating your settings How to use the Dealer Car Search ebay posting tool Overview The Dealer Car Search ebay posting tool is designed to allow you to easily create an auction for a vehicle that has been loaded into Dealer Car

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

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

Advanced HTML Scripting WebGUI Users Conference

Advanced HTML Scripting WebGUI Users Conference Advanced HTML Scripting 2004 WebGUI Users Conference XHTML where did that x come from? XHTML =? Extensible Hypertext Markup Language Combination of HTML and XML More strict than HTML Things to Remember

More information

Chapter 5. Introduction to XHTML: Part 2

Chapter 5. Introduction to XHTML: Part 2 Chapter 5. Introduction to XHTML: Part 2 Tables Attributes of the table element: border: width of the table border in pixels (0 makes all lines invisible) align: horizontal alignment (left, center, or

More information

Beijing , China. Keywords: Web system, XSS vulnerability, Filtering mechanisms, Vulnerability scanning.

Beijing , China. Keywords: Web system, XSS vulnerability, Filtering mechanisms, Vulnerability scanning. 2017 International Conference on Computer, Electronics and Communication Engineering (CECE 2017) ISBN: 978-1-60595-476-9 XSS Vulnerability Scanning Algorithm Based on Anti-filtering Rules Bo-wen LIU 1,

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

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

HTML What is HTML Hyper Text Markup Language is a computer based language used to create WebPages.

HTML What is HTML Hyper Text Markup Language is a computer based language used to create WebPages. vinsri76@yahoo.com +965-69300304 HTML What is HTML Hyper Text Markup Language is a computer based language used to create WebPages. Name Two text Editor which are used to create HTML page. They are: Notepad

More information

Mgr. Martin Vesel M 114

Mgr. Martin Vesel M 114 Mgr. Martin Vesel martin.vesel@gmail.com M 114 Where 2 go W3C, CSS špecifikácia http://www.w3.org/standards/techs/css#w3c_all http://www.w3.org/tr/2011/rec-css2-20110607/ http://www.w3.org/tr/2012/rec-css3-mediaqueries-20120619/

More information

HTML Tags <A></A> <A HREF="http://www.cnn.com"> CNN </A> HREF

HTML Tags <A></A> <A HREF=http://www.cnn.com> CNN </A> HREF HTML Tags Tag Either HREF or NAME is mandatory Definition and Attributes The A tag is used for links and anchors. The tags go on either side of the link like this: the link

More information

Web Design and Application Development

Web Design and Application Development Yarmouk University Providing Fundamental ICT Skills for Syrian Refugees (PFISR) Web Design and Application Development Dr. Abdel-Karim Al-Tamimi altamimi@yu.edu.jo Lecture 02 A. Al-Tamimi 1 Lecture Overview

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

Indian Institute of Technology Kharagpur. HTML Part III. Prof. Indranil Sen Gupta Dept. of Computer Science & Engg. I.I.T.

Indian Institute of Technology Kharagpur. HTML Part III. Prof. Indranil Sen Gupta Dept. of Computer Science & Engg. I.I.T. Indian Institute of Technology Kharagpur HTML Part III Prof. Indranil Sen Gupta Dept. of Computer Science & Engg. I.I.T. Kharagpur, INDIA Lecture 15: HTML Part III On completion, the student will be able

More information

Introducing Web Tables

Introducing Web Tables TABLE AND FRAMESET Introducing Web Tables A table can be displayed on a Web page either in a text or graphical format. A text table: Contains only text, evenly spaced on the Web page in rows and columns

More information

Part 1: HTML Language HyperText Make-up Language

Part 1: HTML Language HyperText Make-up Language Part 1: HTML Language HyperText Make-up Language 09/08/2010 1 CHAPTER I Introduction about Web Design 2 Internet and World Wide Web The Internet is the world s largest computer network The Internet is

More information

Introduction to DHTML

Introduction to DHTML Introduction to DHTML HTML is based on thinking of a web page like a printed page: a document that is rendered once and that is static once rendered. The idea behind Dynamic HTML (DHTML), however, is to

More information

HTML & XHTML Tag Quick Reference

HTML & XHTML Tag Quick Reference HTML & XHTML Tag Quick Reference This reference notes some of the most commonly used HTML and XHTML tags. It is not, nor is it intended to be, a comprehensive list of available tags. Details regarding

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

CS 350 COMPUTER/HUMAN INTERACTION. Lecture 6

CS 350 COMPUTER/HUMAN INTERACTION. Lecture 6 CS 350 COMPUTER/HUMAN INTERACTION Lecture 6 Setting up PPP webpage Log into lab Linux client or into csserver directly Webspace (www_home) should be set up Change directory for CS 350 assignments cp r

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

Tables & Lists. Organized Data. R. Scott Granneman. Jans Carton

Tables & Lists. Organized Data. R. Scott Granneman. Jans Carton Tables & Lists Organized Data R. Scott Granneman Jans Carton 1.3 2014 R. Scott Granneman Last updated 2015-11-04 You are free to use this work, with certain restrictions. For full licensing information,

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

Creating a Web Page with HTML

Creating a Web Page with HTML CT1501 DEVELOPMENT OF INTERNET APPLICATION Creating a Web Page with HTML Prepared By: Huda Alsuwailem Reviewed by: Rehab Alfallaj www.faculty.ksu.edu.sa/rehab-alfallaj ralfallaj@ksu.edu.sa Tables

More information

Spájanie tabuliek. Jaroslav Porubän, Miroslav Biňas, Milan Nosáľ (c)

Spájanie tabuliek. Jaroslav Porubän, Miroslav Biňas, Milan Nosáľ (c) Spájanie tabuliek Jaroslav Porubän, Miroslav Biňas, Milan Nosáľ (c) 2011-2016 Úvod pri normalizácii rozdeľujeme databázu na viacero tabuliek prepojených cudzími kľúčmi SQL umožňuje tabuľky opäť spojiť

More information

Web Designing Course

Web Designing Course Web Designing Course Course Summary: HTML, CSS, JavaScript, jquery, Bootstrap, GIMP Tool Course Duration: Approx. 30 hrs. Pre-requisites: Familiarity with any of the coding languages like C/C++, Java etc.

More information

WCAG2-AA accessibility report for

WCAG2-AA accessibility report for 9/8/207 Monsido WCG2- accessibility report for http://www.messiah.edu 207-09-8 ccessibility Issues Found 08 (6,947,923 unique issues a ecting 7,35 pages) Overall accessibility compliance Done 56 issues

More information

WCAG2-AA accessibility report for

WCAG2-AA accessibility report for 0/3/207 Monsido WCG2- accessibility report for http://www.messiah.edu 207-0-3 ccessibility Issues Found 07 (7,04,34 unique issues a ecting 7,348 pages) Overall accessibility compliance Done 57 issues done

More information

WCAG2-AA accessibility report for

WCAG2-AA accessibility report for 0/26/207 Monsido WCG2- accessibility report for http://www.messiah.edu 207-0-26 ccessibility Issues Found 09 (7,285,932 unique issues a ecting 7,443 pages) Overall accessibility compliance Done 55 issues

More information

Table-Based Web Pages

Table-Based Web Pages Table-Based Web Pages Web Authoring and Design Benjamin Kenwright Outline What do we mean by Table-Based Web Sites? Review Table Tags/Structure Tips/Debugging/Applications Summary Review/Discussion Submissions/Quizzes/GitHub

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

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

COMPUTER APPLICATIONS 10. HTML - Structural Tags SECTION-B

COMPUTER APPLICATIONS 10. HTML - Structural Tags SECTION-B COMPUTER APPLICATIONS 10. HTML - Structural Tags SECTION-B Answer to the following questions (2 Marks): 1 Sandhiya is creating a webpage. She is entering HTML code on her computer. In between, she keeps

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

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

Databázové systémy. SQL Window functions

Databázové systémy. SQL Window functions Databázové systémy SQL Window functions Scores Tabuľka s bodmi pre jednotlivých študentov id, name, score Chceme ku každému doplniť rozdiel voči priemeru 2 Demo data SELECT * FROM scores ORDER BY score

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

LECTURE-3. Exceptions JS Events. CS3101: Programming Languages: Javascript Ramana Isukapalli

LECTURE-3. Exceptions JS Events. CS3101: Programming Languages: Javascript Ramana Isukapalli LECTURE-3 Exceptions JS Events 1 EXCEPTIONS Syntax and usage Similar to Java/C++ exception handling try { // your code here catch (excptn) { // handle error // optional throw 2 EXCEPTIONS EXAMPLE

More information

HYPERTEXT MARKUP LANGUAGE ( HTML )

HYPERTEXT MARKUP LANGUAGE ( HTML ) 1 HTML BASICS MARK-UP LANGUAGES Traditionally used to provide typesetting information to printers where text should be indented, margin sizes, bold text, special font sizes and styles, etc. Word processors

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

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

XHTML Mobile Profile. Candidate Version Feb Open Mobile Alliance OMA-TS-XHTMLMP-V1_ C

XHTML Mobile Profile. Candidate Version Feb Open Mobile Alliance OMA-TS-XHTMLMP-V1_ C XHTML Mobile Profile Candidate Version 1.2 27 Feb 2007 Open Mobile Alliance OMA-TS-XHTMLMP-V1_2-20070227-C rved. [OMA-Template-Spec-20040205] OMA-TS-XHTMLMP-V1_2-20070227-C Page 2 (46) Use of this document

More information

EET6541 Multimedia and Internet Technology

EET6541 Multimedia and Internet Technology EET6541 Multimedia and Internet Technology Lecturer: Dr. Hao Shi Room: D721D and Phone: 9688 4270 E-mail: Hao.Shi@vu.edu.au 2 Brief Overview of HTML! HTML: HyperText Markup Language. Not WYSIWYG For publishing

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

JAVASCRIPT BASICS. Handling Events In JavaScript. In programing, event-driven programming could be a programming

JAVASCRIPT BASICS. Handling Events In JavaScript. In programing, event-driven programming could be a programming Handling s In JavaScript In programing, event-driven programming could be a programming paradigm during which the flow of the program is set by events like user actions (mouse clicks, key presses), sensor

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

New Perspectives on Creating Web Pages with HTML. Tutorial Objectives

New Perspectives on Creating Web Pages with HTML. Tutorial Objectives New Perspectives on Creating Web Pages with HTML Tutorial 9: Working with JavaScript Objects and Events 1 Tutorial Objectives Learn about form validation Study the object-based nature of the JavaScript

More information

HTML Element A pair of tags and the content these include are known as an element

HTML Element A pair of tags and the content these include are known as an element HTML Tags HTML tags are used to mark-up HTML elements. HTML tags are surrounded by the two characters < and >. The surrounding characters are called angle brackets HTML tags are not case sensitive,

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

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.3 HTML Document Structure

2.1 Origins and Evolution of HTML. 2.3 HTML Document Structure Chapter 2 Introduction to XHTML 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

More information

Unit 5 Web Publishing Systems Page 1 of 13 Part 4 HTML Part 4

Unit 5 Web Publishing Systems Page 1 of 13 Part 4 HTML Part 4 Unit 5 Web Publishing Systems Page 1 of 13 Part 4 HTML 4.01 Version: 4.01 Transitional Hypertext Markup Language is the coding behind web publishing. In this tutorial, basic knowledge of HTML will be covered

More information

TEXTAREA NN 2 IE 3 DOM 1

TEXTAREA NN 2 IE 3 DOM 1 778 TEXTAREA Chapter 9DOM Reference TEXTAREA NN 2 IE 3 DOM 1 The TEXTAREA object reflects the TEXTAREA element and is used as a form control. This object is the primary way of getting a user to enter multiple

More information

MSEP Partner Portal JSON Feed Standards

MSEP Partner Portal JSON Feed Standards MSEP Partner Portal JSON Feed Standards General JSON Feed Guidance The MSEP Partner Portal uses an automated importing of JSON feeds. Feeds can only be received via HTTP or HTTPS. The portal is unable

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

2.1 Origins and Evolution of HTML

2.1 Origins and Evolution of HTML 2.1 Origins and Evolution of HTML - Derived from SGML - Original intent: General layout of documents that could be displayed by a wide variety of computers - Recent versions: - HTML 4.0-1997 - Introduced

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

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. 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