teratail header banner
teratail header banner
質問するログイン新規登録

質問編集履歴

2

誤字

2019/11/22 02:41

投稿

tomato01
tomato01

スコア82

title CHANGED
File without changes
body CHANGED
@@ -7,7 +7,7 @@
7
7
  消したい要素
8
8
  ```ここに言語を入力
9
9
  <div title="publish">
10
-   <img alt="" src=/icons/red-dot.png">
10
+   <img alt="" src="/icons/red-dot.png">
11
11
  </div>
12
12
 
13
13
  ```

1

追記

2019/11/22 02:41

投稿

tomato01
tomato01

スコア82

title CHANGED
File without changes
body CHANGED
@@ -28,4 +28,8 @@
28
28
  });
29
29
  });
30
30
 
31
- ```
31
+ ```
32
+
33
+ もしくは、title="publish"の要素があった場合に、その要素にidかclass要素を追加する方法などはありますでしょうか。
34
+
35
+ 宜しくお願い致します。