User Tools

Site Tools


en:objects:domabout

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
en:objects:domabout [2020/10/06 15:42]
sales
en:objects:domabout [2026/08/05 22:29] (current)
Line 1: Line 1:
 <html> <html>
-<<h2> DOM </h2>+<h2>DOM</h2>
  
-<P> <STRONG> Functionality for working with a web page (objects for working with the DOM model of an HTML page): </STRONG> </P> <BR>+<P><STRONG>Functionality for working with a web page (objects for working with the DOM model of an HTML page):</STRONG></P><BR>
  
 <ul> <ul>
-<li> <A href="/wiki/doku.php?id=en:objects:common"> common </A> - functions common to all objects <BR> +<li><A href="/wiki/doku.php?id=en:objects:common">common</A>- functions common to all objects<BR> 
-<li> <A href="/wiki/doku.php?id=en:objects:anchor"> anchor </A> - links (tag A) <BR> +<li><A href="/wiki/doku.php?id=en:objects:anchor">anchor</A>- links (tag A)<BR> 
-<li> <A href="/wiki/doku.php?id=en:objects:b"> b </A> - tag B <BR> +<li><A href="/wiki/doku.php?id=en:objects:b">b</A>- tag B<BR> 
-<li> <A href="/wiki/doku.php?id=en:objects:blockquote"> blockquote </A> - BLOCKQUOTE tag <BR> +<li><A href="/wiki/doku.php?id=en:objects:blockquote">blockquote</A>- BLOCKQUOTE tag<BR> 
-<li> <A href="/wiki/doku.php?id=en:objects:body"> body </A> - page body (BODY tag) <BR> +<li><A href="/wiki/doku.php?id=en:objects:body">body</A>- page body (BODY tag)<BR> 
-<li> <A href="/wiki/doku.php?id=en:objects:btn"> btn </A> - buttons (BUTTON tag) <BR> +<li><A href="/wiki/doku.php?id=en:objects:btn">btn</A>- buttons (BUTTON tag)<BR> 
-<li> <A href="/wiki/doku.php?id=en:objects:button"> button </A> - input buttons (INPUT tag type BUTTON or SUBMIT or RESET or IMAGE) <BR> +<li><A href="/wiki/doku.php?id=en:objects:button">button</A>- input buttons (INPUT tag type BUTTON or SUBMIT or RESET or IMAGE)<BR> 
-<li> <A href="/wiki/doku.php?id=en:objects:canvas"> code </A> - CANVAS tag <BR> +<li><A href="/wiki/doku.php?id=en:objects:canvas">code</A>- CANVAS tag<BR> 
-<li> <A href="/wiki/doku.php?id=en:objects:checkbox"> checkbox </A> - checkboxes (INPUT tag, type CHECK) <BR> +<li><A href="/wiki/doku.php?id=en:objects:checkbox">checkbox</A>- checkboxes (INPUT tag, type CHECK)<BR> 
-<li> <A href="/wiki/doku.php?id=en:objects:code"> code </A> - CODE tag <BR> +<li><A href="/wiki/doku.php?id=en:objects:code">code</A>- CODE tag<BR> 
-<li> <A href="/wiki/doku.php?id=en:objects:div"> div </A> - separators (DIV tag) <BR> +<li><A href="/wiki/doku.php?id=en:objects:div">div</A>- separators (DIV tag)<BR> 
-<li> <A href="/wiki/doku.php?id=en:objects:element"> element </A> - any page elements (any tags) <BR> +<li><A href="/wiki/doku.php?id=en:objects:element">element</A>- any page elements (any tags)<BR> 
-<li> <A href="/wiki/doku.php?id=en:objects:embed"> embed </A> - embedded non-HTML elements (EMBED tag) <BR> +<li><A href="/wiki/doku.php?id=en:objects:embed">embed</A>- embedded non-HTML elements (EMBED tag)<BR> 
-<li> <A href="/wiki/doku.php?id=en:objects:flash"> flash </A> - flash elements (OBJECT tag with flash objects) <BR> +<li><A href="/wiki/doku.php?id=en:objects:flash">flash</A>- flash elements (OBJECT tag with flash objects)<BR> 
-<li> <A href="/wiki/doku.php?id=en:objects:footer"> footer </A> - footer (FOOTER tag) <BR> +<li><A href="/wiki/doku.php?id=en:objects:footer">footer</A>- footer (FOOTER tag)<BR> 
-<li> <A href="/wiki/doku.php?id=en:objects:form"> form </A> - forms (FORM tag) <BR> +<li><A href="/wiki/doku.php?id=en:objects:form">form</A>- forms (FORM tag)<BR> 
-<li> <A href="/wiki/doku.php?id=en:objects:frame"> frame </A> - frames (FRAME tag) <BR> +<li><A href="/wiki/doku.php?id=en:objects:frame">frame</A>- frames (FRAME tag)<BR> 
-<li> <A href="/wiki/doku.php?id=en:objects:h1_6"> h1 - h6 </A> - objects h1 ... h6 (tag H1 ... H6) +<li><A href="/wiki/doku.php?id=en:objects:h1_6">h1 - h6</A>- objects h1 ... h6 (tag H1 ... H6) 
-<li> <A href="/wiki/doku.php?id=en:objects:head"> head </A> - HEAD tag <BR> +<li><A href="/wiki/doku.php?id=en:objects:head">head</A>- HEAD tag<BR> 
-<li> <A href="/wiki/doku.php?id=en:objects:header"> header </A> - header (HEADER tag) <BR> +<li><A href="/wiki/doku.php?id=en:objects:header">header</A>- header (HEADER tag)<BR> 
-<li> <A href="/wiki/doku.php?id=en:objects:hiddeninput"> hiddeninput </A> - hidden input elements (INPUT tag and HIDDEN type) <BR> +<li><A href="/wiki/doku.php?id=en:objects:hiddeninput">hiddeninput</A>- hidden input elements (INPUT tag and HIDDEN type)<BR> 
-<li> <A href="/wiki/doku.php?id=en:objects:html"> html </A> - HTML <BR> tag +<li><A href="/wiki/doku.php?id=en:objects:html">html</A>- HTML<BR>tag 
-<li> <A href="/wiki/doku.php?id=en:objects:i"> i </A> - tag I <BR> +<li><A href="/wiki/doku.php?id=en:objects:i">i</A>- tag I<BR> 
-<li> <A href="/wiki/doku.php?id=en:objects:image"> image </A> - images (tag IMG) <BR> +<li><A href="/wiki/doku.php?id=en:objects:image">image</A>- images (tag IMG)<BR> 
-<li> <A href="/wiki/doku.php?id=en:objects:input"> input </A> - single-line text elements (INPUT tag type TEXT or PASSWORD or SEARCH) <BR> +<li><A href="/wiki/doku.php?id=en:objects:input">input</A>- single-line text elements (INPUT tag type TEXT or PASSWORD or SEARCH)<BR> 
-<li> <A href="/wiki/doku.php?id=en:objects:inputfile"> inputfile </A> - file input elements (INPUT tag, FILE type) <BR> +<li><A href="/wiki/doku.php?id=en:objects:inputfile">inputfile</A>- file input elements (INPUT tag, FILE type)<BR> 
-<li> <A href="/wiki/doku.php?id=en:objects:inputimage"> inputimage </A> - buttons - pictures (INPUT tag, IMAGE type) <BR> +<li><A href="/wiki/doku.php?id=en:objects:inputimage">inputimage</A>- buttons - pictures (INPUT tag, IMAGE type)<BR> 
-<li> <A href="/wiki/doku.php?id=en:objects:label"> label </A> - labels (LABEL tag) <BR> +<li><A href="/wiki/doku.php?id=en:objects:label">label</A>- labels (LABEL tag)<BR> 
-<li> <A href="/wiki/doku.php?id=en:objects:li"> li </A> - LI tag <BR> +<li><A href="/wiki/doku.php?id=en:objects:li">li</A>- LI tag<BR> 
-<li> <A href="/wiki/doku.php?id=en:objects:listbox"> listbox </A> - listboxes and comboboxes - tags (SELECT tag) <BR> +<li><A href="/wiki/doku.php?id=en:objects:listbox">listbox</A>- listboxes and comboboxes - tags (SELECT tag)<BR> 
-<li> <A href="/wiki/doku.php?id=en:objects:meta"> meta </A> - META tag <BR> +<li><A href="/wiki/doku.php?id=en:objects:meta">meta</A>- META tag<BR> 
-<li> <A href="/wiki/doku.php?id=en:objects:object"> object </A> - built-in objects (OBJECT tag) <BR> +<li><A href="/wiki/doku.php?id=en:objects:object">object</A>- built-in objects (OBJECT tag)<BR> 
-<li> <A href="/wiki/doku.php?id=en:objects:option"> option </A> - OPTION tag <BR> +<li><A href="/wiki/doku.php?id=en:objects:option">option</A>- OPTION tag<BR> 
-<li> <A href="/wiki/doku.php?id=en:objects:p"> p </A> - tag P <BR> +<li><A href="/wiki/doku.php?id=en:objects:p">p</A>- tag P<BR> 
-<li> <A href="/wiki/doku.php?id=en:objects:pre"> pre </A> - PRE tag <BR> +<li><A href="/wiki/doku.php?id=en:objects:pre">pre</A>- PRE tag<BR> 
-<li> <A href="/wiki/doku.php?id=en:objects:radiobox"> radiobox </A> - radioboxes (INPUT tag RADIO type) <BR> +<li><A href="/wiki/doku.php?id=en:objects:radiobox">radiobox</A>- radioboxes (INPUT tag RADIO type)<BR> 
-<li> <A href="/wiki/doku.php?id=en:objects:s"> s </A> - S tag <BR> +<li><A href="/wiki/doku.php?id=en:objects:s">s</A>- S tag<BR> 
-<li> <A href="/wiki/doku.php?id=en:objects:script"> script </A> - scripts (SCRIPT tag) <BR> +<li><A href="/wiki/doku.php?id=en:objects:script">script</A>- scripts (SCRIPT tag)<BR> 
-<li> <A href="/wiki/doku.php?id=en:objects:section"> section </A> - section (SECTION tag) <BR> +<li><A href="/wiki/doku.php?id=en:objects:section">section</A>- section (SECTION tag)<BR> 
-<li> <A href="/wiki/doku.php?id=en:objects:span"> span </A> - spans (SPAN tag) <BR> +<li><A href="/wiki/doku.php?id=en:objects:span">span</A>- spans (SPAN tag)<BR> 
-<li> <A href="/wiki/doku.php?id=en:objects:strong"> strong </A> - STRONG tag <BR> +<li><A href="/wiki/doku.php?id=en:objects:strong">strong</A>- STRONG tag<BR> 
-<li> <A href="/wiki/doku.php?id=en:objects:style"> style </A> - styles (style tag) <BR> +<li><A href="/wiki/doku.php?id=en:objects:style">style</A>- styles (style tag)<BR> 
-<li> <A href="/wiki/doku.php?id=en:objects:table"> table </A> - tables (TABLE tag) <BR> +<li><A href="/wiki/doku.php?id=en:objects:table">table</A>- tables (TABLE tag)<BR> 
-<li> <A href="/wiki/doku.php?id=en:objects:th"> th </A> - table heading (TH tag) <BR> +<li><A href="/wiki/doku.php?id=en:objects:th">th</A>- table heading (TH tag)<BR> 
-<li> <A href="/wiki/doku.php?id=en:objects:tr"> tr </A> - table row (TR tag) <BR> +<li><A href="/wiki/doku.php?id=en:objects:tr">tr</A>- table row (TR tag)<BR> 
-<li> <A href="/wiki/doku.php?id=en:objects:td"> td </A> - table cell (TD tag) <BR> +<li><A href="/wiki/doku.php?id=en:objects:td">td</A>- table cell (TD tag)<BR> 
-<li> <A href="/wiki/doku.php?id=en:objects:textarea"> textarea </A> - multi-line text elements (TEXTAREA tag) <br> +<li><A href="/wiki/doku.php?id=en:objects:textarea">textarea</A>- multi-line text elements (TEXTAREA tag)<br> 
-<li> <A href="/wiki/doku.php?id=en:objects:u"> u </A> - U tag <BR>  +<li><A href="/wiki/doku.php?id=en:objects:u">u</A>- U tag<BR> 
-<li> <A href="/wiki/doku.php?id=en:objects:video"> video</A> - VIDEO tag<BR> +<li><A href="/wiki/doku.php?id=en:objects:video">video</A>- VIDEO tag<BR> 
-<li> <A href="/wiki/doku.php?id=en:objects:interface"> interface </A> - direct interface to the <BR> page element +<li><A href="/wiki/doku.php?id=en:objects:interface">interface</A>- direct interface to the<BR>page element 
-<li> <A href="/wiki/doku.php?id=en:objects:interfaces"> interfaces </A> - list of direct interfaces to page elements <BR>+<li><A href="/wiki/doku.php?id=en:objects:interfaces">interfaces</A>- list of direct interfaces to page elements<BR>
 </ul> </ul>
 </html> </html>
en/objects/domabout.1601988122.txt.gz · Last modified: 2020/10/06 15:42 by sales