Astronet Поиск по астрономическим сайтам English Russian
       
        Точная форма слов   О проекте   Сайты   Справка
Найдено документов: 255466 (145 сайтов) ---- Время поиска: 0.70сек.   

1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | След.

Показаны документы, содержащие фрагменты текста из документа
http://www.sao.ru/cats/~satr/JS/REF/tags5.htm.

1. List Examples
... composer . ... navigator . ... HTML . This tag marks a text file as an HTML document. ... This tag encloses the heading for the HTML document. ... This tag displays the body for the HTML document. ... This tag displays a definition list in the HTML document. ... This tag displays a term in a definition list. ... This tag displays a definition description. ... The following steps outline how to create HTML files: . Use a text editor such as Netscape Composer to create your HTML file. ...
[ Сохраненная копия ]  Ссылки http://www.sao.ru/cats/~satr/JS/REF/lists.htm -- 4.1 Кб -- 15.04.1998
Похожие документы
Еще в разделе: (Показать все результаты (>489) - www.sao.ru/ )

2. 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
Похожие документы

3. OptInt PmWiki : PmWiki / Wiki Trails
OptInt PmWiki : Pm Wiki / Wiki Trails . ... Page history > . ... Trail page lists . ... On that trail index page, you simply create a numbered or bulleted list of links. ... An example trail index page might contain the list: . ... A page is part of the trail only if the page link immediately follows the list markup. ... Trail Index Page | ... What makes a trail "work" is adding trail markup on the pages in the trail (i.e. the pages that are listed in the bullet/numbered list on the trail index page). ...
[ Сохраненная копия ]  Ссылки http://www.mrao.cam.ac.uk/projects/OAS/pmwiki/pmwiki.php/PmWiki/WikiTrails?action=print -- 24.3 Кб -- 10.04.2016
Похожие документы

4. Event File Specifications
SAOtng supports display of photon event data contained in raw files, similar to its support for FITS Binary Table extensions (e.g., X-ray event lists). ... Because event files do not usually contain enough information to generate an image, we have adopted some conventions for specifying how to interpret the data in these files and for how to bin rows of events into images. To image an event file, it is first of all necessary to define the structure of the events in the event file. ...
[ Сохраненная копия ]  Ссылки http://hea-www.harvard.edu/RD/saotng/event_spec.html -- 7.1 Кб -- 01.10.2012
Похожие документы

5. Appendix C. Display Device Names
Appendix C. Display Device Names . ... A "display device name" is a string description that uniquely identifies a display device; it follows the format "<type>-<number>", for example: "CRT-0", "CRT-1", "DFP-0", or "TV-0". ... Display device names can be used in the MetaMode, HorizSync, and VertRefresh X config options to indicate which display device a setting should be applied to. ... That is why specifying the display device name is preferable. ... Appendix B. X Config Options . ...
[ Сохраненная копия ]  Ссылки http://www.naic.edu/~phil/hardware/nvidia/doc/driverInstall/appendix-c.html -- 5.7 Кб -- 30.10.2009
Похожие документы

6. 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
Похожие документы

7. 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
Похожие документы

8. Spectrum v1 - Examples
In order to calculate the line profile of a given absorption line for atomic species Z with a wavelength LAMBDA (in Angstroms) and a microturbulent velocity VT (in km/s). ... mode . ... 1) The input model may contain more than one model (i.e. it may be an entire grid of models). Spectrum will cycle through this grid NMOD times, omitting NSKIP-1 models from the . ... However, the input data following MODE must be repeated NMOD times in order to obtain equivalent results for each model in the grid. ...
[ Сохраненная копия ]  Ссылки http://star.arm.ac.uk/~csj/software_store/guide/spectrum_v1_examples.html -- 7.6 Кб -- 02.06.2003
Похожие документы
Еще в разделе: (Показать все результаты (>2856) - star.arm.ac.uk/ )

9. 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
Похожие документы

10. Head Litter of Minor Planet Names
Present section contains two Tables: the first one lists the names of all minor planets in alphabetic order as of the last updating of the Table. ... For each minor planet the Table, apart from number represents also the name of minor planet, if any, and its principal preliminary designation. ... Apart these preliminary designations special ones are used for minor planets discovered in the course of special surveys, undertaken between 1960 and 1977. ... Survey . ... Second Trojan Survey (1973) . ...
[ Сохраненная копия ]  Ссылки http://www.ipa.nw.ru/PAGE/FUNDAMENTAL/LSBSS/engthelp.htm -- 6.6 Кб -- 09.04.2016
Похожие документы

11. POLIMPLOT (V2.00) --- November00 --- POLIMPLOT (V2.00)
polimplot -- Plot a polarization vector map . ... inpol = "" [name] . Input linear polarization image (in %) to plot. inpopa = "" [name] . Input image for position angle of linear polarization vectors (degrees). poi_err = "" [boolean] . ... Name of corresponding polarization position angle error image (degrees). ... This task is a flexible tool for plotting a polarization vector map from two images of the polarization and the position angle of the polarization vector. ...
[