テックアイエスガイド エディター
無料プログラミング体験会の予約
実行
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<!DOCTYPE html>
<html>
<head>
<style>
img {
width:200px;
height:300px;
}
</style>
</head>
<body>
<h2>画像</h2>
<img src="https://img-techis-jp.sgp1.digitaloceans
paces.com/css/paris.jpg" alt="Paris" width="400" h
eight="300">
</body>
</html>