Starter Tutorials

A tutorial site for beginners!

Starter tutorials contains well written tutorials on various technologies. Simple examples have been provided through out the tutorials to help the beginners understand them in a easy way.

Go to Blog »

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


Source Code - Embedded CSS


Output

Hello World


Source Code - External CSS

ex1.html


ex1style.css


Output

Hello World