We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Rule ID:title-tag-require
title-tag-require
Description: if there is a <head> tag,<title>tag is required in <head>
<head>
<title>
Level:error
Value: true/false
The correct sample:
<head><title></title></head>
The wrong sample:
<head></head>