Skip to content

Commit

Permalink
Update Frontend.md
Browse files Browse the repository at this point in the history
fixed emojis
  • Loading branch information
comnk authored Feb 10, 2024
1 parent f74dfa2 commit 92fe673
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions source/Frontend/Frontend.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,19 +25,19 @@ Okay, imagine your favorite LEGO action figure as a cool website or app. The way

Now, what is each of these components for, and what role does each component play in front end development?

### HTML - The Skeleton of Your Website :construction_worker: :bricks:
### HTML - The Skeleton of Your Website 👷 🧱

HTML, or Hyper Text Markup Language, acts as the skeleton for your website. Like a blueprint for a LEGO figure, it instructs on assembly and identifies each part. Just as you'd follow instructions to place the head, body, arms, and legs, HTML guides website construction. It ensures everything aligns perfectly to create the desired look and functionality!

![Basic HTML website](https://images.saymedia-content.com/.image/t_share/MTc0NjQ2NjgwMzU5MjE2OTEx/basic-web-design-with-html-css.png)

### CSS - What Makes Your Website Look Pretty :rainbow: :sparkles:
### CSS - What Makes Your Website Look Pretty 🌈 ✨

CSS, or Cascading Style Sheets, is the paint and accessories for your website. In the case of a LEGO figure, after assembling the figure with HTML, CSS lets you unleash your creativity to make it stand out among the millions of other LEGO figures out there. Picture decking out your LEGO figure in a vibrant superhero costume, a sleek robot shell, or a dazzling princess gown! CSS brings these visions to life on your website. It's the style guru that adds colors, patterns, and flair to make your creation truly stand out!

![DuckDuckGo with and without CSS](https://i2.wp.com/css-tricks.com/wp-content/uploads/2019/04/s_601945040BCA3610D759145A4442799C97B904D9A9F8326DD30FDF0CF48A96B7_1555165463692_duckduckgo-compare.jpg?ssl=1)

### JavaScript - Bring Your Website to Life :magic_wand:
### JavaScript - Bring Your Website to Life 🪄

JavaScript acts as the superpowers for your LEGO figure. After building it with HTML and giving it style with CSS, JavaScript steps in to add movement and magic. Envision your LEGO figure performing flips, karate kicks, or dancing — it's all made possible by JavaScript. So, when you click a button and see something awesome happen on a website, like a game starting or a video playing, that's JavaScript using its magical abilities to breathe life into your creation!

Expand Down

0 comments on commit 92fe673

Please sign in to comment.