Search Header Logo

QCM Les concepts de base du front end

Authored by Hajar Hardi

Other

University

Used 2+ times

QCM Les concepts de base du front end
AI

AI Actions

Add similar questions

Adjust reading levels

Convert to real-world scenario

Translate activity

More...

    Content View

    Student View

20 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

A l’intérieur d’une page HTML ou on met Java script

<js>

<script>

<javascript>

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Quelle est la vraie syntaxe pour changer le contenu de l’élément suivant
<span id=’span1’>test</span>

document.getElementById(‘span1’).innerHTML=’salut monde’

document.getElement(‘span1’).innerHTML=’salut monde’

document.getElementByName(‘span1’).innerHTML=’salut monde’

document.getElementById(‘#span1’).innerHTML=’salut monde’

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Quelle est l’emplacement de Java Script

<head>

<body>

Les deux

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Quelle la bonne syntaxe pour faire reference à un script externe script1.js

<script name=’script1.js’>

<script href=’script1.js’>

<script src=’script1.js’>

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Un script externe doit contenir le tag <script>

Oui

Non

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Comment créer une fonction en javascript

function=function1()

function function1()

function=>function1

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Comment écrire la condition if

if x==7 then

if x=7

if(x==7)

Access all questions and much more by creating a free account

Create resources

Host any resource

Get auto-graded reports

Google

Continue with Google

Email

Continue with Email

Microsoft

Continue with Microsoft

or continue with

Facebook

Facebook

Apple

Apple

Others

Others

Already have an account?