Sign in
chromium
/
codesearch
/
chromium
/
src
/
HEAD
/
.
/
content
/
test
/
data
/
accessibility
/
html
/
fieldset.html
blob: 361dc9c591e2e6edf3661b447e5b7fd7e5b2ef38 [
file
] [
log
] [
blame
]
<!DOCTYPE html>
<html>
<body>
<form>
<fieldset>
<legend>
Browser Engines:
</legend>
</fieldset>
</form>
<fieldset>
<legend>
<h2>
Which cake do you prefer?
</h2>
</legend>
</fieldset>
</body>
</html>