Contoh
Kembalikan MIME-jenis dokumen terkait:
var x = document.getElementById("myLink").type;
Hasil x akan:
text/css
Cobalah sendiri " Definisi dan Penggunaan
Jenis set properti atau mengembalikan jenis konten (tipe MIME) dari dokumen terkait.
Tip: Contoh MIME-jenis adalah: "text / css", "text / javascript", "image / gif", dll
Dukungan Browser
Jenis properti didukung di semua browser utama.
Sintaksis
Kembali properti jenis:
linkObject .type
Mengatur properti jenis:
linkObject .type=MIME-type
Nilai properti
Value | Description |
---|---|
MIME-type |
The MIME type of the linked document. Look at IANA MIME types for a complete list of standard MIME types |
Rincian teknis
Kembali Nilai: | Sebuah String, mewakili jenis isi dokumen terkait |
---|
Link Object