質問編集履歴

2

コードの追加

2020/05/25 14:40

投稿

chan1000
chan1000

スコア3

test CHANGED
File without changes
test CHANGED
@@ -35,3 +35,147 @@
35
35
 
36
36
 
37
37
   ![![イメージ説明](81b7e8f50c46d6faa954de40b3ea1d65.png)](8d435359457cef87159ade8a37c14983.png)
38
+
39
+
40
+
41
+ ``````
42
+
43
+ !DOCTYPE html>
44
+
45
+ <html lang="ja">
46
+
47
+ <head>
48
+
49
+ <meta charset="utf-8">
50
+
51
+ <title>太郎のポートフォリオサイト</title>
52
+
53
+ <link rel="icon" href="favicon.ico">
54
+
55
+ <meta name="description" content=太郎のポートフォリオサイトです>
56
+
57
+ <link rel=”stylesheet” href="css/styles.css">
58
+
59
+ <!-- <style>
60
+
61
+ h1{
62
+
63
+ color: red;
64
+
65
+ }
66
+
67
+ </style> -->
68
+
69
+ </head>
70
+
71
+
72
+
73
+ <body>
74
+
75
+ <header>
76
+
77
+ <img src="img/taro.png" width="120" height="120" alt="太郎のアイコンです">
78
+
79
+ <h1>山田太郎</h1>
80
+
81
+ <p>UI/UXデザイナー見習いです</p>
82
+
83
+ <ul>
84
+
85
+ <li>
86
+
87
+ <a href="http://dotinstall.com" target="_blank">
88
+
89
+ <img src="img/blog.png" width="20" height="20" alt="ブログサイトへのリンク画像です">
90
+
91
+ </a>
92
+
93
+ </li>
94
+
95
+ <li>
96
+
97
+ <a href="http://dotinstall.com" target="_blank">
98
+
99
+ <img src="img/photos.png" width="20" height="20" alt="写真サイトへのリンク画像です">
100
+
101
+ </a>
102
+
103
+ </li>
104
+
105
+ </ul>
106
+
107
+ </header>
108
+
109
+
110
+
111
+ <section>
112
+
113
+ <!-- 作品紹介です -->
114
+
115
+ <h1>WORKS</h1>
116
+
117
+
118
+
119
+ <section>
120
+
121
+ <image src="img/work1.png" width="400" heght="260" alt="勇者のゲームの紹介画像">
122
+
123
+ <h1>勇者ゲーム</h1>
124
+
125
+ <p>楽しいアプリです。</p>
126
+
127
+ </section>
128
+
129
+
130
+
131
+ <section>
132
+
133
+ <image src="img/work2.png" width="400" heght="260" alt="宝探しゲームの紹介画像">
134
+
135
+ <h1>宝探しゲーム</h1>
136
+
137
+ <p>楽しいアプリです。</p>
138
+
139
+ </section>
140
+
141
+
142
+
143
+ <section>
144
+
145
+ <image src="img/work3.png" width="400" heght="260" alt="神経衰弱の紹介画像">
146
+
147
+ <h1>神経衰弱</h1>
148
+
149
+ <p>楽しいアプリです。</p>
150
+
151
+ </section>
152
+
153
+ </section>
154
+
155
+
156
+
157
+ <footer>
158
+
159
+ <p>(c) dotinstall.com</p>
160
+
161
+ </footer>
162
+
163
+
164
+
165
+ </body>
166
+
167
+ </html>
168
+
169
+ ``````
170
+
171
+
172
+
173
+ ``````
174
+
175
+ h1 {
176
+
177
+ color: blue;
178
+
179
+ }
180
+
181
+ ``````

1

写真の追加

2020/05/25 14:40

投稿

chan1000
chan1000

スコア3

test CHANGED
File without changes
test CHANGED
@@ -1,4 +1,4 @@
1
- https://dotinstall.com/lessons/basic_css_v5/49901
1
+ ![イメージ説明](6f74aecd33c1e29d8a43c0cad23e5146.png)https://dotinstall.com/lessons/basic_css_v5/49901
2
2
 
3
3
 
4
4