Add HTML Tags to this Blog Post - Skillcrush

PHOTO EMBED

Wed Aug 02 2023 12:31:32 GMT+0000 (Coordinated Universal Time)

Saved by @Black_Sheep #semantic #tags

​<!-- Add semantic structural tags to the content -->
<header>
   <h1>Skillcrush Blog
   </h1>
   <nav>
      <ul>
         <li>
			<a href="#work-tech">
			   Work in Tech
			</a>
		 </li>
         <li>
            <a href="#learn-skills">
			   Learn Tech Skills
			</a>
         </li>
         <li>
           <a href="#product updates">
			  Product Updates
		   </a>
         </li>
       </ul>
	</nav>
</header>
<main>
	<article>
      <h2>
         4 Things You Must Do to Land a            Junior Web Developer Job	
      </h2>
      <h5>Written by Kelli Smith
	  </h5>
      <p>
         Here are 3 things you must do to          get your phone ringing or email          box filling up with interview
		 invites. Get started today!
      </p>
      <h3>Build Your Portfolio Site
	  </h3>
      <p> 
         Creating your portfolio is JOB            ONE if you want to get a                  developer job.
     </p>
     <h3>Do Freelance Projects
	 </h3>
     <p>
        It'll give you the chance to             build your experience and beef up         your bank balance while rounding         out your portfolio.
     </p>
     <h3>Put Your Code on GitHub
	 </h3>
     <p>
        Github is the industry standard           for version control, so many             companies want to know that you
        already know how to use this             tool.
     </p>
   </article>
</main>
   <aside>
      <h4>About Kelli Smith
	  </h4>
      <p>
         Kelli is the senior operations            manager at Skillcursh. She's              also an early Skillcrush alum!
      </p>
   </aside>
<footer>
      <p>
         Follow Skillcrush on
         <a                                           href="https://www.linkedin.
			com/school/skillcrush/"
            target="_blank">
			 LinkedIn
		</a>
           © Skillcrush, Inc. All Rights            Reserved
     </p>
</footer>
content_copyCOPY

https://learn.skillcrush.com/module-6/add-html-html5-tags-to-this-blog-post-html/