1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
|
<!DOCTYPE html>
<html>
<head>
<style>
h1 {
font-family: sans-serif;
text-align: center;
color: blue;
}
p {
font-family: sans-serif;
text-align: center;
color: gray;
}
</style>
<title>My Daily Challenge</title>
</head>
<body>
<h1>Max' Challenge for Wednesday, August 4th</h1>
<p>
Learn about the basics of web development - specifically dive into HTML &
CSS.
</p>
<p>
I'll achieve this goal by diving into
<a href="https://www.google.com/">more learning resources</a>
</p>
</body>
</html>
|
cs |
'Frontend > HTML, CSS' 카테고리의 다른 글
Web Developer 부트캠프 (05/01) (0) | 2022.05.01 |
---|---|
Web Developer 부트캠프 (04/30) (0) | 2022.04.30 |
Web Developer 부트캠프 (04/28) (0) | 2022.04.28 |
2022 Web Development : CSS 기초 (0) | 2022.04.26 |
2022 Web Development : HTML 기초 (0) | 2022.04.26 |