- px - pixels
- in - inches
- cm - centimeters
- mm - millimeters
- pt - points
- pc - picas (12 points)
- em - height of the letter ‘m’
- ex-height - height of the letter ‘x’
- No space is allowed between the number and the unit specification e.g., 1.5 in is illegal!
- Percentage - just a number followed immediately by a percent sign
so lets start out example with the same last steps:
1-open notepad
2-lets write this :
<html>
<head>
</head>
<body>
<img src="your_pic_url.jpg" style="width:300px;"> */ its very important to use ":" and the semi colon ";"
</body>
</html>
3-press ctrl+s to save it
4-name it as you want but dont forget to put the ".html" after the file name
5-open it by your web browser or just click on it :)
Have a nice day
No comments:
Post a Comment