fillStyle (HTML, JavaScript) - fillStyle - JS atribuut, mis värvib määratud ala, kasutakse koos <canvas> elementiga
Näide:
ctx.fillStyle = "red"
Footer (CSS, HTML) -
- HTML käsk, mida näitab HTML lehe jaluse / подвал
Framework - Framework is a platform that provides a foundation for developing software applications
Frontend (CSS, HTML, JavaScript) - Frontend is what users see and includes visual elements like buttons, checkboxes, graphics, and text messages.
function (JavaScript, PHP) -
- Määrab funtsiooni (php/js) nimega nimi()
- võib mitu korda kutsuda
Git - Git is a software platform mainly used by computer programmers for collaboration
header (CSS, HTML) -
- HTML käsk, veebilehe päis - шапка, kus määratakse lehe logo, pealkiri ja mis kordab igal lehel
highlight_file() (PHP) -
if you put "?code" at the end of the link, the syntax of the entire code will be displayed
highlight_file - Prints or returns a syntax-highlighted version of the code
Example:
<?php if (isset($_GET['code'])) {die(highlight_file(__FILE__, 1));} ?>
<?php
if (JavaScript, PHP) - Tingimuslik operaator / statement
See kontrollib argumendina antud tingimust
Näide:
if (tingimus) {
tegevus, kui tingimus on täidetud (TRUE)
}
else {
tegevus, jui tingimus ei ole täidetud (FALSE) }