Problem Statement:

Create a webpage which displays "Hello World" with font size 20 pixels, bold format, in "Times New Roman" font and green in colour using inline CSS, embedded CSS and external CSS.

Source Code:

Inline CSS

Output:

Hello World


Embedded CSS

Output:

Hello World


External CSS

ex1.html

ex1style.css

Output:

Hello World