Документ взят из кэша поисковой машины. Адрес оригинального документа : http://comet.sai.msu.ru/webdesign/html-3.0/vectors.html
Дата изменения: Thu Dec 19 13:32:13 1996
Дата индексирования: Tue Oct 2 01:43:25 2012
Кодировка:
HTML Math

VEC, BAR, DOT, DDOT, HAT and TILDE

Permitted Context: %math
Content Model: %math

These elements place an accent above the term enclosed by the element. VEC draws a right arrow above the term; BAR draws a line; DOT and DDOT draw a single and double dot respectively; HAT and TILDE draw the corresponding character above the term, for example:

                            ^
    <HAT>X</HAT>   giving   X
    
                                ~
    <TILDE>X</TILDE>   giving   X

Note: there are no attributes for these elements.