1)write the syntax for internal style sheet.
2) which file extension is used to store external style sheet?
Answers
Answered by
1
Answer:
okay so as far as I know,
1) <style>
2) .css
Answered by
1
Answer:
1 ) The internal style sheet is used to add a unique style for a single document. It is defined in <head> section of the HTML page inside the <style> tag.
2) An external style sheet is a separate file linked to an HTML web page. It comes with a . css filename extension. All the styles that need to be used on a website can be declared in the external style sheet.
Similar questions