Tuesday, 5 April 2016

Contoh Script CSS Format Text

By Admin  |  03:44:00 No comments

Script : 


<html>
<head>
<style>
body {color:red;}
h1 {color:#FF0000;}
h2 {color:#FF6D00;}
h3 {color:#FFF000;}
h4 {color:#38FF00;}
h5 {color:#00FFB8;}
h6 {color:#0028FF;}
p.ex {color:rgb(0,0,255);}
</style>
</head>
<body>
<h1>ini adalah heading 1</h1>
<h2>ini adalah heading 2</h2>
<h3>ini adalah heading 3</h3>
<h4>ini adalah heading 4</h4>
<h5>ini adalah heading 5</h5>
<h6>ini adalah heading 6</h6>
<p>ini adalah paragraph, ditulis dengan warna merah. Default text-color didefinisakan pada body selector.</p>
<p class="ex">ini adalah paragraph with class="ex". dan warna teks biru.</p>
</body>
</html>


Hasil :



Author: Admin

Hello, I am Author, decode to know more: In commodo magna nisl, ac porta turpis blandit quis. Lorem ipsum dolor sit amet, consectetur adipiscing elit. In commodo magna nisl, ac porta turpis blandit quis. Lorem ipsum dolor sit amet.

0 comments:

E-mail Newsletter

Sign up now to receive breaking news and to hear what's new with us.

Recent Articles

© 2014 Materi PW Semester 2. WP themonic converted by Bloggertheme9. Published By Gooyaabi Templates | Powered By Blogger
TOP