How To Set Up Facebook Like Button in a Blogger?

Facebook Like Button

In this tutorial you can get simple steps for How to set up a Facebook Like Button on your bloggers blog. By adding this on your blog you get more likes for your Facebook Fan Page from the visitors of your blog. It can help to get more likes and to share your post updates to your subscribers. You can pull your Facebook Page subscribers to your blog and can increase your blogs page views, as a result you can be more benefited from your blog.

If you want to place Facebook Like Box / Fan Box instead of like button you can visit: How To Set Up Facebook Like Box in a Blog?

By adding Facebook Like Button your blog readers can
  • See how many users already liked your Facebook Page.
  • Directly like your Page without going to the Page.
  • See some faces of the friends who already liked your blog if you activated that.



Steps to be followed To Set Up Facebook Like Box in a Blog


1. Get your Facebook Page URL at first.

facebook-page-url

  • Visit Facebook and go to your page
  • Copy the URL from the Address bar on the clipboard.

2. Configure the setting for your Like Box.

facebook-like-box-config

  • At first go to Facebook Developers Page.
  • Paste the copied URL on the Facebook Page URL Text box.
  • Change width,  layout style, font, color scheme as you like or as matches to your blog.
  • Check or Uncheck on the Send button check box to show or hide Send button.
  • Check or Uncheck on the Show faces check box to show or hide the faces.
  • At last click on Get code button. You can see the code like below from HTML 5 tab.
facebook-like-box-code


3. Add Code on the Blogger widget.


add gadget on blog


  • At first go to your blogger dashboard Layout option.
  • Click on Add Gadget option.
  • Choose HTML/JavaScript option.
  • Paste HTML code and click on save and view your blog.

How To Set Up Facebook Like Box in a Blog?


In this tutorial you can get know about How to set up a Facebook Like Box or Fan Box on your blog. By adding this on your blog you share your Facebook Fan Page to get more likes and to share your post updates to your subscribers. You can pull your Facebook Page subscribers to your blog and can increase your blogs page views, as a result you can be more benefited from your blog.

If you want to set up Facebook like Button instead of like Box you can visit: How To Set Up Facebook Like Button in a Blogger?


By adding Facebook Like Box or Fan Box your blog readers can
  • See how many users already liked your Facebook Page.
  • Directly like your Page without going to the Page.
  • See some faces of the friends who already liked your blog if you activated that.
  • See recent post on your page if your activated that.


Steps to be followed To Set Up Facebook Like Box in a Blog


1. Get your Facebook Page URL at first.


Facebook page URL


  • Visit Facebook and go to your page
  • Copy the URL from the Address bar on the clipboard.

2. Configure the setting for your Like Box.


Facebook page configuration


  • At first go to Facebook Developers Page.
  • Paste the copied URL on the Facebook Page URL Text box.
  • Change width, height, and color schema as you like or as matches to your blog.
  • Check or Uncheck on the Show header check box to show or hide the header.
  • Check or Uncheck on the Show faces check box to show or hide the faces.
  • Check or Uncheck on the Show stream check box to show or hide the recent post on the page.
  • Check or Uncheck on the Show border check box to show or hide the border of the box.
  • At last click on Get code button. You can see the code like below from HTML 5 tab.
Facebook like box code


3. Add Code on the Blogger widget.


add gadget on blog


  • At first go to your blogger dashboard Layout option.
  • Click on Add Gadget option.
  • Choose HTML/JavaScript option.
  • Paste HTML code and click on save and view your blog.

MCQ of Management Information System With Answer set-2


1. Which of the following is a computer based system that stores and manipulates data that are viewed from a geographical point or reference?

A) Geographical Information System (GIS)

B) Database System (DS)

C) Geographic System (GS)

D) Software System (SS)



2. What are the three general components of IRM?
Information Management Framework
Information Management Framework (Photo credit: Wikipedia)


i) Data Processing

ii) Telecommunications


iii) Office automation

iv) Transaction Processing

A) Only i, ii, and iii

B) Only ii, iii and iv

C) Only i, iii and iv

