🐬 Hello_World.html_ □ X
hello world!
html도 프로그래밍 언어이니깐 세이프지?
소스 보기
1
2
3
4
5
6
7
8
9
10
|
<div style="border: 1px solid black; width: 300px; height: 200px;">
<div style="background-color: skyblue; height: 23px; padding: 5px; font-size: 16px;">
🐬 Hello_World.html
<span style="margin-left: 90px; color: red; font-style: bold;">_ □ X </span>
</div>
<div style="text-align: center; line-height: 110px;">
<h1 style="font-size: 40px; font-style: bold">hello world!</h1>
</div>
</div>
|
cs |