Su ostukorv on hetkel tühi!
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
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
footer (HTML) –
- HTML käsk, mida näitab HTML lehe jaluse / подвал
head (CSS, HTML, JavaScript) –
- HTML käsk, veebilehe päis – шапка страницы, kus määratakse lehe logo, pealkiri ja mis kordab igal lehel
1
2