Is there any use of code at all for moving between </head> and <body>?
I'm just trying to clear my code by removing any unwanted spaces, and in doing so, I was going to remove the gap between the tag </head>and my<body>
So it looks like this:
</head>
<body>
Instead of this:
</head>
<body>
but since I was going to do this, I was wondering if there is any code that could be useful in between this space? or is it no go zone?
Or will it be acceptable only to leave notes?
+3