Skip to content

Commit

Permalink
basic additions
Browse files Browse the repository at this point in the history
  • Loading branch information
comnk authored Jan 16, 2024
1 parent da9997d commit bb396ae
Showing 1 changed file with 14 additions and 2 deletions.
16 changes: 14 additions & 2 deletions source/Frontend/Frontend.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,20 @@ permalink: /Frontend
---

# What is the Frontend?

1. TOC
{:toc}

{: .note }
> By [name](github or linkedin)
> By [Victor](https://linkedin.com/in/hsiaovictor)
The Frontend can be described as what you see when you visit your favorite website. It can be broken down into three main components:

### HTML - The skeleton of the website

### CSS - What makes the website look pretty

### JavaScript - Allows users to interact with the website

[Previous: User Experience](Design/User Experience){: .float-left .v-align-text-top}
[Next: HTML](Frontend/HTML){: .float-right .v-align-text-top}
[Next: HTML](Frontend/HTML){: .float-right .v-align-text-top}

0 comments on commit bb396ae

Please sign in to comment.