Skip to content

Commit 9cf3755

Browse files
committed
Update README.md
1 parent def97d6 commit 9cf3755

File tree

1 file changed

+7
-10
lines changed

1 file changed

+7
-10
lines changed

README.md

Lines changed: 7 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -2098,14 +2098,7 @@ The `<small>` HTML element represents side-comments and small print, like copyri
20982098
}
20992099
</style>
21002100
<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>
21092102
<hr>
21102103
<p><small>The content is licensed under a W3C License.</small></p>
21112104
</body>
@@ -2261,9 +2254,13 @@ Yes, header elements can be used multiple times in documents. A `<header>` tag m
22612254
**From W3**
22622255

22632256
```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.
22652260

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,
2263+
copyright data, and the like.
22672264
```
22682265

22692266
<div align="right">

0 commit comments

Comments
 (0)