Answer by
HTMLexpert (23)
Cursive is a value for HTML "font-family" names . Normally, 'cursive' is Zapf-Chancery font style. An HTML example: body { font-family: abc, Zapf-Chancery , cursive}. In this example, cursive is a value for generic family name. Another example: body { font-family: "My first job", cursive}
Text "My First job" will be displayed in cursive.