Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Consistent opening para for html elements #5580

Merged
merged 4 commits into from
Jun 2, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion files/en-us/web/html/element/a/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
---
<div>{{HTMLRef}}</div>

<p><span class="seoSummary">The <strong>HTML <code>&lt;a&gt;</code> element</strong> (or <em>anchor</em> element), with <a href="#href">its <code>href</code> attribute</a>, creates a hyperlink to web pages, files, email addresses, locations in the same page, or anything else a URL can address.</span> Content within each <code>&lt;a&gt;</code> <strong>should</strong> indicate the link's destination. If <span class="seoSummary"><a href="#href">the <code>href</code> attribute</a></span> is present, pressing the enter key while focused on the <code>&lt;a&gt;</code> element will activate it.</p>
<p><span class="seoSummary">The <strong><code>&lt;a&gt;</code></strong> <a href="/en-US/docs/Web/HTML">HTML</a> element (or <em>anchor</em> element), with <a href="#href">its <code>href</code> attribute</a>, creates a hyperlink to web pages, files, email addresses, locations in the same page, or anything else a URL can address.</span> Content within each <code>&lt;a&gt;</code> <strong>should</strong> indicate the link's destination. If <span class="seoSummary"><a href="#href">the <code>href</code> attribute</a></span> is present, pressing the enter key while focused on the <code>&lt;a&gt;</code> element will activate it.</p>

<div>{{EmbedInteractiveExample("pages/tabbed/a.html")}}</div>

Expand Down
2 changes: 1 addition & 1 deletion files/en-us/web/html/element/abbr/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
---
<div>{{HTMLRef}}</div>

<p><span class="seoSummary">The <strong>HTML Abbreviation element </strong>(<strong><code>&lt;abbr&gt;</code></strong>) represents an abbreviation or acronym; the optional {{htmlattrxref("title")}} attribute can provide an expansion or description for the abbreviation.</span> If present, <code>title</code> must contain this full description and nothing else.</p>
<p><span class="seoSummary">The <strong><code>&lt;abbr&gt;</code></strong> <a href="/en-US/docs/Web/HTML">HTML</a> element represents an abbreviation or acronym; the optional {{htmlattrxref("title")}} attribute can provide an expansion or description for the abbreviation.</span> If present, <code>title</code> must contain this full description and nothing else.</p>

<div>{{EmbedInteractiveExample("pages/tabbed/abbr.html", "tabbed-shorter")}}</div>

Expand Down
2 changes: 1 addition & 1 deletion files/en-us/web/html/element/acronym/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

<h2 id="Summary">Summary</h2>

<p>The HTML Acronym Element (<code>&lt;acronym&gt;</code>) allows authors to clearly indicate a sequence of characters that compose an acronym or abbreviation for a word.</p>
<p>The <strong><code>&lt;acronym&gt;</code></strong> <a href="/en-US/docs/Web/HTML">HTML</a> element allows authors to clearly indicate a sequence of characters that compose an acronym or abbreviation for a word.</p>

<div class="note">
<p><strong>Usage note:</strong> This element has been removed in HTML5 and shouldn't be used anymore. Instead web developers should use the {{HTMLElement("abbr")}} element.</p>
Expand Down
2 changes: 1 addition & 1 deletion files/en-us/web/html/element/address/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
---
<div>{{HTMLRef}}</div>

<p id="Summary"><span class="seoSummary">The <strong>HTML <code>&lt;address&gt;</code> element</strong> indicates that the enclosed HTML provides contact information for a person or people, or for an organization.</span></p>
<p id="Summary">The <strong><code>&lt;address&gt;</code></strong> <a href="/en-US/docs/Web/HTML">HTML</a> element indicates that the enclosed HTML provides contact information for a person or people, or for an organization.</p>

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

Expand Down
2 changes: 1 addition & 1 deletion files/en-us/web/html/element/applet/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<p>{{HTMLRef}}{{deprecated_header}}</p>

