I'm having trouble with applying CSS to my HTML
问题 I've tried inline CSS and also then changed to linking an external stylesheet but neither will load for me in any browser when I test the code. Could it be that I haven't saved my css file properly? How may I do that? With the external stylesheet (my ideal option for the website) - <!doctype html> <html lang="en"> <head> <title>My name Homepage</title> <link rel="stylesheet" type="text/css" href="styles/main.css"> </head> <body> <h1> This is My Name</h1> <h2>Welcome to my website.</h2> <p>