liamzebedee
liamzebedee

Reputation: 14490

CSS Border Question

What is the element/attribute that would cause this effect to text and how would I achieve this in code? -

Unknown Element/Attribute

Upvotes: 2

Views: 81

Answers (2)

derek lawless
derek lawless

Reputation: 2564

The HTML legend tag: http://www.w3schools.com/tags/tag_legend.asp

Upvotes: 1

alex
alex

Reputation: 490243

If you mean by most browser's default stylesheet, it would be the fieldset element as the parent and legend as the child.

jsFiddle.

Upvotes: 4

Related Questions