Skip to content

leocornus/basic-concepts-about-web-programming

Repository files navigation

Basic concepts about web programming

Get Ready

You will need a activated GitHub account and a github.io website to get ready. Following the steps to create a GitHub account and set up the github.io website.

  1. Sign up github.com
  2. log in github.com
  3. create repository with exact name [LOGIN_NAME].github.com. Make sure to check the checkbox Initialize this repository with a README.
  4. Create new file (with name index.html) in the new repository.
  5. adding the following content to the new file and click the green Commit new file button.
  6. visit URL: http://[LOGIN_NAME].github.io to make sure your github.io site is created.

NOTE: replace [LOGIN_NAME] with your real login name. The [LOGIN_NAME]] is case censitive.

index.html

For the first index.html, we will add the following conent:

<html>
  <head>
    <title>Hello Title...</title>
  </head>
  <body>
    <h1>Hello HTML!</h1>
  </body>
</html>

Actions

Assignment

How to do assignment

  • build the github.io page for each assignment
  • answer all questions for your assignment in the page
  • send me the URL to your page
  • you could build a index page for all your assignment.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages