TutorialKart
index.html
►
Run
Reset
<!DOCTYPE html> <html> <head> <style> .highlight { color: red; font-weight: bold; } </style> </head> <body> <p>This is an example of <span class="highlight">highlighted text</span> within a sentence.</p> </body> </html>