Write the CSS code to: (i) Apply 50px indentation to all text paragraphs marked with <p>. -Technology

1 Answer

Answer :

P{text-indent: 50px;font-style: italic;}

Related questions

Description : Extra spacing between paragraphs adds emphasis and makes a document easier to read. -Technology

Last Answer : TrueThe document can be easily read, if the extra spacing is given between paragraphs it makes the document very attractive.

Description : How do I keep the italics if I want to separate the text by paragraphs?

Last Answer : More info, please. Mac or PC? MS Word or something else? And how are you separating the text into paragraphs?

Description : Which grouping do you work with when formatting text in word? 1) Tables, paragraphs and indexes 2) Paragraphs, indexes and sections 3) Characters, sections and paragraphs 4) Indexes, characters and tables 5) None of these

Last Answer : Answer :1

Description : Write the full form of 1. XML 2. DTD 3. SGML 4. CSS -Technology

Last Answer : Full form of given terms are as follows:1. XML Extensible Markup Language2. DTD Document Type Declaration3. SGML Standardised Generalised Markup Language4. CSS Cascading Style Sheet

Description : Write the HTML code to set the bgcolor as pink, heading level 2, text -Technology

Last Answer :

Description : Write the HTML code to create a paragraph whose text color is blue. -Technology

Last Answer : or

Description : Which of the following HTML container tags do you apply to text for formatting the text as a paragraph? -Technology

Last Answer : (c) ……. is a container tag, which is used for formatting text.

Description : The custom animation can apply ………………. (a) Font work gallery (b) Gallery (c) Text (d) All of these -Technology

Last Answer : (d) The custom animation can apply font work gallery, gallery and text.

Description : Can same CSS document be used in multiple XML documents? -Technology

Last Answer : Yes, the same CSS document can be used in multiple XML documents.

Description : Define CSS. How to create a CSS file? -Technology

Last Answer : CSS is a simple design language intended to simplify the process of making Web pages presentable. CSS is a type of stylesheet and this stylesheet consists of a list of rules. You can include a CSS in multiple XML ... name as well as by code like green color may be written as #008000 or rgb(0,128,0).

Description : The ……….. is an XML element to which the CSS style is applied. -Technology

Last Answer : The selectoris an XML element to which the CSS style is applied.

Description : List the advantages of using CSS. -Technology

Last Answer : It controls layout of many documents from one single style sheet.It has more precise control of layout.It applies different layouts to different media-types.It has numerous advanced and sophisticated techniques to be applied on web page

Description : . Write three paragraphs using the following thesis statement:“Great literature is born out of a period of social turmoil and transition.”?

Last Answer : Philosophiae doctor (PhD.) degree it is dissertation dizertační práce. Thesis for so called Higher-Professional School

Description : Xx

Last Answer : Need Answer

Description : Predict the output displayed in text fields named jTextField2 and jTextField3 after running the above code. -Technology

Last Answer : (i) GREEN WORLD, CLEAN WORLD76 more characters can be entered(ii)length(),toUpperCase()

Description : HTML is the full form of a) Hyper Text Markup Language b) Hyper Technology Marked Linec) Hyper Text Markup Link d) Cannot say

Last Answer : a) Hyper Text Markup Language

Description : What is the indentation under nose that bumps into tips of upper lip called?

Last Answer : there is a word for it, and I am not sure how you spell it, but is sounds very simiar to dybbuk or dibic...

Description : Why would a programmer use spaces instead of tabs for indentation?

Last Answer : Because the programmer works with other programmers, some of whom have their editors set to expand tabs to 8 spaces, others of whom have their editors set to expand tabs to 4 spaces, and still others of whom ... use only spaces than it is to get everyone to agree on how wide a tab stop should be.

Description : Which of the following is not true with regard to the coastal plains of India ? (a) The west coast has a narrow alluvial margin interspersed by hilly terrain (b) The eastern coast has a ... little indentation except towards the south (d) The west and east coasts, have the same alluvial features

Last Answer : Ans: (d)

Description : The ability of a material to offer resistance to scratching or indentation is a measure of its (A) Brittleness (B) Toughness (C) Hardness (D) Resilience

Last Answer : (C) Hardness

Description : FOLLOW UP IN NEWS WRITING MEANS: a) A story giving later development of a story one printed earlier. It is a second day story also a subsidiary story following a big lead or similar subject b) A paragraph without indentation c) An addition to news item sent for publication d) None of these

Last Answer : a) A story giving later development of a story one printed earlier. It is a second day story also a subsidiary story following a big lead or similar subject

Description : _________ of test specimens is not involved in any hardness testing method. (A) Fracture (B) Indentation (C) Wear (D) Scratch

Last Answer : (A) Fracture

Description : Mho's scale of hardness, which consists of 10 standard minerals is used for the measurement of __________ hardness. (A) Scratch (B) Indentation (C) Dynamic (D) Rebound

Last Answer : (A) Scratch

Description : The difference in one unit of Rockwell hardness number corresponds to a difference in the depth of indentation of __________ mm. (A) 0.001 (B) 0.01 (C) 0.002 (D) 0.02

Last Answer : Option C

