fillStyle (
CSS,
JS,
PHP) – fillStyle – JS atribuut, mis värvib määrada ala
Näide:
ctx.fillsStyle = “blue”;
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.
function (
JS,
PHP) –
- Määrab funktsiooni (php/Js) nimega – nimi()
- võib mitu korda kutsuda
Näide: function nimi(){
tegevus
}