Open zannain opened 6 years ago
Thanks so much for this! Out of interest and to make sure I'm not lagging behind. Was this taught in these modules and have I missed something. I will of course read up on this and make sure that I'm familiar. But want to make sure I'm not missing out on vital information.
When advisors review projects, they try to give you feedback that supplements what you've already learned in the course. A lot of times this will be additional resources that will build on your current knowledge of a language.
When you are trying to create space between a web page, I suggest using CSS to do that rather than inserting consecutive
<br />
elements. A few CSS properties that can help do this aremargin
,padding
,height
, andwidth
.CSS uses the box model that you can read more about that will give you more information on this.