web Technology / Write 300- to 600-word response to the following discussion top
ID: 3755970 • Letter: W
Question
web Technology /
Write 300- to 600-word response to the following discussion topics and post your answers to the discussion board topic "Cascading Style Sheets":
Discuss the features and advantages of using cascading style sheets (CSS).
Discuss the differences between external style sheets and embedded style sheets.
Write a 150-word response to one peer in which you respectfully and professionally offer your opinion of his or her post:
Pose a clarifying question (e.g., What did you mean by…, Why did you say…, What criteria did you use…, What was your intention…, What is the connection…, What were your assumptions…?).
Provide an application or practical example (e.g., I have seen an example of this..., The result of this could be…).
Explanation / Answer
Cascading Style Sheets: in short we call it as CSS. Basically CSS are used to give style to your Static or Dynamic HTMLpage. when you are working with web applications user interface is very importent. to make your page more attractive CSS is very usefully and easy to learn and impliment.
Example: 1. <html>
<head> <link rel="style sheet" src="extrenalstyleSheet.css"> <style>
.css1
{
background-image:URL("");
color:red;
text-align:center;
float: right;
}
</style>
</head>
<body>
<div class="css1"><p>hello</p>
</body>
</html>
Advantages:
DIfference Between External and Embeded CSS: The main difference is code Reusability. It is very easy to apply Embeded CSS but when the same style should be applied to many other file then you need to write same code in each and every other docunments. By using External CSS the above scenario can be fullfilled easily.
Related Questions
Navigate
Integrity-first tutoring: explanations and feedback only — we do not complete graded work. Learn more.