D) All i, ii, iii, and iv



3. The different types of decisions while decision making in MIS are

i) Programmed decisions

ii) Programmable decisions

iii) Semi Programmed decisions

iv) Non Programmed decisions

A) Only i, ii, and iii

B) Only ii, iii and iv

C) Only i, iii and iv

D) All i, ii, iii, and iv



4. Which of the following statements are the disadvantages of Expert System?

i) They cannot handle inconsistent knowledge

ii) They cannot apply judgement and intuition recognized as important ingredients of problem solving.

A) Only i

B) Only ii

C) Both i and ii

D) None






5. Which of the following system ensures that proper stock of each item are maintained in an organization?

A) Human resource information system

B) An inventory control system

C) Manufacturing information system

D) Marketing information system




6. Which of the following is a program that models the pattern recognition capabilities of the human brain.

A) An expert system

B) Artificial Intelligence

C) Neutral network

D) Development engine



7. Which of the following are the main software components of DSS?

i) database management system (DBMS)

ii) model management system

iii) support tools

iv) internet

A) Only i, ii, and iii

B) Only ii, iii and iv

C) Only i, iii and iv

D) All i, ii, iii, and iv



8. Which of the following are the inputs of Marketing Information System?

i) Marketing research data

ii) Marketing intelligence data

iii) External environment data

iv) Strategic plan

A) Only i, ii, and iii

B) Only ii, iii and iv

C) Only i, iii and iv

D) All i, ii, iii, and iv



9. ........................... is the process of defining the current problem, determining why a new system is needed, identifying the objectives of the proposed system.

A) Feasibility analysis

B) System Analysis

C) System definition

D) System requirements




10. The accounting system is .................. whereas the demand forecasting system is .................

A) deterministic, probabilistic

B) probabilistic, deterministic

C) open, close

D) close, open



Answers:

1.   A) Geographical Information System (GIS)
2.   A) Only i, ii, and iii
3.   C) Only i, iii and iv
4.   C) Both i and  ii
5.   B) An inventory control system
6.   C) Neutral network
7.   A) Only i, ii, and iii
8.   D) All i, ii, iii, and iv
9.   C) System definition
10. A) deterministic, probabilistic


You Might also view the following Related Posts

How to Create Simple JavaScript Fade Effect Animation?


Now a days most of the websites or blogs are using image slideshow or animation on their pages using JavaScript codes. Such image animations make websites more attractive looking and smart. Here I have placed codes for creating a simple JavaScript fade effect animation. It may help you a lot.

Code for Creating Simple JavaScript Fade Effect Animation


Just copy and paste the code below where you want to place slideshow and change the location of the images.

<script type="text/javascript" 
src="https://ajax.googleapis.com/ajax/libs/prototype/1.7.1.0/prototype.js"></script>
<script type="text/javascript"
src="https://ajax.googleapis.com/ajax/libs/scriptaculous/1.9.0/scriptaculous.js?
load=effects"></script>

<script type="text/javascript">

function ShowEffect(element){
new Effect.Appear(element,
{duration:1, from:0, to:1.0});
}
function FadeEffect(element){
new Effect.Fade(element,
{duration:1, from:1.0, to:0});
}

var i = 0;
var path = new Array();

// LIST OF IMAGES
path[0] = "/image_1.gif";
path[1] = "/image_2.gif";
path[2] = "/image_3.gif";

function swapImage_0()
{
document.slide.src = path[i];
if(i < path.length - 1) i++; else i = 0;

setTimeout("FadeEffect('hideshow')",4000);

setTimeout("ShowEffect('hideshow')",5000);

setTimeout("swapImage_0()",5000);


}
window.onload=swapImage_0;

</script>

<div id="hideshow">

<img height="200" name="slide" src="/image_1.gif" width="400" />

</div>



