Inglise – eesti / vene terminid / dictionary

h2 (CSS, HTML) - Teise taseme pealkiri Näide: <h2> pealkiri </h2> h2 { omadus}
header (CSS, HTML) -
  • HTML käsk, veebilehe päis - шапка, kus määratakse lehe logo, pealkiri ja mis kordab igal lehel
Näide: <header> </header> header {omadus}
highlight_file() (PHP) -
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 you put "?code" at the end of the link, the syntax of the entire code will be displayed