How to use Inline CSS in HTML

 => open ur text editer :-


=> And save it as CSS_type_inline.html and write below code:-

<html>
<head>
</head>
<body>
<h1 style="color: #0087c6; font-size: 32px;">
Hello..!!
</h1>
<h1 style="border: 1px solid purple;">
Hello..!!
</h1>
<h1 style="text-decoration: underline;">
Hello..!!
</h1>
</body>
</html>

=>then run on ur browser.

=>if u download source code then click on below link :-

Download Source Code

Comments