WT FINAL QUIZ

WT FINAL QUIZ

University

20 Qs

quiz-placeholder

Similar activities

QUIZ -1 WEBDESIGNING

QUIZ -1 WEBDESIGNING

University

15 Qs

An Intro to Full Stack Development - Webinar

An Intro to Full Stack Development - Webinar

University - Professional Development

15 Qs

penggal 1 pengajian am

penggal 1 pengajian am

University

15 Qs

React Workshop Day 1

React Workshop Day 1

University

15 Qs

Web Apps 01 - CLI (Terminal, Git, Meteor)

Web Apps 01 - CLI (Terminal, Git, Meteor)

University

15 Qs

REVISION ASK (TING 1 JUJUR)

REVISION ASK (TING 1 JUJUR)

1st Grade - University

16 Qs

Zoom Cafe Episode 3

Zoom Cafe Episode 3

University

15 Qs

Pemograman Web 1

Pemograman Web 1

12th Grade - University

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?