aboutsummaryrefslogtreecommitdiff
path: root/files/he/web/html/element/address/index.html
blob: d7997e2296dedb0e5ab7dbd7afa7a94b934e0e46 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
---
title: '<address>: תגית לסימון כתובת'
slug: Web/HTML/Element/address
tags:
  - Address
  - HTML
  - כתובת
translation_of: Web/HTML/Element/address
---
<div>{{HTMLRef}}</div>

<p dir="rtl">תגית <strong><code>&lt;address&gt;</code></strong> נועדה כדי להציג מידע ליצירת קשר אודות אדם יחיד או ארגון.</p>

<p>{{EmbedInteractiveExample("pages/tabbed/address.html", "tabbed-standard")}}</p>

<table>
 <tbody>
  <tr>
   <th>קטגוריה</th>
   <td>תגיות לארגון תוכן.</td>
  </tr>
  <tr>
   <th>תוכן מורשה</th>
   <td>
    <p>&lt;hgroup&gt;<br>
     &lt;h1-h6&gt;<br>
     &lt;article&gt;<br>
     &lt;aside&gt;<br>
     &lt;section&gt;<br>
     &lt;nav&gt;<br>
     &lt;header&gt;<br>
     &lt;footer&gt;</p>
   </td>
  </tr>
  <tr>
   <th>תגיות הורים מורשות</th>
   <td>תגית זו מורשת להופיע בגוף המסמך אך אינה חייבת להיות כפופה בצורה ישירה אל תגית {{HTMLElement("body")}}.</td>
  </tr>
  <tr>
   <th scope="row">ממשק DOM</th>
   <td>{{domxref("HTMLElement")}}</td>
  </tr>
 </tbody>
</table>

<h2 dir="rtl" id="תארים">תארים</h2>

<p dir="rtl">תגית זו נכללת ברשימת <a href="https://developer.mozilla.org/he/docs/Web/HTML/%D7%AA%D7%90%D7%A8%D7%99%D7%9D_%D7%92%D7%9C%D7%95%D7%91%D7%9C%D7%99%D7%99%D7%9D">התארים הגלובליים</a>.</p>

<dl>
 <dt dir="rtl">
 <h2 dir="rtl" id="דוגמא">דוגמא</h2>

 <pre>&lt;address&gt;
  You can contact author at &lt;a href="http://www.somedomain.com/contact"&gt;
  www.somedomain.com&lt;/a&gt;.&lt;br&gt;
  If you see any bugs, please &lt;a href="mailto:webmaster@somedomain.com"&gt;
  contact webmaster&lt;/a&gt;.&lt;br&gt;
  You may also want to visit us:&lt;br&gt;
  Mozilla Foundation&lt;br&gt;
  331 E Evelyn Ave&lt;br&gt;
  Mountain View, CA 94041&lt;br&gt;
  USA
&lt;/address&gt;
</pre>
 </dt>
</dl>

<h2 dir="rtl" id="ראה_גם">ראה גם</h2>

<ul>
 <li>{{HTMLElement("nav")}} </li>
 <li>{{HTMLElement("article")}} </li>
 <li>{{HTMLElement("aside")}} </li>
 <li>{{HTMLElement("h1")}} </li>
 <li>{{HTMLElement("hgroup")}}</li>
</ul>