Inglise – eesti / vene terminid / dictionary

Tag: HTML

body (CSS, HTML, JavaScript, PHP) – HTML CSS HTML lehe sisu, mida näeb kasutaja ja mida näitab veebilehitseja(brauser) Näide – <body></body> body(omadus)
CI (CSS, HTML, JavaScript, PHP) – CI (continuous integration) is the practice of automating the integration of code changes from multiple contributors into a single software project. CI on tava automatiseerida koodimuutuste integreerimist mitmest panustajast ühte tarkvaraprojekti
class (CSS, HTML) –
  • HTML atribuut(omadus), mis määrab. Pärast saab kasutada CSS ja määrata konkreetse classiga omadused
Näite: <div class=”container”> Klassinimi saab kasutada mitu korda .container{background-color:”red”;}
debugging (CSS, HTML, JavaScript, PHP) – debugging is the process that has to find bugs and problems in an app debuging on protsess, mis peab äpist leidma vigu ja probleeme
document.getElementById() (HTML, JavaScript) – JS meetod, mis leiab, võtab ja tagistab elementi tema id järgi.  Tagastab DOM’st elementi Näide: document.getElementById(“kodu-input”); tagastatakse element id=”kodu-input”, id määratakse HTML-is
echo (HTML, PHP) – kuvab veebilehe sisu php failis Näide: <?php echo “Tere, Martin”; ?>
footer (HTML) –
  • HTML käsk, mida näitab HTML lehe jaluse / подвал
  Näide:<footer><div class=”full-black”></div></footer>
H2 (CSS, HTML) – 2 tase pealkiri Näide: <h2>Pealkiri</h2> h2(omadus)
head (CSS, HTML, JavaScript) –
  • HTML käsk, veebilehe päis – шапка страницы, kus määratakse lehe logo, pealkiri ja mis kordab igal lehel
Näide: <head><title>Web title</title></head>
Header (CSS, HTML) –
  • HTML käsk, veebilehe päis – верхний блок, kus asub menüü või lingid
Näide: <header><nav><a href=”#”>link</a></nav></header>
1 2