mirror of
https://github.com/kamranahmedse/developer-roadmap.git
synced 2025-08-29 20:21:50 +02:00
Minor FAQ change
This commit is contained in:
@@ -11,9 +11,9 @@ const salaryLink =
|
|||||||
<Question isActive question='What is Frontend Development?'>
|
<Question isActive question='What is Frontend Development?'>
|
||||||
<Answer>
|
<Answer>
|
||||||
<p class='mb-3'>
|
<p class='mb-3'>
|
||||||
Front-end development is the process of building the visual and
|
Front-end development is the devleopment of the visual and interactive
|
||||||
interactive elements of a website that users interact with directly.
|
elements of a website that users interact with directly. It's a
|
||||||
It's a combination of HTML, CSS and JavaScript, where HTML provides the
|
combination of HTML, CSS and JavaScript, where HTML provides the
|
||||||
structure, CSS the styling and layout, and JavaScript the dynamic
|
structure, CSS the styling and layout, and JavaScript the dynamic
|
||||||
behaviour and interactivity.
|
behaviour and interactivity.
|
||||||
</p>
|
</p>
|
||||||
|
Reference in New Issue
Block a user