How do I create a div tag heading with a underline?
Posted
by Khou
on Stack Overflow
See other posts from Stack Overflow
or by Khou
Published on 2010-06-11T10:51:50Z
Indexed on
2010/06/11
11:03 UTC
Read the original article
Hit count: 177
css
See Wikipedia http://en.wikipedia.org/wiki/Css
If you look at the heading, it says "Cascading Style Sheets", then it has an underline.
How do you do that?
.heading1 {
/* heading with underline */
}
© Stack Overflow or respective owner