Computer Science, asked by parmaraum0, 3 months ago

Identify the correct method of including the style tag in an HTML document?​

Answers

Answered by Anonymous
7

Answer:

  1. Inline - by using the style attribute inside HTML elements.
  2. Internal - by using a <style> element in the <head> section.
  3. External - by using a <link> element to link to an external CSS file.

HOPE IT HELPS YOU....

Similar questions