1-1. Making a.html with css indication
<!DOCTYPE html>
<html>
<head>
<title>Sample</title>
<link href="../data/style/default.css" rel="stylesheet">
</head>
<body>
<div>
<a href="http://www.google.com">
<img src="../data/img_sample3.png"width = "400px" height="auto" >
Image example #2
</a>
</div>
</body>
</html>
1-2. Making default.css
a {
font-size: 50px;
color: rgb(165, 158, 53);
font-weight: 500;
}
1-3. Export Result when open a.html via Chrome browser
'Information Technology > HTML5' 카테고리의 다른 글
[HTML5] 05. Training for Directory (0) | 2019.08.19 |
---|---|
[HTML5] 04. Training for IMG Tag (Image Tag) (0) | 2019.08.18 |
[HTML5] 03. Training for A Tag (0) | 2019.08.18 |
[HTML5] 02. Training for Tagging DIV functions (0) | 2019.08.18 |
[HTML5] 01. Training for HTML basic source (0) | 2019.08.18 |
댓글