Snippets Collections
​<!-- 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>
​<h2>Contact Us!</h2>
<p><strong> MRH Web Design</strong><br>Maria & Rocio Hernandez<br>1234 Queen Street<br>Kansas City, KS 66101<br>+1-555-555-5555 <br>rocio@mrh_web.com</p>
<!-- Get all tags displayed -->
    <nav class="all-tags">
        <ul>
            <?php
                $tags = get_tags('post_tag'); //taxonomy=post_tag
        
                if ( $tags ) :
                foreach ( $tags as $tag ) : ?>
                    <li class="tags">
                        <a href="<?php echo esc_url( get_tag_link( $tag->term_id ) ); ?>" 							title="<?php echo esc_attr( $tag->name ); ?>">
                        <?php echo esc_html( $tag->name ); ?>
                        </a>
                    </li>
                <?php endforeach; ?>
            <?php endif; ?>
        </ul>
    </nav>
star

Wed Aug 02 2023 12:31:32 GMT+0000 (Coordinated Universal Time) https://learn.skillcrush.com/module-6/add-html-html5-tags-to-this-blog-post-html/

#semantic #tags
star

Fri Jun 23 2023 07:46:30 GMT+0000 (Coordinated Universal Time) https://learn.skillcrush.com/module-2/fix-up-this-contact-section/

#formatting #tags
star

Sat Jun 25 2022 11:52:14 GMT+0000 (Coordinated Universal Time) https://stackoverflow.com/questions/39685167/list-all-the-tags-in-a-wordpress-blog

#wordpress #tags

Save snippets that work with our extensions

Available in the Chrome Web Store Get Firefox Add-on Get VS Code extension