51. Which of the following attributes can you add to an iFrame to improve the security of the web page where the iFrame is added? Choose all that apply.

  • style=”border:none;”
  • sandbox=””
  • allow=”microphone ‘none’;”
  • allow=”camera ‘none’;”

52. GIF, 2D Canvas and WebGL are types of authoring tools.

  • True
  • False

53. .mp4 is a type of

  • File extension
  • File limiter
  • File template
  • File name

Module quiz: HTML deep dive

54. Why is important to choose the correct semantic tags when building your web pages? Select all that apply.

  • It improves the styling of your pages.
  • It allows search engines to better rank your pages.
  • It helps accessibility software for people who are visually impaired.
  • It allows the browser to render your pages faster.

55. Which tag is most suited to describe the navigation menu of your web page?

  • <main>
  • <div>
  • <nav>

56. Which of the following meta tags are recommended for modern web pages? Select all that apply.

  • Author
  • Description
  • Keywords
  • Viewport

57. Your web page's web address is appearing incorrectly on social media platforms. Which of the following Open Graph Protocol tags should be added to your web page to fix this?

  • Title
  • URL
  • Description

58. What is the benefit of adding the required attribute to an input element?

  • It will ensure that the user provides a value to the form field.
  • It will ensure that the form data submitted is valid.
  • It will ensure that the form data is sent securely.

Shuffle Q/A 6

59. You've added a form element to your HTML document and set the value of the method attribute to POST. What is the other valid HTTP method for form submission?

  • DELETE
  • GET
  • PUT

60. Your web browser is currently at the URLhttps://meta.com/hello

What address will the following form submit to?

< form action="login">

  • https://meta.com/hello
  • https://meta.com/hello/login
  • https://meta.com/
  • https://meta.com/login

Leave a Reply