Creating a Git Repository Right click on your project folder and click “Git Bash Here” Initialize your repository with the command “git init” Go to github.com and create a new repository Put the command “git remote add origin (link to new repository)” in Git Bash Use the command “git push -u origin master” git init: […]
Author Archives: heltc415
Images: Collage on a Theme
They say that a picture is worth a thousand words. This is why images are used often on websites. The pictures are used to help emphasize a point or help the reader visualize what the website is explaining. In HTML, you embed images using the <img> tag with the src attribute to specify what image […]
DestinationsGoneWrong Gone Right
Dream Vacation Destinations France Eiffel Tower Arc of Triumph Germany Berlin Wall Memorial Japan Tokyo Kyoto Canada British Colombia Prince Edward Island Ukraine Chernobyl Exclusion Zone Pripyat The problem with the page DestinationsGoneWrong.html was that all of the <ol> and </ol> tags should have been <ul> and </ul> tags respectively and that a </li> tag […]
Hello world!
Welcome to WordPress. This is your first post. Edit or delete it, then start writing!