Sõnastik

contenteditable (HTML) - The HTML contenteditable attribute empowers users to directly edit the content of an element. By setting this attribute to true, you transform a static element into an editable field. This feature opens up possibilities for creating interactive and user-generated content, but it also comes with challenges in terms of data management and security.
drop-down list (HTML) - Dropdowns are used in web forms to provide a compact interface for selecting items from a list. HTML dropdowns are created using the <select> and <option> elements.
emphasized text (HTML) - The <em> tag is used to define emphasized text. The content inside is typically displayed in italic.
Footer - <Footer> - HTML element, kus pannakse veebilehe jahus
form - <form> kasutatakse kasutaja sisestuste kogumiseks. Kasutaja sisestused saadetakse enamasti töötlemiseks serverisse.
h1 - <h1> - sildit kasutatakse HTML-pealkirjade määratlemiseks.
Header - <Header> - HTML element, kuhu pannakse veebilehe päis.
HTML -
  • HyperText Markup Language
iframe (HTML) - An iframe (Inline frame) is an HTML element that allows you to embed another HTML document within the current page. It is commonly used to display content like videos, maps, advertisements, and social media feeds directly on a webpage.
img (HTML) - The HTML <img> tag is used to embed an image in a web page. Images are not technically inserted into a web page; images are linked to web pages.
1 2 3 4

Categories:

  • CSS