Welcome to my Website!
This is a paragraph! Here's how you make a link: Neocities.
Here's how you can make bold and italic text.
Here's how you can add an image:
This will be useful if the server is changed from HTTP to HTTPs in the future, for example. This will work in both cases.
Where should I use Absolute path in img src?
You should use this option when using images from some other web server.
You do not want or permitted to host those images at your own server.
In that case, the image download bandwidth consumption will cost at the server where it is hosted.
Although, absolute options will also work for the same server, however, recommended way is to use the relative path in case images are existing at the same server where your website is hosted.
The relative path option
In this option, you will specify image source based at the current directory. An example of relative path is:
- First thing
- Second thing
- Third thing
To learn more HTML/CSS, check out these tutorials!