I\'m just starting out with HTML and I\'m having a trouble assigning multiple styles to a text. I\'d like to create a title with two properties:
In HTML the style tag has the following syntax:
style="property1:value1;property2:value2"
so in your case:
TITLE
Hope this helps.