There are several parameters that can be use for position adjustment:
Parameter | Value | Using | Example | Output |
align | align="top" | <img src="http://www.codecogs.com/gif.latex?\frac{x-\mu }{\sigma }" align="top"> | Sample text | |
middle | align="middle" | Sample text | ||
bottom | align="bottom" | Sample text | ||
border | 0 | border="0" | <img src="http://www.codecogs.com/gif.latex?\frac{x-\mu }{\sigma }" align="middle" border ="1"> | Sample text |
1 | border="1" | |||
width | % or pixel | width="10" width ="100%" | <img src="http://www.codecogs.com/gif.latex?\frac{x-\mu }{\sigma }" align="middle" height ="40" width="70"> | Sample text |
height | % or pixel | height="20" height ="90%" | ||
hspace | % or pixel | hspace="5" hspace ="5%" | <img src="http://www.codecogs.com/gif.latex?\frac{x-\mu }{\sigma }" align="middle" vspace ="20" hspace="10%" border ="1"> | Sampletext |
vspace | % or pixel | vspace="10" vspace ="10%" |
Resource:
W3C (n.d). 13 Objects, Images, and Applets. Retrieved 16 April, 2010, from http://www.w3.org/TR/REC-html40
0 comments:
Post a Comment