31. |
How do you insert a comment in a CSS file? (તમે CSS ફાઇલ માં comment કઈ રીતે ઇન્સર્ટ કરી શકો છો?)
|
||||||||
Answer:
Option (c) |
32. |
How do you add a background color for all <h1> elements? (તમે બધા <h1> એલિમેંટ માટે background color કેવી રીતે ઉમેરશો?)
|
||||||||
Answer:
Option (c) |
33. |
How do you display hyperlinks without an underline? (કોઈ અંડરલાઇન વિના તમે કેવી રીતે હાઇપરલિંક્સ ડિસ્પ્લે કરી શકો છો?)
|
||||||||
Answer:
Option (b) |
34. |
How do you make first character of each word in a text start with a capital letter? (તમે textમાંના દરેક પહેલા અક્ષરને capital letter થી કેવી રીતે શરૂ કરો છો?)
|
||||||||
Answer:
Option (b) |
35. |
Which property define the space between the element border and the element content? (કઈ પ્રોપર્ટિ એલિમેંટની બોર્ડર અને એલિમેંટ content વચ્ચેની જગ્યાને define કરે છે?)
|
||||||||
Answer:
Option (a) |
36. |
How do you display a padding like this: The top padding = 100 pixels The bottom padding = 200 pixels The left padding = 300 pixels The right padding = 300 pixels ? તમે આની જેમ padding ને કેવી રીતે ડિસ્પ્લે કરો છો: top padding = 100 pixels bottom padding = 200 pixels left padding = 300 pixels right padding = 300 pixels ?
|
||||||||
Answer:
Option (a) |
37. |
How do you display a margin like this: The top margin = 25 pixels The bottom margin = 75 pixels The left margin = 100 pixels The right margin = 50 pixels ? તમે આની જેમ margin ને કેવી રીતે ડિસ્પ્લે કરો છો: top margin = 25 pixels bottom margin = 75 pixels left margin = 100 pixels right margin = 50 pixels ?
|
||||||||
Answer:
Option (c) |
38. |
Which property is used to change the left margin of an element? ( એલિમેંટના left marginને બદલવા માટે કઈ પ્રોપર્ટિનો ઉપયોગ થાય છે?)
|
||||||||
Answer:
Option (a) |
39. |
How do you display a border like this: The top border = 10 pixels The bottom border = 5 pixels The left border = 20 pixels The right border = 1pixels ? તમે આની જેમ કોઈ બોર્ડર કેવી રીતે ડિસ્પ્લે કરો છો: The top border = 10 pixels The bottom border = 5 pixels The left border = 20 pixels The right border = 1pixels ?
|
||||||||
Answer:
Option (c) |
40. |
How do you select an element with id 'demo'? ('demo' id સાથે તમે કેવી રીતે એલિમેંટ સિલેક્ટ કરો છો?)
|
||||||||
Answer:
Option (d) |