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 # 15188

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 920

Please tell How to add testimonial slider in website.

HTML DHTML 888

How to make css shapes responsive.

HTML DHTML 937

How to create sub sub navigation with html5 css3.

HTML DHTML 916

Best Tutorial for learning Illustrator from basics.

Web Design 824

How to create shapes with border property.

HTML DHTML 948

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

HTML DHTML 918

How to increase 12 grids of bootstrap to 18 grids.

HTML DHTML 879

How to make text vertical allign center in div.

HTML DHTML 906

How to give two images in background.

HTML DHTML 1007

Meaning of Inline-flex.

HTML DHTML 955

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

HTML DHTML 1166

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

HTML DHTML 966

Difference between float:left and display:inline.

HTML DHTML 976

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

HTML DHTML 1055


 [1]   2    Next



Answers / { rojy thakur }

Question { 3756 }

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, 7558 }

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 { 5306 }

How do I make a new paragraph?


Answer

Simple...Using

tag.


Is This Answer Correct ?    0 Yes 0 No

Question { 1846 }

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 { 1600 }

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 { 2197 }

Is CSS case sensitive?


Answer

No, CSS in not case sensitive.

Is This Answer Correct ?    3 Yes 0 No

Question { 1723 }

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 { 1772 }

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