Titles ensure that your document can be easily found and provide context for the reader.
The Document Is Missing a Title
- Create a title that contains short, descriptive text that summarizes the content.
In your HTML document, locate the document’s <head> element.
Note: Your document will be flagged for a missing title if there is no <head> element. In this case, add the <head> element, and nest the <title> element within it.
Within the <head> element, write your title in the <title> tags.