본문 바로가기

취미로 하는 웹프로그래밍

html2

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<!DOCTYPE html>
<html>
  <head>
    <meta charset="utf-8"<!--인코딩-->
    <title>..</title<!---->
  </head>
  <body>
    <audio>
      <source src="" type=""<!--영상불러오기-->
    </audio>
    <iframe src="" width="" height=""></iframe<!--화면불러오기-->
    <div class="k" style="color : red">
 
    </div<!--구조-->
    <span style=""></span><!--내부 스타일-->
    <input type="text" name="" value=""<!--type = test,password,radio,checkbox,file,reset,image,hidden,submit,range-->
    <form class="" action="index.html" method="post"><!--action에 method형태로 들어감-->
 
    </form>
 
  </body>
</html>
cs


'취미로 하는 웹프로그래밍' 카테고리의 다른 글

html1  (0) 2018.06.17