<div class="notecard warning">
<p>The <code>&lt;applet&gt;</code> element was removed in <a href="https://bugzilla.mozilla.org/show_bug.cgi?id=1279218">Gecko 56</a> and <a href="https://bugs.chromium.org/p/chromium/issues/detail?id=470301">Chrome 47</a>.</p>
<p>The <strong><code>&lt;applet&gt;</code></strong> <a href="/en-US/docs/Web/HTML">HTML</a> element was removed in <a href="https://bugzilla.mozilla.org/show_bug.cgi?id=1279218">Gecko 56</a> and <a href="https://bugs.chromium.org/p/chromium/issues/detail?id=470301">Chrome 47</a>.</p>

<p>Removal is being considered in <a href="https://bugs.webkit.org/show_bug.cgi?id=157926">WebKit</a> and <a href="https://developer.microsoft.com/en-us/microsoft-edge/platform/issues/11946645/">Edge</a>.</p>
</div>
Expand Down
2 changes: 1 addition & 1 deletion files/en-us/web/html/element/area/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
---
<div>{{HTMLRef}}</div>

<p>The <strong>HTML <code>&lt;area&gt;</code> element</strong> defines an area inside an image map that has predefined clickable areas. An <dfn>image map</dfn> allows geometric areas on an image to be associated with {{Glossary("Hyperlink", "hypertext link")}}.</p>
<p>The <strong><code>&lt;area&gt;</code></strong> <a href="/en-US/docs/Web/HTML">HTML</a> element defines an area inside an image map that has predefined clickable areas. An <dfn>image map</dfn> allows geometric areas on an image to be associated with {{Glossary("Hyperlink", "hypertext link")}}.</p>

<p>This element is used only within a {{HTMLElement("map")}} element.</p>

Expand Down
2 changes: 1 addition & 1 deletion files/en-us/web/html/element/article/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
---
<div>{{HTMLRef}}</div>

<p><span class="seoSummary">The <strong>HTML <code>&lt;article&gt;</code> element</strong> represents a self-contained composition in a document, page, application, or site, which is intended to be independently distributable or reusable (e.g., in syndication).</span> Examples include: a forum post, a magazine or newspaper article, or a blog entry, a product card, a user-submitted comment, an interactive widget or gadget, or any other independent item of content.</p>
<p>The <strong><code>&lt;article&gt;</code></strong> <a href="/en-US/docs/Web/HTML">HTML</a> element represents a self-contained composition in a document, page, application, or site, which is intended to be independently distributable or reusable (e.g., in syndication).</span> Examples include: a forum post, a magazine or newspaper article, or a blog entry, a product card, a user-submitted comment, an interactive widget or gadget, or any other independent item of content.</p>

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

Expand Down
2 changes: 1 addition & 1 deletion files/en-us/web/html/element/aside/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
---
<div>{{HTMLRef}}</div>

<p><span class="seoSummary">The <strong>HTML <code>&lt;aside&gt;</code> element</strong> represents a portion of a document whose content is only indirectly related to the document's main content.</span> Asides are frequently presented as sidebars or call-out boxes.</p>
<p>The <strong><code>&lt;aside&gt;</code></strong> <a href="/en-US/docs/Web/HTML">HTML</a> element represents a portion of a document whose content is only indirectly related to the document's main content. Asides are frequently presented as sidebars or call-out boxes.</p>

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

Expand Down
2 changes: 1 addition & 1 deletion files/en-us/web/html/element/audio/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
---
<div>{{HTMLRef}}</div>

<p><span class="seoSummary">The <strong>HTML <code>&lt;audio&gt;</code> element</strong> is used to embed sound content in documents. It may contain one or more audio sources, represented using the <code>src</code> attribute or the {{HTMLElement("source")}} element: the browser will choose the most suitable one. It can also be the destination for streamed media, using a {{domxref("MediaStream")}}.</span></p>
<p>The <strong><code>&lt;audio&gt;</code></strong> <a href="/en-US/docs/Web/HTML">HTML</a> element is used to embed sound content in documents. It may contain one or more audio sources, represented using the <code>src</code> attribute or the {{HTMLElement("source")}} element: the browser will choose the most suitable one. It can also be the destination for streamed media, using a {{domxref("MediaStream")}}.</p>

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

Expand Down
2 changes: 1 addition & 1 deletion files/en-us/web/html/element/b/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
---
<div>{{HTMLRef}}</div>

