SlideShare uma empresa Scribd logo
1 de 20
Baixar para ler offline
•

•
html   CSS   JavaScripts
•




•
Tag
(Element   )     attribute value


    <textarea rows="4" cols="30">
    !          HTML
    </textarea>
                      Tag contents   attribute value
•

•                </[tag]>

•

•           <br />

•

•   <!--   -->

•          index.html
(doctype)
<html>
!   <head>
!   ! ......
!   </head>
!   <body>
!   ! ......
!   </body>
</html>
•

•

•

      •
      •
    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
<html>
<head>
<title>My first HTML page</title>
</head>

<body>
<h1>      </h1>
<p>

                         </p>

<h2>       </h2>
<p>




                  </p>
</body>
<h2>Norwegian Mountain Trip</h2>
<img border="0" src="/images/pulpit.jpg" width="304" height="228" />




                                •img
                                •
                                •                              (       )
                                •                    “http://......”
•
    <a href="protocol://domain/file" target="frame_name">

    </a>

•

•

•
•

    • <a   href="http://www.google.com">      Google   </a>

    • <a   href="mailto:rio@recorderz.com">       Rio</a>



•
    <a href="lastpage.htm">
    <img border="0" src="buttonnext.gif" width="65" height="38">
    </a>
target="frame_name"


_blank


 _self


 _top


_parent
•
           http://foo.com/site
             /foo.html
           http://foo.com/site/foo.html

•
      http://foo.com/site/part1/bar.html
    ../part2/quux.html
      http://foo.com/site/part2/quux.html

    part2/blue.html
       http://foo.com/site/part1/part2/blue.html
•
•
•


•
•


•
•

•

•

•
•




•
4. Html

Mais conteúdo relacionado

Mais de Gao Fuyan

Mais de Gao Fuyan (8)

7. Htmlcsswp
7. Htmlcsswp7. Htmlcsswp
7. Htmlcsswp
 
6. Css
6. Css6. Css
6. Css
 
5. Google
5. Google5. Google
5. Google
 
Wordpress 進階應用
Wordpress 進階應用Wordpress 進階應用
Wordpress 進階應用
 
Wordpress
WordpressWordpress
Wordpress
 
网络简论
网络简论网络简论
网络简论
 
OS操作简介
OS操作简介OS操作简介
OS操作简介
 
Net Art History
Net Art HistoryNet Art History
Net Art History
 

4. Html

  • 1.
  • 3.
  • 4. html CSS JavaScripts
  • 6. Tag (Element ) attribute value <textarea rows="4" cols="30"> ! HTML </textarea> Tag contents attribute value
  • 7. • • </[tag]> • • <br /> • • <!-- --> • index.html
  • 8. (doctype) <html> ! <head> ! ! ...... ! </head> ! <body> ! ! ...... ! </body> </html>
  • 9. • • • • • <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
  • 10. <html> <head> <title>My first HTML page</title> </head> <body> <h1> </h1> <p> </p> <h2> </h2> <p> </p> </body>
  • 11.
  • 12. <h2>Norwegian Mountain Trip</h2> <img border="0" src="/images/pulpit.jpg" width="304" height="228" /> •img • • ( ) • “http://......”
  • 13. <a href="protocol://domain/file" target="frame_name"> </a> • • •
  • 14. • <a href="http://www.google.com"> Google </a> • <a href="mailto:rio@recorderz.com"> Rio</a> • <a href="lastpage.htm"> <img border="0" src="buttonnext.gif" width="65" height="38"> </a>
  • 16. http://foo.com/site /foo.html http://foo.com/site/foo.html • http://foo.com/site/part1/bar.html ../part2/quux.html http://foo.com/site/part2/quux.html part2/blue.html http://foo.com/site/part1/part2/blue.html