Open josephtkim opened 7 years ago
https://github.com/avelineamour/prj-rev-bwfs-tea-cozy/blob/master/TeaCozy/index.html#L15-L17
To apply the link anchors on your page, you would need to provide id names (not classes) of the elements as the link url's. Here are some links with the corresponding elements,
<a href="#mission">Mission</a> <a href="#featured">Featured Tea</a> <a href="#locations">Locations</a> <div id="mission"></div> <div id="featured"></div> <div id="locations"></div>
https://github.com/avelineamour/prj-rev-bwfs-tea-cozy/blob/master/TeaCozy/index.html#L15-L17
To apply the link anchors on your page, you would need to provide id names (not classes) of the elements as the link url's. Here are some links with the corresponding elements,