Page Title in HTML Structure
Preview
Code
<!DOCTYPE html> <html> <head> <title>Example Website</title> </head> <body> <h1>Welcome</h1> </body> </html>
<!DOCTYPE html> <html> <head> <title>Example Website</title> </head> <body> <h1>Welcome</h1> </body> </html>