Skip to content
This repository was archived by the owner on Oct 17, 2025. It is now read-only.

Commit cc9a629

Browse files
authored
updates hgroup example (#2228)
per recent changes to `hgroup` element, reflected in the updated content of the [`hgroup`](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/hgroup) MDN doc, the try it example needed to be updated as well.
1 parent f340944 commit cc9a629

File tree

1 file changed

+1
-1
lines changed
  • live-examples/html-examples/content-sectioning

1 file changed

+1
-1
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<hgroup>
22
<h1>Calculus I</h1>
3-
<h2>Fundamentals</h2>
3+
<p>Fundamentals</p>
44
</hgroup>
55
<p>This course will start with a brief introduction about the limit of a function. Then we will describe how the idea of derivative emerges in the Physics and Geometry fields. After that, we will explain that the key to master calculus is &hellip;</p>

0 commit comments

Comments
 (0)