Skip to content

jo4marseille/html-css-js

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

How to use this template:

  1. Using the template

    HTML

    • Start with index.html, this will be your root page (the main page)
      Questions about its content? Refer to template.html
    • To make new HTML pages, duplicate template.html inside the folder and rename it to the URL path you want.
      about.html => my_website.com/about
      
      It's recommended that you delete the explanation comments in any new HTML pages

    CSS

    • Start with main.css inside the css folder
    • What are normalize.css and html5-boilerplate.css for?
      They make basic styles consistent across all kinds of web browsers

    JavaScript

    • Start with main.js inside the js folder
    • What's jQuery? It's a JavaScript library that allows you to manipulate your website much more easily with JavaScript
    • If you download any jQuery plugins, paste a minified version of them into plugins.js

    Images

    • If you want to host your own images, put the image file (.jpg, .png, .gif) inside the images directory.
      Then the source on an img tag will be
      <img src="/images/your_picture.jpg">
      

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published