answersLogoWhite

0


Best Answer

For the paragraph itself in HTML:

<p class="paragraphName">text you want in the paragraph</p>

To style it in CSS: in the documents <head> tag

<style type="text/css">

.paragraphName {

font-family:Arial, Sans-serif;

font-weight:bold;

font-color:#000000 <---- give it the RGB red accent 2 darker 50%

}

</style>

And that should do it!

User Avatar

Wiki User

12y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: How do you create a paragraph using style based on is Normal style for following paragraph is Normal Font properties are Arial 14 pt Bold and font color red accent 2 darker 50 percent?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Continue Learning about Engineering

Is full bore gate valve is different from normal gate valve?

valves are available in three types first is full bore equal to 100 percent opening normal bore/port equal to 80 percent opening reduced bore equal to 60 percent opening


What turbine trip is designed to occur at 10 percent above normal operation?

Overspeed trip.


When reducing the diameter of a stainless steel bar does it effect the mechanical properties?

The reduction of the diameter of a stainless steel bar by hot or cold work will usually increase the strength and lower the elongation. However after the normal annealing the mechanical properties will be about the same as before it was reduced in diameter. If the reduction is by machining, the properties will remain the same unless it is overheated.


How do you differentiate between a member function and normal function?

A normal function is any function that is not a member of any class. Normal functions that operate upon a class are referred to as non-member functions, however a non-member function can also be a member of another class. Any class may declare any non-member function to be a friend of the class, in which case the function becomes a friend function.A member function is a member of a class and may be declared static or non-static. Non-static member functions have the following 3 properties:Private access to the class members.Scoped to the class.Must be invoked against an object of the class (has a 'this' pointer).Static member functions have the first two properties only while friend functions have the first property only. Non-member functions that are not friends of the class have none of these properties.


Why a normal machine could not have the mechanical efficiency of 100?

Because there is always going to be friction, the efficiency of any machine will always be less then 100 percent.