rojy thakur


{ City } chandigarh
< Country > india
* Profession * web designer
User No # 117054
Total Questions Posted # 16
Total Answers Posted # 8

Total Answers Posted for My Questions # 0
Total Views for My Questions # 15144

Users Marked my Answers as Correct # 3
Users Marked my Answers as Wrong # 0
Questions / { rojy thakur }
Questions Answers Category Views Company eMail

How to add video in background in HTML

HTML DHTML 918

Please tell How to add testimonial slider in website.

HTML DHTML 880

How to make css shapes responsive.

HTML DHTML 937

How to create sub sub navigation with html5 css3.

HTML DHTML 913

Best Tutorial for learning Illustrator from basics.

Web Design 822

How to create shapes with border property.

HTML DHTML 944

Please anyone tell me , how to create toggle button without bootstrap.

HTML DHTML 914

How to increase 12 grids of bootstrap to 18 grids.

HTML DHTML 877

How to make text vertical allign center in div.

HTML DHTML 904

How to give two images in background.

HTML DHTML 1007

Meaning of Inline-flex.

HTML DHTML 953

What is the meaning of Casacading in Casacading style sheet (CSS).

HTML DHTML 1162

What is the code for change every 3rd li color of ul with css.

HTML DHTML 962

Difference between float:left and display:inline.

HTML DHTML 973

Difference between :first-child and :nth-of-child

HTML DHTML 1053


 [1]   2    Next



Answers / { rojy thakur }

Question { 3746 }

Should I use lower case or upper case for tags?


Answer

HTML CSS is not case sensitive language.

Is This Answer Correct ?    0 Yes 0 No

Question { Virtusa, 7546 }

What is the difference between the CLASS and ID when you are
writting CSS?


Answer

# for id and . for class.
id used only one time bt not class.

Is This Answer Correct ?    0 Yes 0 No


Question { 5291 }

How do I make a new paragraph?


Answer

Simple...Using

tag.


Is This Answer Correct ?    0 Yes 0 No

Question { 1839 }

How do I make a picture as a background on my web pages?


Answer

background-image:url('image.png');

Is This Answer Correct ?    0 Yes 0 No

Question { 1584 }

What is external Style Sheet? How to link?


Answer

In External you give css properties in seperate file.
Link :
Here style.css is your CSS file.

Is This Answer Correct ?    0 Yes 0 No

Question { 2179 }

Is CSS case sensitive?


Answer

No, CSS in not case sensitive.

Is This Answer Correct ?    3 Yes 0 No

Question { 1711 }

What is work Area in photoshop?


Answer

Work area is where we work on our content like text, image, design etc.

Is This Answer Correct ?    0 Yes 0 No

Question { 1757 }

What is the ? Is it necessary to use in HTML5 ? 


Answer

!DOCTYPE Document type declaration is necessary. Because it tells browser that we are working with HTML5.

Is This Answer Correct ?    0 Yes 0 No