Learn Web Development Quiz 1 Name* First Last Email (use your registered email)* Can a website exists without a domain?* Yes No Must websites be hosted with a web hosting provider?* Yes No Select all the HTML tags* Select All <title></title> <ul></ul> <div></div> <text></text> <br /> How do you change font colours to white with CSS?* <style="font-color:#ffffff;"> <color:#fffff;> <style="color:#ffffff;> <style="text-color:#ffffff;> What are the common implementation of Javascript?* Select All Animation Submission of form fields Reduction of server load Embed Video or Audio Files What is a FTP client use for?* File Editor To upload and download files from any servers To monitor server's health To view file and directory structure Why do you want to use Chrome Developer Console?* Select All To analyse why the website is not secure Allow easy desktop and mobile view Easily troubleshoot your website on the frontend side Protect your website or computer from being hacked. Analyse website loading speed Optionally to flush browser cache Why is category and tag in wordpress post important?* Select All Increase loading performance of the website Useful for visitor to browse your website Good for SEO (Search Engine Optimization) Because WordPress requires What should you do if web page does not reflect the changes you made?* Select All Refresh the page Use Chrome Developer Console to disable browser cache Use a different browser or switch to incognito mode Flush cache from WordPress What is the difference adding 5px of margin and 5px of padding?* MARGIN is the space outside of the element vs PADDING is within the element PADDING harder to control There is no difference Δ