<!DOCTYPE html>
<html lang="ko">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Open source link table</title>
<style>
a {
color: #222;
text-decoration: none;
}
table {
border: 1px solid #222;
border-collapse: collapse;
margin: 0 auto;
}
caption {
padding: 10px;
font-weight: 600;
}
td,
th {
border: 1px solid #222;
padding: 10px;
}
thead th {
background-color: rgb(226, 226, 250);
}
</style>
</head>
<body>
<table>
<caption>
좋은 코드를 많이 봐야 좋은 코드를 작성할 수 있다!
</caption>
<colgroup>
<col style="width: 100px" />
<col style="width: 450px" />
</colgroup>
<thead>
<tr>
<th>회사</th>
<th>링크</th>
</tr>
</thead>
<tbody>
<tr>
<th rowspan="2">네이버</th>
<td>
<a
href="https://www.google.com/search?q=naver+github"
target="_blank"
>https://www.google.com/search?q=<b>naver</b>+github</a
>
</td>
</tr>
<tr>
<td>
<a href="https://d2.naver.com" target="_blank">d2.naver.com</a>
</td>
</tr>
<tr>
<th rowspan="2">카카오</th>
<td>
<a
href="https://www.google.com/search?q=kakao+github"
target="_blank"
>https://www.google.com/search?q=<b>kakao</b>+github</a
>
</td>
</tr>
<tr>
<td>
<a href="https://tech.kakao.com/blog" target="_blank"
>tech.kakao.com/blog</a
>
</td>
</tr>
<tr>
<th>라인</th>
<td>
<a
href="https://www.google.com/search?q=line+github"
target="_blank"
>https://www.google.com/search?q=<b>line</b>+github</a
>
</td>
</tr>
<tr>
<th>쿠팡</th>
<td>
<a
href="https://www.google.com/search?q=coupang+github"
target="_blank"
>https://www.google.com/search?q=<b>coupang</b>+github</a
>
</td>
</tr>
<tr>
<th>배달의 민족</th>
<td>
<a href="https://techblog.woowahan.com" target="_blank"
>techblog.woowahan.com</a
>
</td>
</tr>
<tr>
<th>당근마켓</th>
<td>
<a href="https://medium.com/daangn" target="_blank"
>medium.com/daangn</a
>
</td>
</tr>
<tr>
<th>토스</th>
<td>
<a
href="https://www.google.com/search?q=toss+github"
target="_blank"
>https://www.google.com/search?q=<b>toss</b>+github</a
>
</td>
</tr>
</tbody>
</table>
</body>
</html>
'자기 계발' 카테고리의 다른 글
성장하는 개발자가 되려면 (1) | 2023.12.03 |
---|---|
개발자 타자연습 추천, TypingClub 👩🏻💻 (0) | 2023.09.20 |
에드마일렛 - 나이에 전혀 상관없이 가장 빨리 성공하는 비밀 (0) | 2023.06.24 |
헤일도스킨 - 감정 비워내기 (0) | 2023.06.21 |
개발에이전시 면접후기 질문정리 (0) | 2023.01.27 |