HTML code not running properly
-
Im new at using html and notepad++ so any help would be greatly appreciated
-
This has nothing to do with Notepad++.
However, since it’s easy enough to find four errors right away:
Line 14 is surely meant to be </style>.
You’re missing a quote mark after id= in line 27.
Line 30 should be </html> (note the diagonal).
You need to save as a filename ending in .htm or .html, not .txt.
-
@Coises
Oh I see went back and fixed those errors and it’s working now appreciate it