{"id":7506,"date":"2020-05-29T08:45:54","date_gmt":"2020-05-29T05:45:54","guid":{"rendered":"https:\/\/www.kampuskod.com\/?p=7506"},"modified":"2020-05-29T08:51:07","modified_gmt":"2020-05-29T05:51:07","slug":"html-dersleri-21-html-objectdosya-ekleme-html5-egitimleri","status":"publish","type":"post","link":"https:\/\/www.kampuskod.com\/yazilim\/html5\/html-dersleri-21-html-objectdosya-ekleme-html5-egitimleri\/","title":{"rendered":"Html Dersleri 21. Html object(dosya) ekleme. Html5 E\u011fitimleri"},"content":{"rendered":"\n

Html5 sayfan\u0131za object(dosya, html sayfas\u0131, flash, pdf dosyas\u0131) eklemek isterseniz yapman\u0131z gereken \u015fey \u00e7ok basit. Html object etiketi ile html source etiketini birlikte kullanarak web siteye rahatl\u0131kla obje(flash,pdf dosyas\u0131, html sayfas\u0131 vs.) ekleyebiliriz.<\/p>\n\n\n\n

A\u015fa\u011f\u0131da \u00f6rnekte html object tan\u0131mlamas\u0131 verilmi\u015ftir. Burada ilk object dosyas\u0131nda bir html dosyas\u0131 web projesine eklenmi\u015fken 2. obje ile bir pdf dosyas\u0131 html dosyas\u0131na eklenmi\u015ftir. Burada tan\u0131mlanan with attribute tan\u0131mlamas\u0131 ile dosyan\u0131n geni\u015fli\u011fi, height attribute tan\u0131mlamas\u0131 ile dosyan\u0131n y\u00fcksekli\u011fi belirtilmi\u015ftir. Sayfan\u0131n en alt\u0131nda <\/p>\n\n\n\n

Web siteye(bir html sayfas\u0131na) farkl\u0131 bir html sayfas\u0131 ve pdf dosyas\u0131 ekleme:<\/h2>\n\n\n\n
\n<!DOCTYPE html>\n<html lang=\"tr\">\n<head>\n  <meta charset=\"utf-8\" \/>\n  <meta name=\u201dviewport\u201d content=\u201dwidth=device-width, initial-scale=1.0\u201d> \n   <title>HTML5 E\u011e\u0130T\u0130MLER\u0130<\/title>\n<\/head>\n<body>\n\n<!-- html5 object harici dosya ekleme  -->\n<object data=\"html_sayfa_ismi.html\" width=\"700px\" height=\"500px\"><\/object>\n<object data=\"pdf_dosya_yolu.pdf\" width=\"700px\" height=\"500px\"><\/object>\n\n<\/body>\n<\/html><\/code><\/pre>\n\n\n\n

Html object (dosya, html sayfas\u0131, flash, pdf dosyas\u0131) ekleme e\u011fitim videosu<\/h2>\n\n\n\n
\n