:cookie: 609 | @eweiss17 |http://www.freecodecamp.org/eweiss17
:star2: 3730 | @khaduch |http://www.freecodecamp.org/khaduch
<head>
section of index.html, and contact.html is an entirely separate page being loaded, then you would not have the <head>
from index.html any longer, so you need to have it as part of the HTML that is rendering contact.html
. If you did some other construction of the page, for example just make one page with all of the content in separate <div>
or <section>
elements, and then hide / display them separately, they could be using the same <head>
because they would all be part of one HTML page. It is possible that someone will chime in with other options...
aga87 sends brownie points to @khaduch :sparkles: :thumbsup: :sparkles:
:star2: 2601 | @gulsvi |http://www.freecodecamp.org/gulsvi