1
0
mirror of https://github.com/kamranahmedse/developer-roadmap.git synced 2025-08-29 03:59:54 +02:00

Minor FAQ change

This commit is contained in:
Kamran Ahmed
2023-01-10 15:49:52 +04:00
parent 1768150fb1
commit 91c16a5e32

View File

@@ -11,9 +11,9 @@ const salaryLink =
<Question isActive question='What is Frontend Development?'>
<Answer>
<p class='mb-3'>
Front-end development is the process of building the visual and
interactive elements of a website that users interact with directly.
It's a combination of HTML, CSS and JavaScript, where HTML provides the
Front-end development is the devleopment of the visual and interactive
elements of a website that users interact with directly. It's a
combination of HTML, CSS and JavaScript, where HTML provides the
structure, CSS the styling and layout, and JavaScript the dynamic
behaviour and interactivity.
</p>