1
Reply

id to <article> &<section>.

Akshay

Akshay

Nov 11 2014 2:01 AM
629
1)i want to give id to <article> &<section>.  what is the right way to provide id<article>
 2) can i use structure like
 
<section class="container-main"> 
<article id="itemContainer">
<aside>
<h3></h3>
<p></p></aside>
</article>
 </section>
 
 
 
i want to use jquery and i want to pass id of<artical>  what is the right way to provide id <article>

Answers (1)