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?* To view file and directory structure File Editor To monitor server's health To upload and download files from any servers Why do you want to use Chrome Developer Console?* Select All To analyse why the website is not secure Optionally to flush browser cache Protect your website or computer from being hacked. Analyse website loading speed Allow easy desktop and mobile view Easily troubleshoot your website on the frontend side Why is category and tag in wordpress post important?* Select All Good for SEO (Search Engine Optimization) Increase loading performance of the website Useful for visitor to browse your website Because WordPress requires What should you do if web page does not reflect the changes you made?* Select All Flush cache from WordPress Refresh the page Use Chrome Developer Console to disable browser cache Use a different browser or switch to incognito mode 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 There is no difference PADDING harder to control Δ