120 likes | 241 Views
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.
E N D
HTML TA:黃俊輔(jojoman) Email:r93921109@ntu.edu.tw
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)
Some Useful Tags • tag<bgsound></ bgsound > • attributeloop = valuesrc = url(江南.mid)
Some Useful Tags • tag<font></font> • attributecolor = blue / #123784(hex value)face = 華康布丁體size = 20
Some Useful Tags • tag<a></a>construct a hyperlink • attribtuehref= “http://tw.yahoo.com” or “#go” (fragment identifier)target= name (_blank,_self)
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.
Some Useful Tags • tag<input></input> • attributetype = button, checkbox, file, image, password, radio, reset, submit, textname = namevalue = string
Some Useful Tags • tag<img></img> • attributealign = top,middle,left...border = valuesrc = url (image.jpg)width, height = value
Some Useful Tags • tag<frameset></ frameset > • attributeframeborder = valuecols, rows = list
Some Useful Tags • tag<frame></frame> • attributesrc = urlscrolling = type (yes, no, auto)noresizename = name
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>
Some Useful Tags • Tag<br><pre></pre><hn></hn> n=1 ~ 6