01. Hello, World!

2017. 2. 20. 14:20HTML/예제

1. Hello, World! 소스코드


<!DOCTYPE html>

<html lang="kr">

<head>

<meta charset="UTF-8">

<title>앙큼한유채</title>

</head>

<body>

<img src="https://t1.daumcdn.net/cfile/tistory/232A1847584E5CB623" alt="블로그 이미지" 

width="300" height="300" align="left">

<font size="8" color="blue"><b>안녕하세요.</b></font> <br>

<font size="8" color="blue"><b>앙큼한유채입니다.</b></font> <br>

<font size="8" color="blue"><b>Hello, world!</b></font> <br>

</body>

</html>

 



2. 실행화면



'HTML > 예제' 카테고리의 다른 글

7. 픽셀 아트  (0) 2017.08.22
<button>태그 링크  (0) 2017.03.22
03. Table  (0) 2017.02.20
02. Hyper Link  (0) 2017.02.20