inglise-eesti/vene terminid/dictionary

Tag: HTML

 deploy (CSS, HTML, JS, PHP) –  deploy means to spread out or arrange strategically. Software development companies use this term to explain the system of processes involved in the production of new software or hardware.
body (CSS, HTML, JS) – HTML, CSS HTML  lehe sisu, mida näeb kasutaja ja mida näitab veebilehitse Näide – <body> </body> body{omadus}
class (CSS, HTML) –
  • HTML atribuut(omadus), mis määrab elemendide rühm. Pärast saab kasutada CSS ja määrata konkreeste classiga omadused.
Näide:  
Continuous integration (CI) (CSS, HTML, JS, PHP) – Continuous integration (CI) refers to the practice of automatically and frequently integrating code changes into a shared source code repository.
debugger (CSS, HTML, JS, PHP) –
debugger a computer program that assists in the detection and correction of errors in other computer programs.
document.getElementById() (HTML, JS) – JS meetod, mis võtab ja tagastab elementi tema id järgi Näide: document.getElementById(“nimi”) – tagastatakse element id = “nimi “, id määratakse HTML’is
Event driven languages (CSS, HTML, JS, PHP) – Event-driven languages are designed to respond to external events, such as user actions (mouse clicks, key presses), sensor outputs, or messages from other programs.
footer (CSS, HTML) –
  • HTML käsk, mida näiatab HTML lehe jaluse
Näide: <footer></footer> footer{}
frontend (CSS, HTML) – Front-end web development is the development of the graphical user interface of a website through the use of HTML, CSS, and JavaScript so users can view and interact with that website.
nav (HTML) – <nav> – semaantiline HTML element, mis määrab veelehese struktuuri – navigerimis menüü Näide: <nav> </nav>
1 2