Contents

[edit]

Access: [12.1.1.1]: <frame> missing title (Priority 1)

[edit]

Cause:

Provide a title for each <frame> or <iframe> within a document. Frame titles must be meaningful (i.e. identify content and/or navigational links). Do not use filenames (e.g. title="frame1.html") or placeholder text (i.e. "insert frame title here") as a title.

[edit]

Example:

Good
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" "http://www.w3.org/TR/REC-html40/loose.dtd">
<html lang="en">
<head>
<title>aert1.0/12.1.1</title>
</head>
<body>
<frame></frame>
</body>
</html>
[edit]

Solution:

[edit]

References:

Retrieved from "http://www.htmlpedia.org/wiki/Access_12.1.1.1"