1 / 12

TA :黃俊輔 (jojoman) Email : r93921109@ntu.tw

HTML. TA :黃俊輔 (jojoman) Email : r93921109@ntu.edu.tw. Some Useful Tags. tag <body></body> attribute bgcolor = blue / #123784(hex value) background = url(image.jpg) link = color (haven ’ t clicked) alink = color (on click) vlink = color (after click). Some Useful Tags.

bazyli
Download Presentation

TA :黃俊輔 (jojoman) Email : r93921109@ntu.tw

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. HTML TA:黃俊輔(jojoman) Email:r93921109@ntu.edu.tw

  2. Some Useful Tags • tag<body></body> • attributebgcolor = blue / #123784(hex value)background = url(image.jpg)link = color (haven’t clicked)alink = color (on click)vlink = color (after click)

  3. Some Useful Tags • tag<bgsound></ bgsound > • attributeloop = valuesrc = url(江南.mid)

  4. Some Useful Tags • tag<font></font> • attributecolor = blue / #123784(hex value)face = 華康布丁體size = 20

  5. Some Useful Tags • tag<a></a>construct a hyperlink • attribtuehref= “http://tw.yahoo.com” or “#go” (fragment identifier)target= name (_blank,_self)

  6. Some Useful Tags • tag<form></form> • attributeenctype= encoding(when transmit file)method = GET or POSTname = nameaction = url (receive your data) • Use php or asp to receive data.

  7. Some Useful Tags • tag<input></input> • attributetype = button, checkbox, file, image, password, radio, reset, submit, textname = namevalue = string

  8. Some Useful Tags • tag<img></img> • attributealign = top,middle,left...border = valuesrc = url (image.jpg)width, height = value

  9. Some Useful Tags • tag<frameset></ frameset > • attributeframeborder = valuecols, rows = list

  10. Some Useful Tags • tag<frame></frame> • attributesrc = urlscrolling = type (yes, no, auto)noresizename = name

  11. Some Useful Tags • <html> • <head> • <title>台大電子所電子設計自動化(EDA)組 • </title> • </head> • <frameset rows="20%,*" frameborder="0" > • <frame src="title.html" scrolling="no" noresize> • <frame src="main.html" noresize> • </frameset> • </html>

  12. Some Useful Tags • Tag<br><pre></pre><hn></hn> n=1 ~ 6

More Related