User Tools

Site Tools


css

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

css [2015/03/09 13:25] – created hkimscilcss [2015/03/09 13:29] (current) hkimscil
Line 21: Line 21:
  
 ===== External ===== ===== External =====
 +<file css style.css> 
 +h1 {
 +  color: white;
 +  background: black;
 +}
 +</file> 
 +
 +Style sheet 적용 (style.css)
 +
 +<file html PageWithStyleLink.html>
 +<!DOCTYPE html>
 +<html>
 +<head>
 +    <title>External Stylesheet Basic</title>
 +    <link rel="stylesheet" href="Style.css" />
 +</head>
 +<body>
 +    <h1>Hello CSS .. !</h1>
 +</body>
 +</html>
 +</file>
  
css.txt · Last modified: 2015/03/09 13:29 by hkimscil

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki