Your browser does not support JavaScript!'

HTML Aside Tag ~ VUSs

Welcome to VUSs, as you guys know. VUSs is all about Computer Science's fundamentals and Tests Preparation.
All published articles are organized in simple, easy, and short English sentences to familiarize the students with computer science.
In that respect today's article is HTML Aside Tag


Today's Topic
HTML Aside Tag


HTML Aside Tag


Topics Which Are Covered



# Aside Code Example

#

#

#



Aside Code Example

<aside>
      <section class="Left_PopularPosts">
          <h2>
     Popular Posts
         </h2>

      <a href="#">
     Yakitori (grilled chicken)
     </a>
     <a href="#">
     Tsukune (minced chicken patties)
     </a>
      <a href="#">
     Okonomiyaki (savory pancakes)
     </a>
      <a href="#">
     Mizutaki (chicken stew)
     </a>
     </section>
     <section class="contact">
      <h2>
     Contact
     </h2>
      <p>
     Yoko's Kitchen
     <br/>
     27 Redchurch Street
     <br/>
     Shoreditch
     <br/>
     London E2 7DP
     </p>
            </section>
</aside>

HTML Tags

Post a Comment

0 Comments

^