<p><span class="seoSummary">The <strong>HTML Bring Attention To element (<code>&lt;b&gt;</code>)</strong> is used to draw the reader's attention to the element's contents, which are not otherwise granted special importance.</span> This was formerly known as the Boldface element, and most browsers still draw the text in boldface. However, you should not use <code>&lt;b&gt;</code> for styling text; instead, you should use the CSS {{cssxref("font-weight")}} property to create boldface text, or the {{HTMLElement("strong")}} element to indicate that text is of special importance.</p>
<p>The <strong><code>&lt;b&gt;</code></strong> <a href="/en-US/docs/Web/HTML">HTML</a> element is used to draw the reader's attention to the element's contents, which are not otherwise granted special importance. This was formerly known as the Boldface element, and most browsers still draw the text in boldface. However, you should not use <code>&lt;b&gt;</code> for styling text; instead, you should use the CSS {{cssxref("font-weight")}} property to create boldface text, or the {{HTMLElement("strong")}} element to indicate that text is of special importance.</p>

<div>{{EmbedInteractiveExample("pages/tabbed/b.html", "tabbed-shorter")}}</div>

Expand Down
2 changes: 1 addition & 1 deletion files/en-us/web/html/element/base/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
---
<div>{{HTMLRef}}</div>

<p id="Summary"><span class="seoSummary">The <strong>HTML <code>&lt;base&gt;</code> element</strong> specifies the base URL to use for all <em>relative</em> URLs in a document.</span> There can be only one <code>&lt;base&gt;</code> element in a document.</p>
<p>The <strong><code>&lt;base&gt;</code></strong> <a href="/en-US/docs/Web/HTML">HTML</a> element specifies the base URL to use for all <em>relative</em> URLs in a document. There can be only one <code>&lt;base&gt;</code> element in a document.</p>

<p>A document's used base URL can be accessed by scripts with {{domxref('Node/baseURI')}}. If the document has no <code>&lt;base&gt;</code> elements, then <code>baseURI</code> defaults to {{domxref("location.href")}}.</p>

Expand Down
2 changes: 1 addition & 1 deletion files/en-us/web/html/element/basefont/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
---
<div>{{deprecated_header}}</div>

<p><span class="seoSummary">The obsolete <strong>HTML Base Font element</strong> (<strong><code>&lt;basefont&gt;</code></strong>) sets a default font face, size, and color for the other elements which are descended from its parent element.</span> With this set, the font's size can then be varied relative to the base size using the {{HTMLElement("font")}} element.</p>
<p>The <strong><code>&lt;basefont&gt;</code></strong> <a href="/en-US/docs/Web/HTML">HTML</a> element is deprecated. It sets a default font face, size, and color for the other elements which are descended from its parent element. With this set, the font's size can then be varied relative to the base size using the {{HTMLElement("font")}} element.</p>

<p>You should not use this element; instead, you should use CSS properties such as {{cssxref("font")}}, {{cssxref("font-family")}}, {{cssxref("font-size")}}, and {{cssxref("color")}} to change the font configuration for an element and its contents.</p>

Expand Down
2 changes: 1 addition & 1 deletion files/en-us/web/html/element/bdi/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
---
<div>{{HTMLRef}}</div>

