سلام
امکان داره کسی لطف کنه در رابطه با قطعه کد ها و کاربردشان توضیحی به ما بدهند؟ سپاس گزارم
An anchor with an id inside an HTML document:
<a id="tips">Useful Tips Section</a>
Create a link to the "Useful Tips Section" inside the same document
<a href="#tips">Visit the Useful Tips Section</a>
Or, create a link to the "Useful Tips Section" from another page::<a href="http://www.w3schools.com/html_links.htm#tips">
Visit the Useful Tips Section</a>