diff options
author | Florian Dieminger <me@fiji-flo.de> | 2021-02-11 18:29:11 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-02-11 18:29:11 +0100 |
commit | 890776270440331dcd24d34dc5e1cef2167aa70a (patch) | |
tree | 592d1460ade83ad936206ce715a50a1d04b877c7 /files/uk/web/html/reference/index.html | |
parent | 68329ed10215ae1e07a55115afe41caf0506a178 (diff) | |
parent | 426f4cc81396745a22d263792cfc3974245dd9e8 (diff) | |
download | translated-content-890776270440331dcd24d34dc5e1cef2167aa70a.tar.gz translated-content-890776270440331dcd24d34dc5e1cef2167aa70a.tar.bz2 translated-content-890776270440331dcd24d34dc5e1cef2167aa70a.zip |
Merge pull request #60 from fiji-flo/unslugging-uk
Unslugging uk
Diffstat (limited to 'files/uk/web/html/reference/index.html')
-rw-r--r-- | files/uk/web/html/reference/index.html | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/files/uk/web/html/reference/index.html b/files/uk/web/html/reference/index.html new file mode 100644 index 0000000000..a269946556 --- /dev/null +++ b/files/uk/web/html/reference/index.html @@ -0,0 +1,28 @@ +--- +title: HTML довідник +slug: Web/HTML/Reference +tags: + - HTML + - Landing + - WWW + - Довідка +translation_of: Web/HTML/Reference +original_slug: Web/HTML/Довідник +--- +<div>{{HTMLSidebar}}</div> + +<p>Цей <a href="/en-US/docs/Web/HTML">HTML</a>-довідник описує всі <strong>елементи </strong>і <strong>атрибути</strong> HTML, включаючи <strong>глобальні атрибути,</strong> які застосовуються до всіх елементів.</p> + +<dl> + <dd></dd> + <dt><a href="/en-US/docs/Web/HTML/Element">Довідник HTML елементів</a></dt> + <dd>This page lists all the HTML elements.</dd> + <dt><a href="/en-US/docs/Web/HTML/Attributes">Довідник HTML атрибутів</a></dt> + <dd>Elements in HTML have attributes; these are additional values that configure the elements or adjust their behavior in various ways to meet the criteria the users want.</dd> + <dt><a href="/en-US/docs/Web/HTML/Global_attributes">Глобальні атрибути</a></dt> + <dd>Global attributes may be specified on all HTML elements, even those not specified in the standard. That means that any non-standard elements must still permit these attributes, even though using those elements means that the document is no longer HTML5-compliant. For example, HTML5-compliant browsers hide content marked as <foo hidden>...<foo>, even though <foo> is not a valid HTML element.</dd> + <dt><a href="/en-US/docs/Web/HTML/Link_types">Типи посиланнь</a></dt> + <dd>In HTML, the following link types indicate the relationship between two documents, in which one links to the other using an <a>, <area>, or <link> element.</dd> +</dl> + +<p><span class="alllinks"><a href="/en-US/docs/tag/HTML" title="Article tagged: HTML">Переглянути всі сторінки помічені "HTML"...</a></span></p> |