<!DOCTYPE html> <html> <body> <p>Please use <span style="font-size:30px;">30px</span>, <span style="color:red;">red</span>, <span style="font-weight:900;">900</span>, <span style="font-style:italic;">italic</span>, and <span style="font-family:fantasy;">fantasy</span> values for the font-size, color, font-weight, font-style, and font-family properties, respectively. </p> </body> </html>
Run
×
Share