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: techniques/css/C6.html
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -22,7 +22,7 @@ <h2>Description</h2>
22
22
<sectionid="examples">
23
23
<h2>Examples</h2>
24
24
<sectionclass="example">
25
-
<p>In this example structural markup (description lists) have been applied to the content. CSS has been used to style the content into columnar form. Each class absolutely positions the content into columns and the margins have been set to 0 to override the default behavior of user agents to display <abbrtitle="HyperText Markup Language">HTML</abbr> definition lists with the <code>dd</code> element indented.</p>
25
+
<p>In this example structural markup (description lists) have been applied to the content. CSS has been used to style the content into columnar form. Each class absolutely positions the content into columns and the margins have been set to <code>0</code> to override the default behavior of user agents to display <abbrtitle="HyperText Markup Language">HTML</abbr> definition lists with the <code>dd</code> element indented.</p>
0 commit comments