Skip to content

Instantly share code, notes, and snippets.

@adimancv
Last active March 2, 2018 10:24
Show Gist options
  • Save adimancv/7dc1f2145cfccce9e3750f323e850288 to your computer and use it in GitHub Desktop.
Save adimancv/7dc1f2145cfccce9e3750f323e850288 to your computer and use it in GitHub Desktop.
Contoh css 245646
<html>
<head>
<title>Contoh Bentuk Inline</title>
</head>
<body bgcolor="#FFFFFF">
<p id="cth1">Ini adalah contoh tag P tanpadiformat menggunakan CSS</p>
<p id="cth2" style="font-size:20pt">Tag P ini diformat dengan besar font 20 point</p>
<p id="cth3" style="font-size:14pt; color:red">Tag P ini diformat dengan besar font 14 point, dan menggunakan warna merah</p>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment