How do you convert this CSS tag attribute into html?
pls i need it for computer science

Answer:
There are 3 ways to convert CSS to HTML
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.
Explanation:
If this is not the answer your looking for then I'm sorry in advance.