This is Your first page

If you can see this then you have made everything correctly! go and take the files i gave you and look at them, analyze them and change them!


đź—• đź—– đź—™

The A.L.P.S (Academy Learning Programme Scheme)

This is the A.L.P.S something i made for students to use to learn from, each tier of this pyramid is roughly 10% knowledge gain, the more you do the more you learn, its no good just doing classes and labs you NEED to do more, thats why i have made these projects for you!


The following is stuff i have picked ut for you to learn to do with HTML and CSS, this is a good start but your learning is never over

đź—• đź—– đź—™

Centering in CSS

This is from Kevin Powell, a creator who does HTML and CSS content, he is very easy to learn from.

Roadmap.sh

roadmap.sh is a community effort to create roadmaps, guides and other educational content to help guide developers in picking up a path and guide their learnings. Community created roadmaps, guides and articles to help developers grow in their career.


A "front end developer" is a programmer who focuses on creating the visual and interactive elements of a website or application that users directly see and interact with, primarily using languages like HTML, CSS, and JavaScript to design and build a user-friendly interface (UI)


A "back end developer" is a software developer who focuses on building and maintaining the server-side components of a website or application, including databases, application logic, and APIs, essentially handling the "behind-the-scenes" operations that users don't directly see, ensuring smooth data processing and communication between the front-end and the database.

W3schools

W3Schools is a freemium educational website for learning coding online. Initially released in 1998, it derives its name from the World Wide Web but is not affiliated with the W3 Consortium. W3Schools offers courses covering many aspects of web development. W3Schools also publishes free HTML templates.

HTML (Hypertext Markup Language) is a computer language that defines the structure and meaning of content on a web page. It's a fundamental building block of the web, and is used by web browsers to display text, images, and other media.

CSS is the acronym of “Cascading Style Sheets”. CSS is a computer language for laying out and structuring web pages (HTML or XML). This language contains coding elements and is composed of these “cascading style sheets” which are equally called CSS files (. css).

JavaScript (JS) is a programming language used to create interactive web pages. It's a core technology of the World Wide Web, and is used by 99% of websites.