<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>Insert title here</title>
<style type="text/css">
body {
background-color: #ffff00;
}
</style>
</head>
<!-- <body style="background-color: #ffcc33"> -->
<!-- <body bgcolor="#00ff00"> -->
<body>
<h1>전기 자동차의 소개</h1>
<h2>전기 자동차 란?</h2>
전기 자동차는 엔진이 아닌 <font color="red"><b>모터</b></font>로 구동하는 자동차입니다.<br>
그 특징은 다음과 같습니다.<br><br>
환경 문제가 주목되는 현재에서 전기 자동차는 활약이 기대되는 존재라고 할 수 있습니다.<br><br>
<div align="right">
<i>(주)자동차 연구소</i>
</div>
<hr>
・배기 가스를 전혀 배출하지 않음.<br>
・주행시 소음이 적다.<br>
・에너지 효율이 높다.<br>
<hr>
</body>
</html>
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>Insert title here</title>
<style type = "text/css">
/* type = "text/css" 안써도 동일함 */
body{
background-color: #ffff00;
}
</style>
</head>
<!-- 즉 배경색 지정은 body 위 style , body style, body bgcolor 3가지 방법이 있음 -->
<!-- <body style = "background-color : #ffcc33"> -->
<!-- <body bgcolor = "#00ff00"> -->
<body>
<h1>전기 자동차의 소개</h1>
<h2>전기 자동차란?</h2>
전기 자동차는 엔진이 아닌 <font color = "red"><b>모터</b></font>로 구동하는 자동차입니다.<br>
그 특징은 다음과 같습니다.<br><br>
환경 문제가 주목되는 현재에서 전기 자동차는 활약이 기대되는 존재라고 할 수 있습니다.<br><br>
<div align = "right">
<i>(주) 자동차 연구소</i>
</div>
<hr>
・배기 가스를 전혀 배출하지 않음.<br>
・주행시 소음이 적다.<br>
・에너지 효율이 높다.<br>
<hr>
</body>
</html>
'DEV > html' 카테고리의 다른 글
task3_단락 구성_link, image (0) | 2020.01.10 |
---|---|
task2_image center (0) | 2020.01.10 |
sample5_css호환/ 게시글 작성_파일 삽입 (0) | 2020.01.08 |
sample4_jsp호환 (0) | 2020.01.08 |
sample3 (0) | 2020.01.08 |