Code Editor Panel
Home
HTML Tutorial
HTML CSS
Run
HTML
<!DOCTYPE html> <html> <head> <title>Page Title</title> <link rel="stylesheet" href="external-stylesheet.css"> </head> <body> <p>Design of this text mention in the external stylesheet</p> </body> </html>
Output