Caroline Campbell – Wikipedia was last modified: October 28th, 2017 by
Month: October 2017
David Foster – Wikipedia
David Foster – Wikipedia was last modified: October 27th, 2017 by
Sandy (singer) – Wikipedia
Sandy (singer) – Wikipedia was last modified: October 27th, 2017 by
HTML – How To Create Tabs
Source: How To Create Tabs
HTML – How To Create Tabs was last modified: October 27th, 2017 by
javascript – HTML / CSS autonumber headings? – Stack Overflow
This will make h2 get 1., 2., h3 gets 1.1, 2.1, 2.2 etc…
<style>
body{counter-reset: section}
h2{counter-reset: sub-section}
h3{counter-reset: composite}
h4{counter-reset: detail}
h2:before{
counter-increment: section;
content: counter(section) " ";
}
h3:before{
counter-increment: sub-section;
content: counter(section) "." counter(sub-section) " ";
}
h4:before{
counter-increment: composite;
content: counter(section) "." counter(sub-section) "." counter(composite) " ";
}
h5:before{
counter-increment: detail;
content: counter(section) "." counter(sub-section) "." counter(composite) "." counter(detail) " ";
}
</style>
Source: javascript – HTML / CSS autonumber headings? – Stack Overflow
javascript – HTML / CSS autonumber headings? – Stack Overflow was last modified: October 27th, 2017 by
Internet Hall of Fame – Wikipedia
Internet Hall of Fame – Wikipedia was last modified: October 26th, 2017 by
Steve Crocker – Wikipedia
Steve Crocker – Wikipedia was last modified: October 26th, 2017 by
Symphony No. 3 (Górecki) – Wikipedia
https://en.m.wikipedia.org/wiki/Symphony_No._3_(G%C3%B3recki)
Symphony No. 3 (Górecki) – Wikipedia was last modified: October 26th, 2017 by
Symphonic poem – Wikipedia
Symphonic poem – Wikipedia was last modified: October 26th, 2017 by
Ottorino Respighi – Wikipedia
Ottorino Respighi – Wikipedia was last modified: October 26th, 2017 by
How To Create a Login Form
Source: How To Create a Login Form
How To Create a Login Form was last modified: October 24th, 2017 by
GitHub – michar71/Open-DSO-150: An open source firmware for JYE Tech DSO-150 / DSO-138 Digital Storage Oscilloscope
GitHub – michar71/Open-DSO-150: An open source firmware for JYE Tech DSO-150 / DSO-138 Digital Storage Oscilloscope was last modified: October 23rd, 2017 by