It's valid HTML5. Paste the following HTML at the validator: http://validator.w3.org/check:
<!DOCTYPE html>
<html>
<head><title>Title</title></head>
<body>
<fieldset> <legend>Test</legend> </fieldset>
</body>
</html>
It's also valid HTML4. Replace <!DOCTYPE html>
with the following, and it still passes the validation:
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…