Description : Which of the following complete sets do not recommend the siting of a harbor layout in that vicinity ? 1. Submarine canyon 2. Lee of an island 3. Closely located promontories 4. Indentation coves on the coastline 5. Hooked bays ... (b) 1, 4 and 5 only (c) 2, 3 and 4 only (d) 3, 4 and 5 only

Last Answer : (a) 2, 3, 4 and 5

Description : The alignment of beginning and the end of lines is referred to as (1) Indentation (2) Justification (3) Superscript (4) Font

Last Answer : Justification

Description : What is the best text editor for HTML/XHTML/CSS/PHP/SQL on Ubuntu?

Last Answer : Take a look at Geany

Description : Write one example of each field, for which you would use 1. Text data type -Technology

Last Answer : 1. Text data type It allows to store text or combination of text and numbers as well as numbers that don't require calculations such as phone number. This data type allows maximum 255 characters ... Description will be of Memo data type, because the length of description of employee may be large.

Description : Write the steps to make the text bold. -Technology

Last Answer : Steps to make a text bold are as follows:(a) Step 1: Select the text.(b) Step 2: Click the Bold button in the Font group on the Home tab.

Description : Write the shortcut keys to format the text style bold, italic and underline. -Technology

Last Answer : Bold – Ctrl+B, Italic – Ctrl+I, Underline – Ctrl+U

Description : Write the advantages of using Unicode to represent text. -Technology

Last Answer : Unicode encoding standard provides the basis for processing, storage and interchange of text data in any language in all modern software and information technology protocols.

Description : Write java statement to make the Net Fee text field named txtNetFee un_editable at run time. -Technology

Last Answer : txtNetFee.setEditable(false);

Description : Write the advantages of using Unicode to represent text. -Technology

Last Answer : Advantages of using Unicode to represent text are as follows :1. Allows for multilingual text using any or all the languages that you desire.2. Text in any language can be exchanged worldwide

Description : How do I override earlier styles in my CSS stylesheet?

Last Answer : answer:Are the unique styles inline? That should do it. Like this: This is a paragraph. http://www.w3schools.com/CSS/css_howto.asp

Description : Shortly after take-off, the altitude of the aeroplane suffers an abrupt pitch-up and IAS rapidly decreases followed quickly by a decrease in altitude. Engine indications are normal. You should suspect what ... to gain airspeed d. Local clear air turbulence; reduce speed to VRA and ride it out

Last Answer : b. Loss of head wind or an increase in tail wind; apply full power

Description : How do you paste the multiple highlighted paragraphs into Word etc. in one shot?

Last Answer : Press Ctrl, choose the paragraphs, and then go copy-paste. I think you can use the Ctrl+V too, but I’m not sure.

Description : Do you know any brief paragraphs, or sentences written in foreign languages whose unique beauty does not bear translation?

Last Answer : “Your mother sucks cocks in hell, Karras, you faithless slime.”

Description : Could you give some suggestions to these paragraphs?

Last Answer : What kinds of suggestions are you looking for, exactly?

Description : Will you help me condense this down to 2 paragraphs?

Last Answer : I love teaching and learning. I contribute to society by teaching anyone who needs help. Ask me about my teaching experience?

Description : Can you name some great opening paragraphs from novels?

Last Answer : answer:I've always loved the second paragraph of Zooey by JD Salinger. Ten-thirty on a Monday morning in November of 1955, Zooey Glass, a young man of twenty-five, was seated in a very full bath, ... more often and the less absently he used the back of his wrist to blot his forehead and upper lip.

Description : I think I'm a very slow reader. How long does it take you to read these two paragraphs?

Last Answer : Don’t know, about 20 seconds or so..I learned to read in Communist Russia and they made sure all kids could speed read like crazy and tested every few months to ensure we were reading machines.

Description : which one of the following statements is true regarding paragraphs -General Knowledge

Last Answer : A paragraph should have one main topic: is true regarding paragraphs.

Description : what is the purpose of body paragraphs when writing an essay?

Last Answer : Answer this question…To support the essay's thesis with evidence and arguments

Last Answer : The so-called paragraph cannot be taken, but the doctor must enroll him to treat the child if necessary. If the child is repeatedly ill, this can be used a second time.

Description : Formatting toolbar is applied to _______: a) select paragraph only b) select character only c) select both characters and paragraphs d) select document only e) None of The Above

Last Answer : c) select both characters and paragraphs

Description : In MS-Word, multiple words, lines or paragraphs can be selected by using ____ key. (1) Shift (2) Function F5 (3) Alt (4) Ctrl

Last Answer : Ctrl

Description : Is there a code for CSS/Javascript to keep your contents in place when re-sizing a window?

Last Answer : Is your site fixed width?

Description : Why is the word pseudo often used when referring to CSS or maybe all code?

Last Answer : Could you give us an example? Generally when people say pseudo code, they’re referring to code that isn’t actual code, but is explaining how code statements work. Such as: if (the cat is wet) { meow anxiously; }

Description : What's the easiest way to learn how to code in CSS and PHP?

Last Answer : tizag.com

Description : Who wrote a text on adolescence and said sturm und drang marked adolescence?

Last Answer : Need answer