Web design and programming UE Past Papers Questions.


View All Courses

(967) Question Category: Short answers

For each of the following terms give the meaning and its suitable uses in web design

  1. Internal stylesheets
  2. External stylesheets

Answer / Solution

UNSOLVED

(968) Question Category: Short answers

Suppose you have a group of HTML tags in a class named class_one. Write CSS code fragment that will apply the following styles on this class

  • Background color of Pink (#FF00FF)
  • Foreground color of blue
  • A font size 10 pixels
  • Bolded text
  • left aligned text.

Answer / Solution

UNSOLVED

(969) Question Category: Short answers

Using few English words explain what the following CSS code achieve

  • #container{width:70%; margin:0 auto; }
  • div#container h1{ font-style:italic;}

Answer / Solution

UNSOLVED

(970) Question Category: Short answers

With example give the meaning of Scripting language and event handler.

Answer / Solution

UNSOLVED

(971) Question Category: Short answers

What is the result of the following code

<script type="text/javascript">

var a=1;

a=a+1;

var b = "a is " + a;

a=5;

alert(b);

</script>

Answer / Solution

UNSOLVED


View All Courses
News & Updates | Recently
Recent Updates
questions

2024-05-02: questions

Questions Uploaded on 2024-05-02


questions

2024-03-29: questions

Questions Uploaded on 2024-03-29


questions

2024-03-19: questions

Questions Uploaded on 2024-03-19

Dismissible in 10 seconds