html - <head title="hello world"></head> not working -


This is my code for the print title on the browser's tab.

Why the Hello World title is not displayed on the tab bar of the browser?

When I & lt; Head & gt; & Lt; Title & gt; Hello World & lt; / Title & gt; ; / Head & gt; This works, but why not?

  & lt ;! DOCTYPE html & gt; & Lt; Html & gt; & Lt; Head title = "hello world" & gt; & Lt; / Head & gt; & Lt; Body & gt; Sampling test & lt; / Body & gt; & Lt; / Html & gt;  

Provides consulting information about the title attribute element is. This document is completely different from the title, which is for the title element.

This does not work because they are not just equal.


Comments

Popular posts from this blog

sql - Find last match with latest inserted name in table -

c# - XML serialize base class without knowing derived class -

ios - Invalid IPA: missing embedded provisioning profile. Are you sure this is an ad hoc? -