You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+7-10Lines changed: 7 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2098,14 +2098,7 @@ The `<small>` HTML element represents side-comments and small print, like copyri
2098
2098
}
2099
2099
</style>
2100
2100
<body>
2101
-
<p>Lorem Ipsum is simply dummy text of the printing and typesetting industry.
2102
-
Lorem Ipsum has been the industry\'s standard dummy text ever since the 1500s,
2103
-
when an unknown printer took a galley of type and scrambled it to make a type
2104
-
specimen book. It has survived not only five centuries, but also the leap into
2105
-
electronic typesetting, remaining essentially unchanged. It was popularised in
2106
-
the 1960s with the release of Letraset sheets containing Lorem Ipsum passages,
2107
-
and more recently with desktop publishing software like Aldus PageMaker including
2108
-
versions of Lorem Ipsum.</p>
2101
+
<p>Lorem Ipsum is simply dummy text of the printing and typesetting industry.</p>
2109
2102
<hr>
2110
2103
<p><small>The content is licensed under a W3C License.</small></p>
2111
2104
</body>
@@ -2261,9 +2254,13 @@ Yes, header elements can be used multiple times in documents. A `<header>` tag m
2261
2254
**From W3**
2262
2255
2263
2256
```html
2264
-
A header element is intended to usually contain the section's heading (an h1–h6 element or an hgroup element), but this is not required. The header element can also be used to wrap a section's table of contents, a search form, or any relevant logos.
2257
+
A header element is intended to usually contain the section's heading (an h1–h6 element or an hgroup element),
2258
+
but this is not required. The header element can also be used to wrap a section's table of contents, a search
2259
+
form, or any relevant logos.
2265
2260
2266
-
The footer element represents a footer for its nearest ancestor sectioning content or sectioning root element. A footer typically contains information about its section such as who wrote it, links to related documents, copyright data, and the like.
2261
+
The footer element represents a footer for its nearest ancestor sectioning content or sectioning root element.
2262
+
A footer typically contains information about its section such as who wrote it, links to related documents,
0 commit comments