質問編集履歴
1
コードの修正
title
CHANGED
File without changes
|
body
CHANGED
@@ -7,7 +7,7 @@
|
|
7
7
|
どなたか、原因や解決策など分かる方がいらしたらご教授お願いします。
|
8
8
|
|
9
9
|
```ここに言語を入力
|
10
|
-
<object data="images/hoge.pdf" width="600" height="500">
|
10
|
+
<object data="images/hoge.pdf" width="600" height="500"></object>
|
11
|
-
<object data="images/hoge.jpeg" width="400" height="300">
|
11
|
+
<object data="images/hoge.jpeg" width="400" height="300"></object>
|
12
12
|
|
13
13
|
```
|