Coding Paraglitterspace and the Cas Portfolio

Dated 23.01.2023 - 13.01.2023

What I've Learn

In the last few weeks of learning to code have have learn to:

  • Learn to apply css and html to make a layout to increase legibity
  • Linking html files together
    • this is done by < a href ="link.html">name of page< /a> just without the space between the 'a' and <> symbol.
  • the difference between CSS,HTML, and Java
    • CSS is the visual aspect of a webpage, with HTML being the contents and Java is interactivity of a page.

Examples

Coding The CAS Portfolio

I started with the neocities tutorial that explain the basic of html

coding Tutorial coding Tutorial coding Tutorial coding Tutorial

This was how the Home page was look like

result of coding Tutorial

I looked at other people code by view the page souce and saw how others wrote/structure their code.I borrowed the layout use for this portfolio from sadgrl.online

Improve home page

Coding Paraglitterspace

Early version Early Code Latest version Latest Code