WT FINAL QUIZ

WT FINAL QUIZ

University

20 Qs

quiz-placeholder

Similar activities

Ôn tập cuối kì I tin 6

Ôn tập cuối kì I tin 6

University

15 Qs

Inequalities in math!

Inequalities in math!

7th Grade - University

15 Qs

Tamil Assignment 1

Tamil Assignment 1

University

15 Qs

Prueba Diagnostica - Diseño Web

Prueba Diagnostica - Diseño Web

University

20 Qs

html-css

html-css

University

15 Qs

HTML+CSS Champ

HTML+CSS Champ

12th Grade - University

20 Qs

penggal 1 pengajian am

penggal 1 pengajian am

University

15 Qs

Programming Knowledge Quiz (Easy)

Programming Knowledge Quiz (Easy)

5th Grade - Professional Development

20 Qs

WT FINAL QUIZ

WT FINAL QUIZ

Assessment

Quiz

Education

University

Medium

Created by

SRINIVASARAO 22PHD7042

Used 1+ times

FREE Resource

20 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

The correct sequence of HTML tags for starting a webpage is -

  1. Head, Title, HTML, body

  1. HTML, Body, Title, Head

  1. HTML, Head, Title, Body

  1. HTML, Head, Title, Body

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How to create a hyperlink in HTML?

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is the correct syntax for referring the external style sheet?

  1. <style src = example.css>

  1. <style src = "example.css" >

  1. <stylesheet> example.css </stylesheet>

  1. <link rel="stylesheet" type="text/css" href="example.css">

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

The HTML attribute used to define the inline styles is -

  1. style

styles

class

None

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which type of CSS is used in the below code?

  1. <p style = "border:2px solid red;">  

inline

internal

external

None

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is the correct output for the following JavaScript code:

  1. varx=5,y=1  

  2. var obj ={ x:10}  

  3. with(obj)  

  4. {  

  5.       alert(y)  

  6. }  

1

error

10

5

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is the correct output for the following JavaScript code:

  1. var x=3;  

  2. var y=2;  

  3. var z=0;  

  4. If(x==y)  

  5. document.write(x);  

  6. elseif(x==y)  

  7. document.write(x);  

  8. else  

  9. document.write(z);  

3

0

error

2

Create a free account and access millions of resources

Create resources
Host any resource
Get auto-graded reports
or continue with
Microsoft
Apple
Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?