frontend for java full stack development coursera week 1 answers

Introduction to HTML - Practice Quiz 1

1. Which of the following tags is used to define a heading in HTML?

  • <p>
  • <h1>
  • <img>
  • <form>

2. Which HTML tag is used to create a checkbox input element in a form?

  • <input type=”text”>
  • <input type=”radio”>
  • <input type=”checkbox”>
  • <input type=”submit”>

3. Which HTML tag is used to define a frame in web development?

  • <frame>
  • <img>
  • <form>
  • <input>

4. Which HTML tag is used to define an image in web development?

  • <image>
  • <img>
  • <picture>
  • <img src=”…”>

5. Which HTML tag is used to embed an SVG (Scalable Vector Graphics) image in a web page?

  • <img>
  • <svg>
  • <form>

Introduction to HTML- Practice Quiz 2

6. Which HTML tag is used to define an unordered list in HTML?

  • <ol>
  • <dl>
  • <ul>
  • <li>

7. Which HTML tag is used to create a hyperlink in HTML?

  • <a>
  • <img>
  • <form>
  • <link>

8. Which HTML tag is used to define a table in HTML?

  • <table>
  • <list>
  • <ul>
  • <ol>

9. Which HTML tag is used to define a semantic element in HTML?

  • <div>
  • <article>
  • <span>
  • <p>

10. Which HTML tag is used to define metadata for an HTML document, such as character encoding and viewport settings?

  • <link>
  • <img>
  • <head>
  • <body>

Leave a Reply