how to print hello world with css

Solutions on MaxInterview for how to print hello world with css by the best coders in the world

showing results for - "how to print hello world with css"
Renata
29 Nov 2017
1<style type="text/css">
2h1 {
3	color: DeepSkyBlue;
4}
5</style>
6
7<h1>Hello, world!</h1>
similar questions
queries leading to this page
how to print hello world with css