Project: My HTML Portfolio Page
Documented by: Jamie (Ziying Wang)
Webpage link: http://imanas.shanghai.nyu.edu/~zw1745/week1/hw1.html
Date: Feb. 15, 2019
Description:
This portfolio page of mine isn’t hard to make but I came across two problems when making it.
The first one is the img function. I save my pictures in an img file inside the original file and when I put <img src=”name.png” alt=”name”> the image was broken and cannot appear on the site. Then I realized that html needs to look for my picture through files, therefore I put an “img/” before “name.png” to fix the problem.
The second one is not yet solved. I used many ios emoji in my websites, and they appear normally when I open it from local files, but when logging in through the link, the emojis turn into scrambled code. I haven’t figured out how to correct it yet.