Menu


Menu Tab

Pages

Showing posts with label Contoh kode (CSS) dan (HTML). Show all posts
Showing posts with label Contoh kode (CSS) dan (HTML). Show all posts

Contoh kode (CSS) dan (HTML)

Contoh kode  (CSS) dan (HTML
 
(kode CSS)

h1 {text-align: center; color: #0000FF;}






yang akan digabungkan dengan kode HTML
menjadi sebuah kalimat (Mari Belajar


(kode HTML)

<html>
<head>
<title>
Post </title>
<link rel=”stylesheet” type=”text/css” href=”css.css”>
</head>

<body> <h1>
Mari Belajar </h1>
</body>
</html>
                                                                      
Contoh CSS dan HTML yang digabung mengunakan tag penutup
<style type="text/css">  </style>
<style type="text/css">
 h1 { text-align: center; color :  # 0000FF; }
</style>
 <html>
<head>
<title> CSS & HTML </title>
<link rel=”stylesheet” type=”text/css” href=”css.css”>
</head>

<body> <h1>
Mari Belajar </h1>
</body>
</html>
          
Contoh CSS dan HTML setelah digabung hasilnya menjadi

Mari Belajar

All Sources
Edited by. Myscript2010

Myscript2010

Home Page
 
 

M2010

Copyright © Cibeber Cimahi