質問編集履歴

1

コードを記入しました。よろしくお願いします。

2021/01/14 00:26

投稿

Mai.O
Mai.O

スコア4

test CHANGED
File without changes
test CHANGED
@@ -21,3 +21,111 @@
21
21
 
22
22
 
23
23
  ### 補足情報(FW/ツールのバージョンなど)
24
+
25
+ <!DOCTYPE html>
26
+
27
+ <html lang="ja">
28
+
29
+ <head>
30
+
31
+ <meta charset="utf-8">
32
+
33
+ <title>太郎のポートフォリオサイト</title>
34
+
35
+ <link rel="icon" href="favicon.ico">
36
+
37
+ <meta name="description" content="太郎のポートフォリオサイトです。">
38
+
39
+ <link rel="stylesheet" href="css/styles.css">
40
+
41
+ </head>
42
+
43
+ <body>
44
+
45
+ <header>
46
+
47
+ <img src="taro.png" width="120" height="120" alt="太郎のアイコンです">
48
+
49
+ <h1>山田太郎</h1>
50
+
51
+ <p>UI/UXデザイナー見習いです</p>
52
+
53
+ <ul>
54
+
55
+ <li>
56
+
57
+ <a href="https://dotinstall.com" target="_blank">
58
+
59
+ <img src="blog.png" width="20" height="20" alt="ブログサイトへのリンク画像です">
60
+
61
+ </a>
62
+
63
+ </li>
64
+
65
+ <li>
66
+
67
+ <a href="https://dotinstall.com" target="_blank">
68
+
69
+ <img src="photos.png" width="20" height="20" alt="ブログサイトへのリンク画像です">
70
+
71
+ </a>
72
+
73
+ </li>
74
+
75
+ </ul>
76
+
77
+ </header>
78
+
79
+ <section>
80
+
81
+ <h1>WORKS</h1>
82
+
83
+
84
+
85
+ <section>
86
+
87
+ <img src="work1.png" width="400" height="260" alt="勇者ゲームの紹介画像">
88
+
89
+ <h1>勇者ゲーム</h1>
90
+
91
+ <P>楽しいアプリです。楽しいアプリです。楽しいアプリです。楽しいアプリです。楽しいアプリです。楽しいアプリです。楽しいアプリです。楽しいアプリです。楽しいアプリです。楽しいアプリです。楽しいアプリです。</P>
92
+
93
+ </section>
94
+
95
+
96
+
97
+ <section>
98
+
99
+ <img src="work2.png" width="400" height="260" alt="宝探しゲームの紹介画像">
100
+
101
+ <h1>宝探しゲーム</h1>
102
+
103
+ <P>楽しいアプリです。楽しいアプリです。楽しいアプリです。楽しいアプリです。楽しいアプリです。楽しいアプリです。楽しいアプリです。楽しいアプリです。楽しいアプリです。楽しいアプリです。楽しいアプリです。</P>
104
+
105
+ </section>
106
+
107
+
108
+
109
+ <section>
110
+
111
+ <img src="work3.png" width="400" height="260" alt="神経衰弱の紹介画像">
112
+
113
+ <h1>神経衰弱</h1>
114
+
115
+ <P>楽しいアプリです。楽しいアプリです。楽しいアプリです。楽しいアプリです。楽しいアプリです。楽しいアプリです。楽しいアプリです。楽しいアプリです。楽しいアプリです。楽しいアプリです。楽しいアプリです。</P>
116
+
117
+ </section>
118
+
119
+ </section>
120
+
121
+
122
+
123
+ <footer>
124
+
125
+ <p>(c) dotinstall.com</p>
126
+
127
+ </footer>
128
+
129
+ </body>
130
+
131
+ </html>