Computer Science, asked by jvhello6656, 1 year ago

What are the benefits of using styles compared with placing formatting directly into the text of the web page?

Answers

Answered by DMani3
1
The answer is CSS style sheets....
Answered by TRISHNADEVI
1

 \huge{ \underline{ \overline{ \mid{ \mathfrak{ \purple{ \:   \: ANSWER \:  \: } \mid}}}}}

 \:  \:  \:  \:  \:   \:  \:  \:  \:  \:  \:  \:  \:  \:  \:  \:  \:  \:  \:  \:  \:  \: \tt{Cascading \:  \:  style \:  \:sheet \:  \:   is \:  \:  a  \:  \: standard \:  \:  } \\  \tt{style \:  \:  sheet  \:  \: language. \:  It \:  \:  is   \:  \: used  \:  \: for \:  \: describing \:  \:} \\  \tt{  the  \:  \: presentation \:  \:  of \:  \:  the  \:  \: web  \:  \: pages.}

The benefits of using styles compared with placing formatting directly into the text of the webpage are :

 \text{1. Cascading style sheet helps keep it neat. If you } \\  \text{are building a big site, this counts for a lot. } \\  \\  \text{2. Cascading Style Sheet \: has \: easy \: maintanence} \\  \text{i.e.  these are easier to maintain and update. }

 \text{3. It saves Time. You can format one word or paragraph } \\  \text{as you want and then copy that formatting to other } \\  \text{words or paragraphs.} \\  \\  \text{4. It has greater Consistency in design. Applying a style } \\  \text{to a word or paragraph ensures it is formatted exactly } \\  \text{the same as others of its type or style.}

 \text{5. Cascading style sheet saves effort. When you change } \\  \text{a style, you change all text or words and paragraphs }  \\ \text{associated with that type or style. } \\  \\ \text{6. Cascading style sheet enables multiple pages to share } \\ \text{the formatting information, which reduces complexity } \\  \text{and repetition in the structural contents of the document. } \\  \\  \text{7. It has much wider presentation capabilities than HTML. } \\ \text{Moreover, it provide much better control over the layout } \\  \text{of your web pages.}

Similar questions