Programmation Web 1 : Cours 05

Reviewed by Editorial Team
The ProProfs editorial team is comprised of experienced subject matter experts. They've collectively created over 10,000 quizzes and lessons, serving over 100 million users. Our team includes in-house content moderators and subject matter experts, as well as a global network of rigorously trained contributors. All adhere to our comprehensive editorial guidelines, ensuring the delivery of high-quality content.
Learn about Our Editorial Process
| By Alexandre Laporte
A
Alexandre Laporte
Community Contributor
Quizzes Created: 1 | Total Attempts: 66
| Attempts: 66
SettingsSettings
Please wait...
  • 1/13 Questions

    La balise <________> permet d'insérer un lien.

Please wait...
About This Quiz

This quiz, titled 'Programmation Web 1 : Cours 05', assesses knowledge on HTML tags and attributes essential for creating web links. It covers practical aspects like inserting links, using relative URLs, and managing link targets. Ideal for learners aiming to understand web page navigation and link management.

Programmation Web 1 : Cours 05 - Quiz

Quiz Preview

  • 2. 

    Quel est l'attribut obligatoire lorsqu'on désire insérer un lien?

    • Target

    • Link

    • Src

    • Href

    Correct Answer
    A. Href
    Explanation
    The correct answer is "href". When inserting a link, the "href" attribute is mandatory as it specifies the URL or destination of the link.

    Rate this question:

  • 3. 

    Ceci est un bon exemple de lien interne : <a href="http://google.com">Texte visible</a>

    • True

    • False

    Correct Answer
    A. False
    Explanation
    Il s'agit ici d'un lien externe.

    Rate this question:

  • 4. 

    Quel type d'URL devrions-nous utiliser pour naviguer entre les différentes pages de mon site?

    • URL relative

    • URL absolue

    Correct Answer
    A. URL relative
    Explanation
    URL relative should be used to navigate between different pages of a website. Relative URLs are specified in relation to the current page, making it easier to move or rename pages without breaking links. They only include the portion of the URL that is necessary to reach the desired page, without specifying the entire address. This allows for more flexibility and adaptability when managing and organizing a website.

    Rate this question:

  • 5. 

    L'attribut ________ permet de déterminer dans quel cadre/quelle fenêtre le lien s'ouvrira.

    Correct Answer
    target
    Explanation
    The attribute "target" is used to determine in which frame or window the link will open.

    Rate this question:

  • 6. 

    L'attribut ________ permet de lier un label avec un élément grâce à son id.

    Correct Answer
    for
    Explanation
    The word "for" is the correct answer because it is the attribute that allows linking a label with an element using its id.

    Rate this question:

  • 7. 

    La balise <input> permet la saisie de données par l'utilisateur.

    • True

    • False

    Correct Answer
    A. True
    Explanation
    The statement is true because the tag in HTML is used to create an input field where users can enter data. This tag allows users to input various types of data such as text, numbers, checkboxes, radio buttons, etc. Therefore, it enables the user to interact with the webpage and provide input.

    Rate this question:

  • 8. 

    Sélectionne les types (attribut type) de données possibles avec l'utilisation de la balise <input>.

    • Reset

    • Mail

    • Url

    • New

    • Text

    • Textarea

    • Password

    • Checkbox

    • Random

    • Email

    • Paragraph

    • Submit

    • Tel

    • Radio

    • Number

    • File

    Correct Answer(s)
    A. Reset
    A. Url
    A. Text
    A. Password
    A. Checkbox
    A. Email
    A. Submit
    A. Tel
    A. Radio
    A. File
    Explanation
    The given answer lists the possible values for the "type" attribute of the tag. These values determine the type of input that can be entered by the user. The correct answer includes text, email, tel, url, password, checkbox, radio, file, submit, reset. These represent different types of input fields such as text input, email input, telephone number input, URL input, password input, checkbox input, radio button input, file upload input, submit button, and reset button. Other options mentioned in the question such as new, random, textarea, paragraph, mail, and number are not valid values for the "type" attribute.

    Rate this question:

  • 9. 

    Existe-t-il une meilleure façon que d'utiliser un <input> de type submit pour soumettre un formulaire?

    • True

    • False

    Correct Answer
    A. True
    Explanation
    Vrai. Il s'agit de la balise de type submit.

    Rate this question:

Quiz Review Timeline (Updated): Jun 16, 2023 +

Our quizzes are rigorously reviewed, monitored and continuously updated by our expert board to maintain accuracy, relevance, and timeliness.

  • Current Version
  • Jun 16, 2023
    Quiz Edited by
    ProProfs Editorial Team
  • Feb 25, 2020
    Quiz Created by
    Alexandre Laporte
Back to Top Back to top
Advertisement
×

Wait!
Here's an interesting quiz for you.

We have other quizzes matching your interest.