Ans: Read permission for owner, group and other; Write permission for owner only.
Ans: Read permission for owner, group and other; Write permission for owner only; Execute permission for owner, group and other.
Ans: It is the word in DOS and Unix for folder.
Ans:
<img src="funny-dog.jpg" />
Ans: Use MS-Paint. Open the image, select Image >> Strech/Skew. Enter equal percentages less than 100 for both the Horizontal and Vertical boxes. You can also crop the image by selecting a rectangle within the image.
Ans: (1) No spaces, (2) no uppercase letters.
0 public_html 1 appendix 2 app1.htm 2 app2.htm 2 app3.htm 1 ch1.htm 1 ch2.htm 1 ch3.htm 1 images 2 cat.jpg 2 dog.jpg
Example: The files app1.htm and app2.htm are in the same folder.
Example: The files ch3.htm and cat.jpg are in a child folder folder relationship. ch3.htm is in public_html but cat.jpg is in the child folder images.
<a href="app2.htm">To Appendix 2</a>
<a href="app2.htm">To Chapter 2</a>
<a href="appendix/app3.htm">To Appendix 3</a>
<img src="images/cat.jpg" />
<a href="../ch1.htm">To Chapter 1</a>
<img src="../images/dog.jpg" />