2 Answers
New Answer<head> Tag is a container for non-visual elements... <title> Tag is a (you needed everytime) is the title for the document.... So testing is the title of your program? Then put it between <title> tag. <title> testing </title>
Testing should not go between the head tag like that. It should go between the title tags within the head tag. <!Doctype html> <html> <head> <title>testing</title> </head> </html>
Learn Playing. Play Learning
SoloLearn Inc.
4 Embarcadero Center, Suite 1455Send us a message