<p><span class="seoSummary">The HTML <strong>Bidirectional Isolate element</strong> (<strong><code>&lt;bdi&gt;</code></strong>tells the browser's bidirectional algorithm to treat the text it contains in isolation from its surrounding text.</span> It's particularly useful when a website dynamically inserts some text and doesn't know the directionality of the text being inserted.</p>
<p>The <strong><code>&lt;bdi&gt;</code></strong> <a href="/en-US/docs/Web/HTML">HTML</a> element tells the browser's bidirectional algorithm to treat the text it contains in isolation from its surrounding text. It's particularly useful when a website dynamically inserts some text and doesn't know the directionality of the text being inserted.</p>

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

Expand Down
2 changes: 1 addition & 1 deletion files/en-us/web/html/element/bdo/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
---
<div>{{HTMLRef}}</div>

<p><span class="seoSummary">The <strong>HTML Bidirectional Text Override element</strong> (<strong><code>&lt;bdo&gt;</code></strong>) overrides the current directionality of text, so that the text within is rendered in a different direction.</span></p>
<p>The <strong><code>&lt;bdo&gt;</code></strong> <a href="/en-US/docs/Web/HTML">HTML</a> element overrides the current directionality of text, so that the text within is rendered in a different direction.</p>

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

Expand Down
2 changes: 1 addition & 1 deletion files/en-us/web/html/element/bgsound/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
---
<div>{{deprecated_header}}{{non-standard_header}}</div>

<p><span class="seoSummary">The Internet Explorer only <strong>HTML Background Sound element</strong> (<strong><code>&lt;bgsound&gt;</code></strong>) sets up a sound file to play in the background while the page is used; use {{HTMLElement("audio")}} instead.</span></p>
<p>The <strong><code>&lt;bgsound&gt;</code></strong> <a href="/en-US/docs/Web/HTML">HTML</a> element is deprecated. It sets up a sound file to play in the background while the page is used; use {{HTMLElement("audio")}} instead.</p>

<div class="note">
<p><strong>Do not use this! </strong>In order to embed audio in a Web page, you should be using the {{HTMLElement("audio")}} element.</p>
Expand Down
2 changes: 1 addition & 1 deletion files/en-us/web/html/element/big/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
---
<div>{{deprecated_header}}</div>

<p><span class="seoSummary">The obsolete <strong>HTML Big Element</strong> (<strong><code>&lt;big&gt;</code></strong>) renders the enclosed text at a font size one level larger than the surrounding text (<code>medium</code> becomes <code>large</code>, for example).</span> The size is capped at the browser's maximum permitted font size.</p>
<p>The <strong><code>&lt;big&gt;</code></strong> <a href="/en-US/docs/Web/HTML">HTML</a> deprecated element renders the enclosed text at a font size one level larger than the surrounding text (<code>medium</code> becomes <code>large</code>, for example). The size is capped at the browser's maximum permitted font size.</p>

<div class="note">
<p><strong>Usage note:</strong> As it was purely presentational, this element has been removed in {{Glossary("HTML5")}} and shouldn't be used anymore. Instead web developers should use the CSS {{cssxref("font-size")}} property to adjust the font size.</p>
Expand Down
2 changes: 1 addition & 1 deletion files/en-us/web/html/element/blink/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
---
<div>{{HTMLRef}}{{Deprecated_header}}</div>

<p><span class="seoSummary">The <strong>HTML Blink Element</strong> (<code>&lt;blink&gt;</code>) is a non-standard element which causes the enclosed text to flash slowly.</span></p>
<p>The <strong><code>&lt;blink&gt;</code></strong> <a href="/en-US/docs/Web/HTML">HTML</a> element is a non-standard element which causes the enclosed text to flash slowly.</p>

<div class="warning">Do not use this element as it is <strong>obsolete</strong> and is bad design practice. Blinking text is frowned upon by several accessibility standards and the CSS specification allows browsers to ignore the <code>&lt;blink&gt;</code> element.</div>

Expand Down
2 changes: 1 addition & 1 deletion files/en-us/web/html/element/blockquote/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
---
<div>{{HTMLRef}}</div>

<p>The <strong>HTML <code>&lt;blockquote&gt;</code> Element</strong> (or <em>HTML Block Quotation Element</em>) indicates that the enclosed text is an extended quotation. Usually, this is rendered visually by indentation (see <a href="#usage_notes" rel="internal">Notes</a> for how to change it). A URL for the source of the quotation may be given using the <strong>cite</strong> attribute, while a text representation of the source can be given using the {{HTMLElement("cite")}} element.</p>
<p>The <strong><code>&lt;blockquote&gt;</code></strong> <a href="/en-US/docs/Web/HTML">HTML</a> element indicates that the enclosed text is an extended quotation. Usually, this is rendered visually by indentation (see <a href="#usage_notes" rel="internal">Notes</a> for how to change it). A URL for the source of the quotation may be given using the <strong>cite</strong> attribute, while a text representation of the source can be given using the {{HTMLElement("cite")}} element.</p>

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

Expand Down
2 changes: 1 addition & 1 deletion files/en-us/web/html/element/body/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
---
<div>{{HTMLRef}}</div>

<p><span class="seoSummary">The <strong>HTML <code>&lt;body&gt;</code> Element</strong> represents the content of an HTML document. There can be only one <code>&lt;body&gt;</code> element in a document.</span></p>
<p>The <strong><code>&lt;body&gt;</code></strong> <a href="/en-US/docs/Web/HTML">HTML</a> element represents the content of an HTML document. There can be only one <code>&lt;body&gt;</code> element in a document.</p>

<table class="properties">
<tbody>
Expand Down
2 changes: 1 addition & 1 deletion files/en-us/web/html/element/br/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
---
<div>{{HTMLRef}}</div>

<p>The <strong>HTML <code>&lt;br&gt;</code> element</strong> produces a line break in text (carriage-return). It is useful for writing a poem or an address, where the division of lines is significant.</p>
<p>The <strong><code>&lt;br&gt;</code></strong> <a href="/en-US/docs/Web/HTML">HTML</a> element produces a line break in text (carriage-return). It is useful for writing a poem or an address, where the division of lines is significant.</p>

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

Expand Down
2 changes: 1 addition & 1 deletion files/en-us/web/html/element/button/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
---
<div>{{HTMLRef}}</div>

<p><span class="seoSummary">The <strong>HTML <code>&lt;button&gt;</code> element</strong> represents a clickable button, used to submit <a href="/en-US/docs/Learn/Forms">forms</a> or anywhere in a document for accessible, standard button functionality.</span> By default, HTML buttons are presented in a style resembling the platform the {{Glossary("user agent")}} runs on, but you can change buttons’ appearance with <a href="/en-US/docs/Web/CSS">CSS</a>.</p>
<p><span class="seoSummary">The <strong><code>&lt;button&gt;</code></strong> <a href="/en-US/docs/Web/HTML">HTML</a> element represents a clickable button, used to submit <a href="/en-US/docs/Learn/Forms">forms</a> or anywhere in a document for accessible, standard button functionality.</span> By default, HTML buttons are presented in a style resembling the platform the {{Glossary("user agent")}} runs on, but you can change buttons’ appearance with <a href="/en-US/docs/Web/CSS">CSS</a>.</p>

<div>{{EmbedInteractiveExample("pages/tabbed/button.html", "tabbed-shorter")}}</div>

Expand Down
2 changes: 1 addition & 1 deletion files/en-us/web/html/element/center/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
---
<div>{{deprecated_header}}</div>

<p><span class="seoSummary">The obsolete <strong>HTML Center Element</strong> (<strong><code>&lt;center&gt;</code></strong>) is a <a href="/en-US/docs/Web/HTML/Block-level_elements">block-level element</a> that displays its block-level or inline contents centered horizontally within its containing element.</span> The container is usually, but isn't required to be, {{HTMLElement("body")}}.</p>
<p>The <strong><code>&lt;center&gt;</code></strong> <a href="/en-US/docs/Web/HTML">HTML</a> element is a <a href="/en-US/docs/Web/HTML/Block-level_elements">block-level element</a> that displays its block-level or inline contents centered horizontally within its containing element.</span> The container is usually, but isn't required to be, {{HTMLElement("body")}}.</p>

<p>This tag has been deprecated in HTML 4 (and XHTML 1) in favor of the <a href="/en-US/docs/Web/CSS">CSS</a> {{Cssxref("text-align")}} property, which can be applied to the {{HTMLElement("div")}} element or to an individual {{HTMLElement("p")}}. For centering blocks, use other CSS properties like {{Cssxref("margin-left")}} and {{Cssxref("margin-right")}} and set them to <code>auto</code> (or set {{Cssxref("margin")}} to <code>0 auto</code>).</p>

Expand Down
2 changes: 1 addition & 1 deletion files/en-us/web/html/element/cite/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
---
<div>{{HTMLRef}}</div>

<p><span class="seoSummary">The <strong>HTML Citation element</strong> (<strong><code>&lt;cite&gt;</code></strong>) is used to describe a reference to a cited creative work, and must include the title of that work.</span> The reference may be in an abbreviated form according to context-appropriate conventions related to citation metadata.</p>
<p>The <strong><code>&lt;cite&gt;</code></strong> <a href="/en-US/docs/Web/HTML">HTML</a> element is used to describe a reference to a cited creative work, and must include the title of that work. The reference may be in an abbreviated form according to context-appropriate conventions related to citation metadata.</p>

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

Expand Down
Loading