Ui
Ui
- ut
p{ color:green }
<p>xyz</p>
Paragraph is printed in which color?
-green
Text-align: justify?
-None of these
You have created a shell script and wants to run the script.What would you do before try
to run the script?
-Update the execute....
a:link,a:visited {
background-color:red;
}
a:hover{
......
}
....
-will create a link having background colour red and on moving the pointer background
colour will be green
Caption tag is used with ?
-image and table both
Array in JavaScript?
-List form[]
<p class="abc"></p>
.....
....
</script>
What is output of code ?
-NaN
<p class......
How to style ABC?
-.A{color:red;}
Which of the following tags would you use to insert JavaScript in an html page?
- <script type="text...."><\script>
The following code will allow you to set background with CSS:
<style type=...
....
<\style>
-true
Which of the following are the elements that have been added in HTML5?
- main ,header, article,footer all
Which option/options correctly represent the code of creating and initializing a string
variable?
-var st1="Hello";
Which of the following option will open the Google website in a new window?
-html
Body
<a href="https://...."target="_blank">Click here<\a>
/Body
/Html