Answer:
yea
Explanation:
unless that's the only thing that's nice and everything is boring and uninteresting, or there's a tech error that makes the audience bored
Hey there!
I would say that you should go over them within the least amount of time as possible. The amount that someone remembers after a lecture or informative session goes down greatly after only a few hours since the lecture, so it's best to review them within 8 hours or so. If you do it within this time, you will still have the greatest possible remembrance of what you learned, since your memory of this continues to diminish over the next few days.
Hope this helped you out! :-)
Indents? Double Space? one of those
Answer:
Behaviour
Style
Structure
Explanation:
Above are the three primary separation of concerns for a web application at client side.
Structure --> we can define the structure of the application at client side using HTML
style-->style is used to give some styling information like font,color,headings so on at client side .In general we use CSS to do this at client side
Behaviour--> it actually defines the functionality of the elements at client side like when we click button what it should do.We will use JavaScript to define the behaviours at client side