TA :黃俊輔 (jojoman) Email : [email protected]

12
TA TA 黃黃黃 黃黃黃 (jojoman) (jojoman) Email Email [email protected] [email protected]

description

HTML. TA :黃俊輔 (jojoman) Email : [email protected]. Some Useful Tags. tag 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. - PowerPoint PPT Presentation

Transcript of TA :黃俊輔 (jojoman) Email : [email protected]

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

TATA :黃俊輔:黃俊輔 (jojoman)(jojoman)EmailEmail :: [email protected]@ntu.edu.tw

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

Some Useful TagsSome 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)

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

Some Useful TagsSome Useful Tags• tag

<bgsound></ bgsound >

• attributeloop = valuesrc = url( 江南 .mid)

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

Some Useful TagsSome Useful Tags• tag

<font></font>

• attributecolor = blue / #123784(hex value)face = 華康布丁體size = 20

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

Some Useful TagsSome Useful Tags• tag

<a></a>construct a hyperlink

• attribtuehref= “http://tw.yahoo.com” or “#go” (fragment identifier)target= name (_blank,_self)

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

Some Useful TagsSome 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.

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

Some Useful TagsSome Useful Tags• tag

<input></input>

• attributetype = button, checkbox, file, image, password, radio, reset, submit, textname = namevalue = string

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

Some Useful TagsSome Useful Tags• tag

<img></img>

• attributealign = top,middle,left...border = valuesrc = url (image.jpg)width, height = value

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

Some Useful TagsSome Useful Tags• tag

<frameset></ frameset >

• attributeframeborder = valuecols, rows = list

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

Some Useful TagsSome Useful Tags• tag

<frame></frame>

• attributesrc = urlscrolling = type (yes, no, auto)noresizename = name

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

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

size>• <frame src="main.html" noresize>• </frameset>• </html>

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

Some Useful TagsSome Useful Tags• Tag

<br><pre></pre><hn></hn> n=1 ~ 6