Git Product home page Git Product logo

basic-html's Introduction

Basic-HTML

Basic HTML template used as the basis of web classes above Web III at GWD.

Note that the base HTML is that from the HTML 5 Boilerplate project. The difference here is that the basic template is heavily commented for ease of use by beginners. The advanced template contains many metatags for SEO and social media optimizations.

Master Detail Pages

This folder contains two HTML files. They are both based on the base.html file.

Many people find the names "master/detail" a bit confusing although it is a standard term used in programming. It is for example easier to understand the relationship if you call it "category/product" or "products/item". Note the basic pattern is "multiple things/one single thing".

In a graphic arts portfolio this could be "print projects/business card" and "print projects/poster".

The only code difference in between a master and detail page is the number of thumbnails/links. A "master" page has many links/thumbnails that point into a set of related pages, where one of those pages has only one thing on it.

For example, a master page would have multiple images and links to a set of products such as groceries.html. Each detail page would be one single item from that list, such as milk.html or orange-juice.html. By default, the master page has a lot of information on it and points to a page with specific information about one thing.

Another example would be beatles-albums.html pointing to rubber-soul.html and white-album.html (and several others of course).

Search Engine Optimization

Note that detail pages are important for SEO (search engine optimization) because they are very specific.

Example: If you have a page called pets.html that has info about ten animals on it: cats, dogs, turtles, fish, ... etc. If someone does a Google search looking for "turtles" then your page is only 10% relevant. If you have a master page called pets.html and and page called turtles.html then turtles.html is 100% relevant to the Google search and your page is much more likely to be seen.

Remember that the best place to hide a dead body is on page two of Google.

basic-html's People

Contributors

jacgwd avatar

Stargazers

 avatar

Watchers

James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.