Question 1 List 10 common ActiveX controls
Question 2 Discuss Network Interface using any OS
Question 3 Explain BGP components and its working
Question 4 Given the following HTML code : body { font-family: arial, helvetica, sans-serif; background: lavender; }
h1 {font-size: 16;text-align:center;}
ol {font-size: 14;color:green;}
li.shaded {background:#D8D8D8;}
p.note {text-align: center;color:red;text-decoration:underline;}
Add CSS code to accomplish the following
- Change the font-family for the body to arial and sans-serif
- Change the color of the body to lavender
- Center any text within h1 tags
- Set the font size of any text within h1 tags to 16
- Set the font size of any text within an ol tag to 14
Question 5 Write a program in ASP to check whether two numbers are equal or not