質問編集履歴

3

2019/10/26 15:08

投稿

midou-setu
midou-setu

スコア6

test CHANGED
File without changes
test CHANGED
@@ -1,6 +1,36 @@
1
1
  質問失礼します。HTMLのtableを使ったのですが、
2
2
 
3
3
  ```
4
+
5
+ <!DOCTYPE html>
6
+
7
+ <html>
8
+
9
+ <head>
10
+
11
+ <link rel="stylesheet" type="text/css" href="Main.css"/>
12
+
13
+ <title>2019文化祭</title>
14
+
15
+ <meta http-equiv="content-type" charset="utf-8">
16
+
17
+ </head>
18
+
19
+
20
+
21
+ <body bgcolor="#2c3e50>
22
+
23
+ <br><br><br><br>
24
+
25
+ <p-align="center" class="btn">
26
+
27
+ <font size="7">コンピュータ部</font>
28
+
29
+ </p>
30
+
31
+ <br><br><br>
32
+
33
+
4
34
 
5
35
  <table align="center">
6
36
 
@@ -20,6 +50,8 @@
20
50
 
21
51
  </table>
22
52
 
53
+ </body>
54
+
23
55
  コード
24
56
 
25
57
  ```

2

2019/10/26 15:08

投稿

midou-setu
midou-setu

スコア6

test CHANGED
File without changes
test CHANGED
@@ -6,7 +6,7 @@
6
6
 
7
7
  <tr>
8
8
 
9
-  ~~打ち消し線~~<a class="button" href="#"><span style="font-size:21px>作品</span>
9
+  <a class="button" href="#"><span style="font-size:21px>作品</span>
10
10
 
11
11
  </a>
12
12
 

1

2019/10/26 14:56

投稿

midou-setu
midou-setu

スコア6

test CHANGED
File without changes
test CHANGED
@@ -1,8 +1,12 @@
1
1
  質問失礼します。HTMLのtableを使ったのですが、
2
2
 
3
- ```<table align="center">
3
+ ```
4
4
 
5
+ <table align="center">
6
+
7
+ <tr>
8
+
5
- <a class="button" href="#"><span style="font-size:21px>作品</span>
9
+  ~~打ち消し線~~<a class="button" href="#"><span style="font-size:21px>作品</span>
6
10
 
7
11
  </a>
8
12
 
@@ -11,6 +15,8 @@
11
15
  <a class="button" href="#"><span style="font-size:21px>感想</span>
12
16
 
13
17
  </a>
18
+
19
+ </tr>
14
20
 
15
21
  </table>
16
22