| Найдено документов: 260776 (192 сайтов) ---- Время поиска: 0.88сек. |
Показаны документы, содержащие фрагменты текста из документа
http://www.stsci.edu/hst/training/events/BeginnersHTML/supporting.
http://www.stsci.edu/hst/training/events/BeginnersHTML/supporting.
1. Lists in HTML documents
... Definition lists : the DL , DT , and DD elements . ... Definitions. ... An ordered list, created using the OL element, should contain information where order should be emphasized, as in a recipe: . ... Definition lists, created using the DL element, generally consist of a series of term/definition pairs (although definition lists may have other applications). ... For example, using CSS, one may specify that the style of numbers for list elements in a numbered list should be lowercase roman numerals....
[
Сохраненная копия
]
Ссылки http://xray.sai.msu.ru/~ustiansk/web/struct/lists.html -- 26.9 Кб -- 24.04.1998
[ Сохраненная копия ] Ссылки http://crydee.sai.msu.ru/~vab/html.doc/html40/struct/lists.html -- 26.9 Кб -- 24.04.1998
Похожие документы
[ Сохраненная копия ] Ссылки http://crydee.sai.msu.ru/~vab/html.doc/html40/struct/lists.html -- 26.9 Кб -- 24.04.1998
Похожие документы
Еще в разделе:
(Показать все результаты (>5231) - crydee.sai.msu.ru/ )
2. HTML Tag Reference
Contents] [Previous] [Next] [Alphabetical Tag List] [Index] . ... The file lists.htm shows this example in action in a separate window. The DL tag encloses a definition list. ... The following example defines six HTML terms. ... DD>This tag displays a definition list in the HTML document. ... The DT tag specifies a term in a definition list. ... The default numbering style is determined by the browser, but you can use the tag's TYPE attributes to change the numbering sequence and numbering style. ...
[
Сохраненная копия
]
Ссылки http://www.sao.ru/cats/~satr/JS/REF/tags5.htm -- 20.5 Кб -- 28.01.1998
Похожие документы
Похожие документы
Еще в разделе:
(Показать все результаты (>2715) - www.sao.ru/ )
3. Ordered Lists
... Content Model: Optional list header (LH), followed by one or more list items (LI) . An ordered list typically is a numbered list of items. ... The numbering style is left to associated style sheets, e.g. whether nested lists contribute to a compound item number, e.g. "3.1.5", or whether numbers are rendered as arabic, upper or lower case roman numerals or using the numbering scheme appropriate to the language context. ... CLASS . ... The CLEAR attribute allows you to move down unconditionally: . ...
[
Сохраненная копия
]
Ссылки http://comet.sai.msu.ru/webdesign/html-3.0/seqlists.html -- 5.3 Кб -- 19.12.1996
Похожие документы
Похожие документы
Еще в разделе:
(Показать все результаты (>652) - comet.sai.msu.ru/ )
4. Number input
This document describes how number input can be given to tasks which request numbers from Hermes. ... list selection The following constants are implemented: pi 3.14159.... c speed of light (SI) h Planck (SI) k Boltzmann (SI) g gravitation (SI) s Stefan-Boltzman (SI) m mass of sun (SI) p parsec (SI) BLANK Universal undefined value The following mathematical functions are implemented: abs(x) absolute value of x sqrt(x) square root of x sin(x) sine of x asin(x) inverse sine ...
[
Сохраненная копия
]
Ссылки http://www.atnf.csiro.au/computing/software/gipsy/hermes/numbers.html -- 8.2 Кб -- 16.01.2009
Похожие документы
Похожие документы
Еще в разделе:
(Показать все результаты (>34753) - www.atnf.csiro.au/ )
5. http://www.arcetri.astro.it/irlab/doc/library/javascript/clientreference/plugin.htm
... JavaScript 1.1 Plugin objects are predefined JavaScript objects that you access through the navigator.plugins array. A Plugin object is a plug-in installed on the client. ... For example, the following code displays the type and description properties of the first Plugin object's first MimeType object. myPlugin=navigator.plugins[0] . ... Description . ... The following code assigns shorthand variables for the predefined LiveAudio properties. var myPluginName = navigator.plugins["LiveAudio"].name . ...
[
Сохраненная копия
]
Ссылки http://www.arcetri.astro.it/irlab/doc/library/javascript/clientreference/plugin.htm -- 15.2 Кб -- 07.10.1999
Похожие документы
Похожие документы
Еще в разделе:
(Показать все результаты (>9499) - www.arcetri.astro.it/ )
6. OptInt PmWiki : Access Keys
OptInt PmWiki . ... Edit Page | ... MROI Delay Line Design Contract . ... Access Keys . ... Note that this AKey+x access key only works this way on this page, because it is simply a shortcut for accessing the link that exists only on this page. The list of access key assignments in default PmWiki installations generally work throughout a site because links have been created in PmWiki skins and editing screens that incorporate access key parameters using the access key translation phrases. ...
[
Сохраненная копия
]
Ссылки http://www.mrao.cam.ac.uk/projects/OAS/pmwiki/pmwiki.php/PmWiki/AccessKeys -- 27.6 Кб -- 28.02.2014
Похожие документы
Похожие документы
Еще в разделе:
(Показать все результаты (>3344) - www.mrao.cam.ac.uk/ )
7. FTS Overview
... FTS Introduction . ... You may miss documents, which contains word satisfies , although certainly would love to find them when search for satisfy . ... In simple phrase, tsvector is a sorted list of lexemes, so even without index support full text search should performs better than standard ~,LIKE operators. =# select 'a fat cat sat on a mat and ate a fat rat'::tsvector; tsvector ---------------------------------------------------- 'a' 'on' 'and' 'ate' 'cat' 'fat' 'mat' 'rat' 'sat' . ... tsquery . ...
[
Сохраненная копия
]
Ссылки http://www.sai.msu.su/~megera/postgres/fts/doc/fts-overview.html -- 12.2 Кб -- 13.04.2008
Похожие документы
Похожие документы
Еще в разделе:
(Показать все результаты (>8379) - www.sai.msu.su/ )
8. Determining Browser Type and Version with JavaScript
... Determining Browser Vendor, Version, And Operating System With JavaScript . ... This sample code enables you to detect the browser's vendor, version number, and operating system. ... After you have checked the browser vendor and version, you can dynamically generate optimized HTML markup, and your JavaScript code can conditionally branch to execute JavaScript code optimized for the dynamically generated page or the current browser's vendor or version number. ... Version Number . Browser Version . ...
[
Сохраненная копия
]
Ссылки http://hea-www.harvard.edu/~fine/CFA/browser_type.html -- 29.7 Кб -- 01.10.2012
Похожие документы
Похожие документы
Еще в разделе:
(Показать все результаты (>3601) - hea-www.harvard.edu/ )
9. (Untitled)
There are six possible ways of object description: . a) by number(s) . ... d) by list . e) by orbital elements . ... They should be introduced as year, month, day with tenth (e.g. 20021104.1). d) Computations are performed for all objects listed in the file whose path and name should be introduced into assigned data field. ... On pressing Edit file button user has a possibility to look through the list of object elements or their coordinates and velocities to add or to change it. ...
[
Сохраненная копия
]
Ссылки http://www.ipa.nw.ru/PAGE/FUNDAMENTAL/LSBSS/winample_guide/user9hdg.htm -- 6.7 Кб -- 10.04.2016
Похожие документы
Похожие документы
Еще в разделе:
(Показать все результаты (>593) - www.ipa.nw.ru/ )
10. Procedure for Part Numbering Convention: Larry Carey, 2005
Numbering Procedures for APO 2.5m and 3.5m Drawings and Engineering/Drafting Documents . ... Document part numbers are to consist of a 7 character long "base numbe,r" which is coded to provide information about the part's intended first use. The part number becomes complete and unique only with the addition of a revision number. ... Example of a "base number": 25CSA01 . ... PART NUMBER CONVENTION . ... For Example: . ... R = "Revision" . ... Questions contact Larry Carey/University of Washington ...
[
Сохраненная копия
]
Ссылки http://www.apo.nmsu.edu/Telescopes/06APODrawNumConv.htm -- 8.3 Кб -- 22.03.2006
Похожие документы
Похожие документы
Еще в разделе:
(Показать все результаты (>1478) - www.apo.nmsu.edu/ )
11. NICMOS Proposing Example - 5
... NICMOS Proposing Example - 5 . ... Phase I Proposing . ... Real_Time_Justification: Calibration_Justification: Additional_ Comments : Fixed_Targets Target_Number: 1 Target_Name : HDF Alternate_Names: Hubble Deep Field Description: GALAXY,PROTOGALAXY Position: RA=12H 36M 49.40S +/- 0.02S,DEC=62D 10' 58.0 ...
[
Сохраненная копия
]
Ссылки http://www.stsci.edu/hst/nicmos/proposing/examples/1044.prop -- 19.6 Кб -- 11.04.2016
Похожие документы
Похожие документы
Еще в разделе:
(Показать все результаты (>20375) - www.stsci.edu/ )
12. FORS1 Photometric System Characterization
These observations are aimed at fully charactering FORS1 photometric system (UBVRI zero-points, color-terms and extinction coefficients) for the Tektronix 2048x2048 pixel CCD (24µm px) . To this aim, the two Landolt/Stetson photometric fields SA95 and SA101 will be observed on a number of epochs and at different airmasses during February and March 2007. ... SA101 . ... OBs for SA101 have to be observed during evenigh twilight (exceptions are expected for the second half of March) . ...
[
Сохраненная копия
]
Ссылки http://www.eso.org/~fpatat/fors/testphot2/ -- 10.8 Кб -- 12.03.2007
Похожие документы
Похожие документы
Еще в разделе:
(Показать все результаты (>66500) - www.eso.org/ )
13. URL
... Several HTML elements, most notably the A element , may contain an attribute which takes a URL as value. URLs, Uniform Resource Locators, are addresses of Web documents. More generally, URLs can be used on the Web to refer to "objects" on the Web or in other information systems. ... http . a Web document (to be accessed using Hypertext Transfer Protocol, HTTP ) . ... file . ... In particular, the specifications say that within a URL only a limited set of characters can be used as such : . ...
[
Сохраненная копия
]
Ссылки http://mavr.sao.ru/hq/vch/RusDoc/html3.2ex/gl_10.htm -- 8.7 Кб -- 17.03.1998
[ Сохраненная копия ] Ссылки http://www.sao.ru/hq/vch/RusDoc/html3.2ex/gl_10.htm -- 8.7 Кб -- 17.03.1998
[ Сохраненная копия ] Ссылки http://jet.sao.ru/hq/vch/RusDoc/html3.2ex/gl_10.htm -- 8.7 Кб -- 17.03.1998
Похожие документы
[ Сохраненная копия ] Ссылки http://www.sao.ru/hq/vch/RusDoc/html3.2ex/gl_10.htm -- 8.7 Кб -- 17.03.1998
[ Сохраненная копия ] Ссылки http://jet.sao.ru/hq/vch/RusDoc/html3.2ex/gl_10.htm -- 8.7 Кб -- 17.03.1998
Похожие документы
Еще в разделе:
(Показать все результаты (>1171) - jet.sao.ru/ )
14. http://www.cplire.ru/rus/telemed/HL7/Catalog.pdf
... It addresses: · · · · · · general description of document contents the macro structure of each document what parts, if any, are normative file formats for electronic publishing maintenance methodology (listed by section of the document) inter-document dependencies. ... Message Inf ormation Model a) General Introduction Maintenance method: formatted section. b) Graphical Representation Maintenance method: structured section. c) Literary Representation Maintenance method: structured section. ...
[
Текст
]
Ссылки http://www.cplire.ru/rus/telemed/HL7/Catalog.pdf -- 69.5 Кб -- 10.12.2002
Похожие документы
Похожие документы
Еще в разделе:
(Показать все результаты (>869) - www.cplire.ru/ )
15. XML at the ADC: Steps to a Next Generation Data Repository
Next: SAOTk and TclXPA: Tcl/Tk Extensions for Astronomy . Up: Use of Scripting Language . ... The staff of the Astronomical Data Center at GSFC (ADC, http://adc.gsfc.nasa.gov ) is involved in a research project to define the XML format for the metadata of an astronomical repository and for large data tables. In the process, an XML tool box is being developed for importation, enhancement, and distribution of published data and their metadata documents. ...
[
Сохраненная копия
]
Ссылки http://www.adass.org/adass/proceedings/adass99/O9-05/ -- 15.0 Кб -- 06.10.2000
Похожие документы
Похожие документы
Еще в разделе:
(Показать все результаты (>1884) - www.adass.org/ )
16. RadioAstron Mission Element Overview
Next: RSOG Pre-Observation Products . ... Mission Elements . ... The main mission elements (ME) are: . The RSOG, based at ASC, which is responsible for the science operation of the RadioAstron Mission. ... The Main Ballistic(Navigation) Center (MBC) belonging to Lavochkin Association coordinates preparation and exchange of orbit determination and orbit reconstraction ptoducts. ... Experiment codes of five characters are used in naming GRT related files. ... RSOG . ... Corr (GTS?) ... Corr (RSOG?) ...
[
Сохраненная копия
]
Ссылки http://www.asc.rssi.ru/RadioAstron/documents/rmoh/eng/rameo.htm -- 14.7 Кб -- 30.08.2001
Похожие документы
Похожие документы
Еще в разделе:
(Показать все результаты (>185) - www.asc.rssi.ru/ )
17. http://www.issp.ac.ru/lnep/bulaev/spintronics/Lecture1.pdf
... Basics of Group Theory Definition 1. A group G is a (finite or infinite) set of elements g1 , g2 , g3 , . ... Definition 2. ... Each element of a finite group may be represented as a power or product of powers of a certain finite number of elements cal led generators of the group. ... Point Groups Any transformation which brings a body into coincidence with itself can be decomposed into elementary transformations: 1) rotation about an axis, 2) reflection in a plane, 3) translation by some vector. ...
[
Текст
]
Ссылки http://www.issp.ac.ru/lnep/bulaev/spintronics/Lecture1.pdf -- 105.4 Кб -- 21.03.2008
Похожие документы
Похожие документы
Еще в разделе:
(Показать все результаты (>1098) - www.issp.ac.ru/ )
18. Environment Variables in Apache
The Apache HTTP Server provides a mechanism for storing information in named variables that are called environment variables . ... For additional flexibility, the directives provided by mod_setenvif allow environment variables to be set on a per-request basis, conditional on characteristics of particular requests. ... As discussed above, the environment passed to CGI scripts includes standard meta-information about the request in addition to any variables set within the Apache configuration. ...
[
Сохраненная копия
]
Ссылки http://neptun.sai.msu.su/manual/env.html -- 15.1 Кб -- 01.08.2003
Похожие документы
Похожие документы
Еще в разделе:
(Показать все результаты (>125) - neptun.sai.msu.ru/ )
19. The COOC Criterion (Criterion of Observations versus Calculations)
... In order to compare the number of different evolutionary stages obtained and X-ray luminosity of the chosen X-ray sources with the observed galactic values we use the sum of C/O+O/C , where C and O are the calculated and observed values of a given binary type, respectively. If we make comparison for a number of different binary species (for example, we compare the number of CV, number of X-ray pulsars, total X-ray luminosity of LMXB, etc.), we write this criterion in the form: . ...
[
Сохраненная копия
]
Ссылки http://xray.sai.msu.ru/~mystery/articles/review/node43.html -- 5.0 Кб -- 26.02.1997
Похожие документы
Похожие документы
Еще в разделе:
(Показать все результаты (>793) - xray.sai.msu.ru/ )
20. http://www.mso.anu.edu.au/~geoff/AGD/index.html
Lecture notes and exercises on astrophysical gas dynamics and magnetohydrodynamics . Geoff Bicknell . ... Here are a number of lectures on astrophysical fluid dynamics and magnetohydrodynamics. ... You will need acrobat reader 4.0 or later in order to read them. ... Topics, lectures , assessment etc. Lecture Notes . Fundamental Equations . Sound Waves . Simple Waves . Shock Waves . ... MHD Equations . ... This page maintained by Geoff Bicknell: Geoff.Bicknell@anu.edu.au . ...
[
Сохраненная копия
]
Ссылки http://www.mso.anu.edu.au/~geoff/AGD/index.html -- 43.8 Кб -- 09.04.2016
Похожие документы
Похожие документы
Еще в разделе:
(Показать все результаты (>693) - www.mso.anu.edu.au/ )