Front-END: Web Devlopment
Front-END: Web Devlopment
Web devlopment
Reac Vue.j
t s
Front-end
40.14%
18.97%
React.js Angular
vue.js Angular.js
Sevlte
22.96%
<table></table> - to display
table
<form></form> - to define
form for user input
<img></img> - to add
HTML tags give
structure
and
Meaning
to your content.
Lets add HTML tags to our
page...
Looks better…
But still not
good
But what should we do
to make the page look
nice
The answer is
use CSS!
CSS( Cascading Style Sheet)
CSS
#title {
font-style: italic; border: 1px
dotted blue;
}
.title {
font-weight: bold;
background: yellow;
}
Some things you can
change with CSS
• colors • spacing
• font • sizes
• font size • borders
• background • positions
Some things you can’t
change with CSS
• content
• markup
So now it’s time for
styling!!!
Lets add some
css rules to
our example
page.
Looks
perfect!
Text + HTML + CSS
= Web Page
Java Script
JavaScript ≠Java
JavaScript is NOT a Java
validate values
entered in
the form
fields
What we can do with
JavaScript?
•IOT(Internet of things)…
Conclusion
•JavaScript was designed to manipulate
web pages.And it does that very well!