Home HTML Lists Adding Images Style Tips Add Favicon Add Videos Add Background CSD Principles CSD Problem Solving Process

HTML Structure

Learning to add the different HTML elements to structure my page. This is my landing page. I have the links to all the pages on my website from here. Look at the Navigation Bar on top.

  1. Home
  2. HTML Lists
  3. This line and the image will be a link to the Adding Images page.

    Favicon image credit: Original image is from http://code.org

w3schools.com is an execellent reference for HTML and CSS. If you need to find how to add animation (a little) using CSS, refer the links on CSS animation on the website. Example code and practice walk you through the process. Syntax has to be exactly as shown. So pay attention to these details when you practice on w3schools.com.

How to add links to other pages

Use the <a> to add links to pages

Code example to add links to other pages on the website.

Creative Commons License
This work is licensed under a Creative Commons Attribution-NonCommercial-NoDerivatives 4.0 International License.