Save style.css in the same folder as the index.html page.

This text is italic.

This text is bold.

My Website

About Me

My name is XYZ and I'm ?? years old.

Things I Like

  1. Video Games
  2. Cartoons
  3. Really Good Soup
  4. Inserting images into your HTML file uses very similar code. For instance, I've put an image called "slime.png" inside my "images" folder, which is inside my main website folder. So, inserting images is a lot like making a link. Instead of putting the URL of a website inside those quotes, you type in the path to your image. (You can link to images from other websites, but that's called hotlinking, and it's not a good thing to do.)

    A Beginner's Guide to HTML and CSS

    Index

    ...

    "Save, and refresh the file in your browser. Click the link, and voila, a Google page. To link to another URL, just replace the "http://google.com" with "http://whateverurl.com". If what you're linking to is on your own webspace, such as an additional page of your site, you don't even need to type all that: you can just write "/page2.html" or whatever the title of your file is. But remember to keep the quotation marks!"