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