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: 67
| Attempts: 67 | Questions: 13
Please wait...
Question 1 / 13
0 %
0/100
Score 0/100
1. Quel type d'URL devrions-nous utiliser pour naviguer entre les différentes pages de mon site?

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.

Submit
Please wait...
About This Quiz
Programmation Web 1 : Cours 05 - 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.

Personalize your quiz and earn a certificate with your name on it!
2. La balise <input> permet la saisie de données par l'utilisateur.

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.

Submit
3. Associe chaque attribut avec les propriétés et caractéristiques correspondantes.
Submit
4. Existe-t-il une meilleure façon que d'utiliser un <input> de type submit pour soumettre un formulaire?

Explanation

Vrai. Il s'agit de la balise

Submit
5. Associe les valeurs de l'attribut target avec la bonne caractéristique. 
Submit
6. Quel est l'attribut obligatoire lorsqu'on désire insérer un lien?

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.

Submit
7. La balise <_____> permet d'insérer un lien.

Explanation

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

Explanation

Il s'agit ici d'un lien externe.

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

Explanation

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

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

Explanation

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

Submit
11. Associe chaque valeur de l'attribut type avec la bonne définition.
Submit
12. Sélectionne les types (attribut type) de données possibles avec l'utilisation de la balise <input>.

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.

Submit
13. Associe chaque balise avec la définition correspondante.
Submit
View My Results

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
Cancel
  • All
    All (13)
  • Unanswered
    Unanswered ()
  • Answered
    Answered ()
Quel type d'URL devrions-nous utiliser pour naviguer entre les...
La balise <input> permet la saisie de données par...
Associe chaque attribut avec les propriétés et...
Existe-t-il une meilleure façon que d'utiliser un <input>...
Associe les valeurs de l'attribut target avec la bonne...
Quel est l'attribut obligatoire lorsqu'on désire...
La balise <_____> permet d'insérer un lien.
Ceci est un bon exemple de lien interne : <a...
L'attribut _____ permet de lier un label avec un...
L'attribut _____ permet de déterminer dans quel...
Associe chaque valeur de l'attribut type avec la bonne...
Sélectionne les types (attribut type) de données...
Associe chaque balise avec la définition correspondante.
Alert!

Advertisement