This is Html

Case: Navigate from Contact
page‘s Service
link on navigation, to the Home
page’s Service
section.
In contact.html
file, add:
<nav>
<ul>
<li><a href="index.html">Home</a></li>
<li><a href="index.html#services">Services</a></li>
<li class="current"><a href="contact.html">Contact</a></li>
</ul>
</nav>
index.html
should have:
<nav>
<ul>
<li class="current"><a href="index.html">Home</a></li>
<li><a href="#services">Services</a></li>…
I use a PowerPoint for a simple one-letter logo, or maybe Canva plenty of times. Now, I have a bit of a complex logo request from a client. I was going to outsource it to Fiverr logo creators, but I thought this might be a chance for me to learn…