placeholder image to represent content

Webpage Development

Quiz by Angkol

Our brand new solo games combine with your quiz, on the same screen

Correct quiz answers unlock more play!

New Quizalize solo game modes
20 questions
Show answers
  • Q1

    It is the most widely used language on Web to develop web pages.

    HTML

    JavaScript

    CSS

    Notepad

    30s
  • Q2

    It is a unique identifier used to locate a resource on the Internet. It is also referred to as a web address.

    URL

    HTTPS

    HTTP

    None of these

    30s
  • Q3

    What does SSL stand for?

    Specified Socket Layer

    Special Socket Layer

    Secure Socket Layer

    System Secure Layer

    30s
  • Q4

    This tag defines the document type and HTML version.

    <!DOCTYPE html>

    <head> tag

    <h1> tag

    <html>

    30s
  • Q5

    This tag represents the document's header which can keep other HTML tags like <title>, <link>, etc.

    <!DOCTYPE html>

    <head> tag

    <html>

    <h1> tag

    30s
  • Q6

    This tag represents the heading.

    <html>

    <!DOCTYPE html>

    <h1> tag

    <head> tag

    30s
  • Q7

    Which of the following element is the highest or most important level?

    <h5>

    <h1>

    <h6>

    <h3>

    30s
  • Q8

    HTML element represents a paragraph.

    <!DOCTYPE html>

    <img>

    <p> ... </p>

    <h3> ... </h3>

    30s
  • Q9

    This tag plays an important role in the web page to create an attractive and readable web page. It is used to change the color, size, and style of a text.

    <font>

    <color>

    <em>

    <hr>

    30s
  • Q10

    Which of the following elements that marked up the items in an ordered or unordered

    <dl> ... </dl>

    <li> ... </li>

    <ul> ... </ul>

    <ol> ... </ol>

    30s
  • Q11

    In <table> tag, which of the following tag is used to create a table rows?

    <th> tag

    <td> tag

    <table> tag

    <tr> tag

    30s
  • Q12

    In <table> tag, which of the following tag is used to create a data cell?

    <table> tag

    <th> tag

    <td> tag

    <tr> tag

    30s
  • Q13

    Which of the table attribute that sets a space between data cells of the table.

    Cellpadding

    Cell Spacing

    Social Distancing

    Cellspacing

    30s
  • Q14

    Which of the table attribute that sets a space between data cells of the table.

    Cellpadding

    Social Distancing

    Cell Spacing

    Cellspacing

    30s
  • Q15

    It refers to a table attribute is to be used to add color of the border of the table?

    color-border

    border-color

    Border Color

    bordercolor

    30s

Teachers give this quiz to your class