--- title: HTML url: /analysis/languages/html/ --- ## Language-Specific Properties You can discover and update HTML-specific [properties](/analysis/analysis-parameters/) in: Project **[Administration > General Settings > HTML](/#sonarqube-admin#/admin/settings?category=html)**. ## PHP Code Analysis SonarPHP and SonarHTML both analyze files with extensions: `.php`, `.php3`, `.php4`, `.php5`, `.phtml`. File metrics, such as the number of lines of code, can only be measured by one of the languages, PHP or HTML. They are handled by SonarPHP by default, and by SonarHTML if for some reason SonarPHP is not present. SonarHTML analyzes PHP files even if the PHP file extensions are not included in the list of file extensions to analyze.