Code
Execute
<!DOCTYPE html> <html> <head> <style> span.page { fone-size: 120%; color: orange; } </style> </head> <body> <h1><span>html tutorial - </span>My <span class="page">HTML</span> program<span> - html5 - html code - html form</span></h1> <p>This is used to create <span class="page">Website</span> design.</p> </body> </html>
Result