Computer Science, asked by vrushaliShidgane, 12 hours ago

An _____ style may be used to apply a unique style for a single element

1 point

a. External

b. Inline

c. Internal

d. None of these​

Answers

Answered by sakunthalasubramaniy
3

Answer:

d) none of this

mark me as brainliest

Answered by presentmoment
2

The answer is b) Inline.

Explanation:

CSS is the cascading stylesheet, which is used for formatting the webpage layout. It has three types:

Internal: It is done by using <style> attribute in <head> part.

External: An external stylesheet is used by adding the hyperlink/path of the stylesheet using the <link> attribute.

Inline: This CSS style is followed by <style> attribute in a single HTML element.

In HTML, Inline styling is used for providing unique styling to a single element. It has a style attribute.  

for example:

<style="color:green;">

Similar questions