You Might also view the following Related Posts

    MCQ of JavaScript with Answer set-2


    1. You can redirect the webpage in JavaScript by using ..................... method.

    A) window. reload

    B) window.location

    C) page.location

    D) url.newlocation



    2. ....................... is a built - in JavaScript function which can be used to execute another function after a given time interval.

    A) Timeout( )

    B) TimeInterval( )

    C) setTimeout ( )

    D) All of the above



    3. You can refresh the webpage in JavaScript by using ................ method.

    A) window.reload

    B) location. reload

    C) window. refresh

    D) page.refresh



    4. The different types of dialog boxes supported by JavaScript are
    Titel WikiBook JavaScript
    Titel WikiBook JavaScript (Photo credit: Wikipedia)

    i) Alert dialog box

    ii) Information dialog box

    iii) Conformation dialog box

    iv) Prompt dialog box

    A) i, ii and iii only

    B) i, iii and iv only

    C) i, ii and iv only

    D) All i, ii, iii, and iv



    5. A ..................... mostly used to take users choice on any option and displays a dialog box with two buttons Ok and Cancel.

    A) Alert dialog box

    B) Information dialog box

    C) Prompt dialog box

    D) Conformation dialog box



    6. Match the following with their description.

    a) Encapsulation     i) The capability to write on function or method that works variety of different ways.

    b) Aggregation       ii) The capability of a class to relay upon another class.

    c) Inheritance         iii) The capability to store one object inside of another object.

    d) Polymorphism    iv) The capability to store related information.

    A) i-d, ii-c, iii-b, iv-a

    B) i-b, ii-c, iii-a, iv-d

    C) i-c, ii-d, iii-a, iv-b

    D) i-a, ii-c, iii-d, iv-b



    7. ...................... are usually variables that are used internally in the objects methods, but can also be globally visible variables that are used through the page.

    A) Object properties

    B) Variable properties

    C) Method properties

    D) Internal properties



    8. State True or False.

    i) We can refresh a web page using JavaScript location.reload method.

    ii) The function page.print( ) will print the current web page.

    iii) With no arguments, the Date( ) constructor creates a Date object set to the current date and time.

    A) i- True, ii- False, iii-True

    B) i- False, ii- True, iii-True

    C) i-True, ii-True, iii-False

    D) i- False, ii- False, iii-True



    9. The JavaScript ........................ class represents regular expressions, and both string and .................... define methods that use regular expressions.

    A) RegExpObj

    B) RegExpClass

    C) RegExp

    D) StringExp



    10. The different variant of Date( ) constructor to create date object is/are.

    i) new Date(date)

    ii) new Date(milliseconds)

    iii) new Date(date string)

    iv) new Date (year, month, date [, hour, minute, second, millisecond])

    A) i, ii and iii only

    B) ii, iii and iv only

    C) i, ii and iv only

    D) All i, ii, iii, and iv



    Answers:

    1.   B) window.location
    2.   C) setTimeout ( )
    3.   B) location. reload
    4.   B) i, iii and iv only
    5.   D) Conformation dialog box
    6.   A) i-d, ii-c, iii-b, iv-a
    7.   B) Variable properties
    8.   A) i- True, ii- False, iii-True
    9.   C) RegExp
    10. B) ii, iii and iv only


    You Might also view the following Related Posts

    Solved MCQ of Management Information System set-1


    1. Which of the following is NOT an objective of MIS?

    A) Facilitate the decisions-making process

    B) Provide requisite information at each level of management

    C) Support decision-making

    D) recruit people for system



    2. In MIS system design, the sources of information may be categorized as ............... and ...............

    A) internal, external

    B) personal, organizational

    C) useful, unuseful

    D) constructive, destructive



    3. What among the following are the primary characteristics that information must process?
    English: Business Process Reengineering Cycle
    English: Business Process Reengineering Cycle (Photo credit: Wikipedia)


    i) Relevance             ii) Availability


    iii) Timeliness          iv) Accuracy


    A) Only i, ii, and iii

    B) Only ii, iii and iv

    C) Only i, iii and iv

    D) All i, ii, iii, and iv



    4. Which of the following models are developed on the principles of business management, accounting and econometrics?

    A) Behavioral model

    B) Management science models

    C) Operations research models

    D) Policy making models



    5. An ...................... is a set of processes and procedures that transform data into information and knowledge.

    A) information system

    B) Knowledge system

    C) Database system

    D) Computer system



    6. A system is called ..................... when the inputs, process and the outputs are known with certainty.

    A) Probablistics

    B) Deterministic

    C) Open

    D) Close



    7. Which of the following steps is/are the implementation plans involved in MIS?

    i) Preparing organizational plans

    ii) Planning of work flow

    iii) Training of personnel

    iv) Development of software

    v) Acquiring computer hardware

    A) i, ii and iii only

    B) i, ii, iii and iv only

    C) i, ii, iv and v only

    D) All i, ii, iii, iv and v



    8. Which of the following is included in the Office automation systems?

    i) Word processing

    ii) Electronic mail

    iii) Voice mail

    iv) Electronic calendaring

    v) Audio conferencing

    A) i, ii, iii and v only

    B) i, ii, iii and iv only

    C) i, ii, iv and v only

    D) All i, ii, iii, iv and v



    9. In a typical ................ network, application processing is shared between clients and one more servers.

    A) client server computing

    B) cloud computing

    C) mobile computing

    D) data computing



    10. The .................... is defined as a set of activities performed across the organization creating as output of value to the customer.

    A) development process

    B) business process

    C) quality process

    D) customer focus


    Answers:

    1.   D) recruit people for system
    2.   A) internal, external
    3.   A) Only i, ii, and iii
    4.   B) Management science models
    5.   A) information system
    6.   B) Deterministic
    7.   D) All i, ii, iii, iv and v
    8.   D) All i, ii, iii, iv and v
    9.   A) client server computing
    10. B) business process


    You Might also view the following Related Posts

    Solved MCQ of JavaScript set-1


    1. State whether the following statements are True or False.

    i) JavaScript ignores spaces, tabs and newlines that appear in JavaScript program.

    ii) Semicolons are necessary while writing JavaScript statements.

    iii) JavaScript is a case-sensitive language.

    A) i- True, ii- False, iii-True

    B) i- False, ii- True, iii-True

    C) i-True, ii-True, iii-False

    D) i- False, ii- False, iii-True



    2. Which of the following are the advantages of JavaScript?

    i) Less server interaction

    Titel WikiBook JavaScript
    Titel WikiBook JavaScript (Photo credit: Wikipedia)
    ii) Immediate feedback to visitors

    iii) Reading or writing of files

    iv) Increased interactivity

    A) i, ii and iii only

    B) i, iii and iv only

    C) i, ii and iv only

    D) All i, ii, iii, and iv



    3. Which of the following is NOT an operator used in JavaScript?

    A) Arithmetic Operator

    B) Comparison Operator

    C) Conditional Operator

    D) Static Operator



    4. JavaScript For Loops contains the following important parts.

    i) The loop initialization to start value.

    ii) The test statement to test if the given condition is True or not.

    iii) The iteration statement to increase or decrease counter.

    iv) The end statement to finish the loop.

    A) i, ii and iii only

    B) i, iii and iv only

    C) i, ii and iv only

    D) All i, ii, iii, and iv



    5. In JavaScript, a ............................ is simply an identifier followed by a colon that is applied to a statement or block of code.

    A) bookmark

    B) label

    C) break

    D) continue



    6. A JavaScript function which can be defined dynamically along with the new operator using ..........

    A) Nested Function

    B) Function Literals

    C) Function ( ) Constructor

    D) None of the above



    7. A function literal is an expression that defines unnamed function. The syntax for function literal is ......

    A) var variable name=function (Argument list){Function Body};

    B) variable name=function (Argument list){Function Body};

    C) var variable name =new function(Arg1, Arg2, ......,"function body");

    D) variable name =new function(Arg1, Arg2, ......,"function body");



    8. Match the following JavaScript function with their description.

    i) onblur             a) script runs when element changes

    ii) onmouseup     b) script runs when the form is reset

    iii) onchange       c) script runs when the element lost focus.

    iv) onreset          d) script runs when mouse button is released.

    A) i-d, ii-c, iii-a, iv-b

    B) i-b, ii-c, iii-a, iv-d

    C) i-c, ii-d, iii-a, iv-b

    D) i-a, ii-c, iii-d, iv-b



    9. Cookies are a plain text data record having the following variable length fields.

    i) Expires                  ii) Starts            iii) Domain             iv) Secure

    A) i, ii and iii only

    B) i, iii and iv only

    C) i, ii and iv only

    D) All i, ii, iii, and iv



    10. While reading Cookies, the ................ string will keep a list of name = value pairs separated by semicolons, where name is the name of a cookie and value is its string value.

    A) document.cookie

    B) read.cookie

    C) cookie.string

    D) name.cookie

    Answers:

    1.   A) i- True, ii- False, iii-True
    2.   C) i, ii and iv only
    3.   D) Static Operator
    4.   A) i, ii and iii  only
    5.   B) label
    6.   C) Function ( ) Constructor
    7.   A) var variable name=function (Argument list){Function Body};
    8.   C) i-c, ii-d, iii-a, iv-b
    9.   C) i, ii and iv only
    10. A) document.cookie


    You Might also view the following Related Posts

    Enhanced by Zemanta

    MCQ of Computer Organization and Architecture with Answer set-3


    1. An exception condition in a computer system caused by an event external to the CPU is called ........

    A) Interrupt

    B) Halt

    C) Wait

    D) Process



    2. When the CPU detects an interrupt, it then saves its .............

    A) Previous State

    B) Next State

    C) Current State

    D) Both A and B
    English: A photo of three 32-bit PCI slots.
    English: A photo of three 32-bit PCI slots. (Photo credit: Wikipedia)



    3. A microprogram is sequencer perform the operation...

    A) read

    B) write

    C) read and write

    D) read and execute



    4. A computer program that converts an entire program into machine language at one time is called

    A) interpreter

    B) simulator

    C) compiler

    D) commander



    5. The unit which decodes and translates each instruction and generates the necessary enable signals for ALU and other units is called ..

    A) arithmetic unit

    B) logical unit

    C) control unit

    D) CPU



    6. State whether the following statement is True or False for cache memory.

    i) Cache memories are high-speed buffers which are inserted between the processors and main memory.

    ii) They can also be inserted between main memory and mass storage.

    iii) It can be used as secondary memory.

    A) i- True, ii- False, iii-True

    B) i- False, ii- True, iii-True

    C) i-True, ii-True, iii-False

    D) i- False, ii- False, iii-True



    7. The channel which handles the multiple requests and multiplexes the data transfers from these devices a byte at a time is known as .....

    A) multiplexor channel

    B) the selector channel

    C) block multiplex channel

    D) both A and C



    8. The address mapping is done, when the program is initially loaded is called ......

    A) dynamic relocation

    B) relocation

    C) static relocation

    D) dynamic as well as static relocation



    9. State whether the following statement is True or False for PCI bus.

    i) The PCI bus tuns at 33 MHZ and can transfer 32-bits of data(four bytes) every clock tick.

    ii) The PCI interface chip may support the video adapter, the EIDE disk controller chip and may be two external adapter cards.

    iii) PCI bus deliver the different throughout only on a 32-bit interface that other parts of the machine deliver through a 64-bit path.

    A) i- True, ii- False, iii-True

    B) i- False, ii- True, iii-True

    C) i-True, ii-True, iii-False

    D) i- False, ii- False, iii-True



    10. The I/O processor has a direct access to ....................... and contains a number of independent data channels.

    A) main memory

    B) secondary memory

    C) cache

    D) flash memory

    Answers:

    1.   A) Interrupt
    2.   C) Current State
    3.   D) read and execute
    4.   C) compiler
    5.   C) control unit
    6.   C) i-True, ii-True, iii-False
    7.   A) multiplexor channel
    8.   C) static relocation
    9.   C) i-True, ii-True, iii-False
    10. A) main memory


    You Might also view the following Related Posts

    Objective Questions of C# with Answer set-2

    C# MCQs
    Objective Questions in C#

    1. In C# variables are categorized into ..........

    i) Value types          ii) Reference types              iii) initial types             iv) pointer types

    A) i, ii and iii only

    B) ii, iii and iv only

    C) i, ii and iv only

    D) All i, ii, iii and iv


    2. Value type variables can be assigned a value directly which are derived from the class

    A) System.value

    B) System.ValueType

    C) General.ValueType

    D) Variable.ValueType


    3. The various data types used in C# are

    i) Integral Type           ii) Floating point types

    iii) Boolean types       iv) Nullable types

    A) i, ii and iii only

    B) ii, iii and iv only

    C) i, iii and iv only

    D) All i, ii, iii and iv


    4. The built-in operators that are provided by C# programming language are...

    i) Arithmetic operators          ii) Logical operators

    iii) Bitwise operators             iv) Assignment operators

    A) i, ii and iii only

    B) ii, iii and iv only

    C) i, iii and iv only

    D) All i, ii, iii and iv


    5. Match the different Bitwise operators supported by C# with their descriptions.

    i) &                   a) Binary Left Shift Operator

    ii) ^                   b) Binary Right Shift Operator

    iii) <<               c) Binary XOR operator

    iv) >>               d) Binary AND operator

    A) i-d, ii-c, iii-a, iv-b

    B) i-b, ii-c, iii-a, iv-d

    C) i-c, ii-a, iii-b, iv-d

    D) i-a, ii-c, iii-d, iv-b



    6. What will be the value of the following expression if x=10?

    A) 25

    B) -5

    C) 10

    D) 15


    7. While passing parameter to a method ................ copies the actual value of an argument into the formal parameter of the function.

    A) Output Parameter

    B) Value Parameter

    C) Reference Parameter

    D) Initial Parameter


    8. In C# methods can be defined by using which of the following syntex?

    A) <Method Name> (parameter list) { Method body }

    B) <Method Name> <Return Type> <Access Specifier> (parameter list) { Method body }

    C) <Return Type> <Method Name> <Access Specifier> (parameter list) { Method body }

    D) None of the above


    9. Which of the following are the methods to assign values to an array?

    i) double [ ] score = {234.0, 214.5, 572.0};

    ii) int [ ] marks = new int [3] {33, 45, 67};

    iii) int [ ] marks = new int [ ] {33, 45, 67};

    A) i and ii only

    B) ii and iii only

    C) i and iii only

    D) All i, ii, iii


    10. State whether the following statements are True or False.

    i) Unlike classes, structures cannot inherit other structures or classes.

    ii) A structure can implement one or more interfaces.

    iii) Structure members can be specified as abstract, virtual or protected.

    A) i- True, ii- False, iii-True

    B) i- False, ii- True, iii-True

    C) i-True, ii-True, iii-False

    D) i- False, ii- False, iii-True


    Answers:

    1.   C) i, ii and iv only
    2.   B) System.ValueType
    3.   D) All i, ii, iii and iv
    4.   D) All i, ii, iii and iv
    5.   A) i-d, ii-c, iii-a, iv-b
    6.   A) 25
    7.   B) Value Parameter
    8.   A)<Access Specifier><Return Type> <Method Name> (parameter list) {Method body}
    9.   D) All i, ii, iii
    10. C) i-True, ii-True, iii-False


    You Might also view the following Related Posts

    Solved Objective Questions of CSS set-4


    1. In CSS filters, ........................... will be used to create a shadow of object at the specified horizontal and vertical offset and color.

    A) Drop shadow effect

    B) Chroma filter

    C) Shadow object effect

    D) Shadow filter


    2. ............................. will be used to create attenuated shadow in the direction and color specified.
    English: graphic of the main CSS table spaces
    English: graphic of the main CSS table spaces (Photo credit: Wikipedia)

    A) Drop shadow effect

    B) Chroma filter

    C) Shadow object effect

    D) Shadow filter


    3. State whether the statements are true or false.

    i) Glow effect will be used to create a glow around the object.

    ii) The two parameters used in glow effect are color and intensity.

    iii) Invert effect will be used to create a negative image

    A) i-true, ii-true, iii-true

    B) i- true, ii-false, iii-true

    C) i-false, ii-true, iii-true

    D) i-false, ii-false, iii-true


    4. Which of the following are the parameters used in wave effect of CSS filter property?

    i) add        ii) freq          iii) light          iv) phase         v) intensity


    A) i, ii, iii and iv only

    B) i, ii, iii and v only

    C) i, ii, iv and v only

    D) All i, ii, iii, iv and v


    5. Match the different CSS media types with their descriptions.

    i) all a) Intended for speech synthesizers.

    ii) aural b) Intended primary for color computer screen.

    iii) screen c) Intended for paged braille printers.

    iv) embossed d) Suitable for all devices

    A) i-a, ii-b, iii-c, iv-d

    B) i-c, ii-d, iii-a, iv-b

    C) i-d, ii-a, iii-b, iv-c

    D) i-b, ii-c, iii-d, iv-a


    6. The ................... property allows you to specify the content for a <caption> element should be placed in relationship to the table.

    A) Caption

    B) Caption-side

    C) Caption-position

    D) Caption-align



    7. The ........................... property indicates whether a cell without any content should have a border displayed.

    A) empty-row

    B) empty-column

    C) empty-cell

    D) empty



    8. The ........................ property for HTML tables in CSS specifies whether the browser should control the appearance of adjacent borders that touch each other.

    A) border-spacing

    B) border-collapse

    C) caption-side

    D) table-layout



    9. The ................. property indicates whether the marker should appear inside or outside of the box containing the bullet points.

    A) list-style-align

    B) list-style-type

    C) list-style-position

    D) list-style-appearance



    10 . The overflow property of CSS can take one of the following values.

    i) visible                  ii) invisible              iii) hidden             iv) scroll           v) auto

    A) i, ii, iii and iv only

    B) i, iii, iv and v only

    C) i, ii, iv and v only

    D) All i, ii, iii, iv and v


    Answers:

    1.  A) Drop shadow effect
    2.  D) Shadow filter
    3.  B) i- true, ii-false, iii-true
    4.  A) i, ii, iii and iv only
    5.  C) i-d, ii-a, iii-b, iv-c
    6.  B) Caption-side
    7.  C) empty-cell
    8.  B) border-collapse
    9   C) list-style-position
    10  B) i, iii, iv and v only


    You Might also view the following Related Posts

    Objective Questions of CSS with Answer set-3


    1. The following syntax to set margin around a paragraph will make- p{margin:10px 2%}

    A) Top and bottom margin will be 10px and left and right margin will be 2% of the total width.

    B) Left and right margin will be 10px and top and bottom margin will be 2% of the total height

    C) Top margin will be 10px and other margins will be 2% of the total width

    D) Left margin will be 10px and other margins will be 2% of the total width


    2. The ...................... property allows you to control the shape or style of bullet point in the case of unordered lists, and the style of numbering characters in ordered list.

    A) list-style-type

    B) list-style-layout

    C) list-type-style

    D) list-type


    Box model in CSS
    Box model in CSS (Photo credit: Wikipedia)


    3. The ......................... property allows to specify the distance between the list and the text relating to the list.

    A) list-spacing

    B) marker-spacing

    C) marker-offset

    D) list-offset


    4. The ...................... property allows to specify how much space appear between the content of an element and it's border.

    A) Spacing

    B) Marking

    C) Padding

    D) Content-border


    5. State True or False for CSS outlines properties.

    i) An outline does take up space

    ii) Outline do not have to be rectangular.

    iii) Outline is always the same on all sides.

    A) i-True, ii-True, iii-False

    B) i-False, ii-False, iii-True

    C) i-True, ii-False, iii-True

    D) i-False, ii-True, iii-True


    6. The overflow property in CSS can take one of the following values.

    i) visible ii) hidden iii) scroll iv) non-scroll v) auto

    A) i, ii, iii and iv only

    B) i, ii, iii and v only

    C) i, ii, iv and v only

    D) All i, ii, iii, iv and v



    7. Which of the following is/are the valid syntax for CSS pseudo classes.

    A) selector: pseudo-class{property: value}

    B) selector.class: pseudo-class{property:value}

    C) Both A and B

    D) None of the above


    8. The valid examples of ID selectors is/are

    A) #black{color: #000000;}

    B) h1 #black{color: #000000;}

    C) #black h2{color: #000000;}

    D) All of the above


    9. Which of the following is/are the possible values of CSS pseudo element property?

    i) : first line ii) : last-line iii) : before iv) : after v) : between

    A) i, iii and iv only

    B) i, ii, and v only

    C) i, ii, iv and v only

    D) All i, ii, iii, iv and v


    10. The ............... rule is used to make sure that the property always be applied whether another property appears in CSS.

    A) @important

    B) #important

    C) !important

    D) !first

    Answers:

    1.  A) Top and bottom margin will be 10px and left and right margin will be 2% of the total width.
    2.  A) list-style-type
    3.  C) marker-offset
    4.  C) Padding
    5.  D) i-False, ii-True, iii-True
    6.  B) i, ii, iii and v only
    7.  C) Both A and B
    8.  D) All of the above
    9   A) i, iii and iv only
    10 C) !important


    You Might also view the following Related Posts

    MCQ of CSS With Answer set-2

    MCQ of CSS With Answer
    English: css - absolute position (Photo credit: Wikipedia)

    1. Which of the following are the background properties in CSS?

    i) background-color ii) background-image iii) background-repeat

    iv) background-position v) background

    A) i, ii, iii and iv only

    B) i, ii, iii and v only

    C) i, ii, iv and v only

    D) All i, ii, iii, iv and v


    2. State whether the statement is/are True.

    i) font-family property is used to change the face of a font.

    ii) font-variant property is used to create small-caps effects.

    A) i-True, ii-False

    B) i-False, ii-True

    C) i-True, ii-True

    D) i-False, ii-False


    3. The CSS links properties are

    A) :link, :visited, :hover, :active

    B) :link, :visit, :hover, :active

    C) :link, :visited, :over, :active

    D) :link, :visited, :hover, :active, :inactive


    4. Internet Explorer uses ....................... property to create transparent images.

    A) -moz-opacity:x

    B) filter: alpha(opacity=x)

    C) Both of the above

    D) None of the above


    5. The different ways to associate styles with a HTML document is/are

    A) Embedded CSS with <style> element

    B) Inline CSS with style attribute.

    C) External CSS with <link> element.

    D) All of the above


    6. Which of the following is correct CSS syntex for using font property?

    A) <p style="font: italic, bold, 15px;"> ................ </p>

    B) <p style="font-style: italic font-weight: bold font-size: 15px;"> ................... </p>

    C) <p style="font: italic bold 15px;"> ....................... </p>

    D) None of the above


    7. State True of False for the CSS table properties.

    i) The border-spacing specifies the width that should appear between table rows.

    ii) The empty-cells specifies whether the border should be shown if a cell is empty.

    A) i-True, ii-False

    B) i-False, ii-True

    C) i-True, ii-True

    D) i-False, ii-False


    8. In CSS tables, the possible values for the caption-side property can have the following values.

    A) top, bottom, left or right

    B) top, bottom, center, left or right

    C) top or bottom

    D) left or right


    9. The ................... property indicates whether a cell without any content should have a border displayed.

    A) blank-cells

    B) empty-cells

    C) nocontent-cells

    D) noborder-cells


    10. The ..................... specifies whether a border should be solid, dashed line, doted line, double line, groove etc.

    A) border-layout

    B) border-decoration

    C) border-style

    D) border-weight

    Answers:

    1.  D) All i, ii, iii, iv and v
    2.  C) i-True, ii-True
    3.  A) :link, :visited, :hover, :active
    4.  B) filter: alpha(opacity=x)
    5.  D) All of  the above
    6.  C) <p style="font: italic bold 15px;"> ....................... </p>
    7.  B) i-False, ii-True
    8.  A) top, bottom, left or right
    9   B) empty-cells
    10 C) border-style


    You Might also view the following Related Posts