شـــارك المـوضوع لـتعم الفائـدة للجميـع
اهلا بك عزيزي الزائر في موقع برامج الانبار
!doctype>
1/16/2018
مواقع لحفظ اي صفحة من النت الى pdf
مولد أزرار لصفحات الإنترنت لموقعك
محول صور سريع ومحول صيغ بي دف
محول صور سريع ومحول صيغ بي دف الى صور convert PDF to other useful formats
شـــارك المـوضوع لـتعم الفائـدة للجميـع
1/15/2018
HTML Download Link كوداضافة رابط تحميل
HTML Download Link
How to write download link in HTML.
Download link is a link that is used to download a file from the server to the browser's directory on the local disk.
The download link code is written as:
<a href="test_file.zip">Download File</a>
The code will create this link:
The code has the following parts:
- <a> is the link tag.
- href attribute sets the file to download.
- Download File is the text of the link.
- </a> is the link end tag.
شـــارك المـوضوع لـتعم الفائـدة للجميـع