12 lines
240 B
HTML
12 lines
240 B
HTML
<html>
|
|
<head>
|
|
<title>move_css_to_head example</title>
|
|
</head>
|
|
<body>
|
|
<div class="blue yellow big bold">
|
|
Hello, world!
|
|
</div>
|
|
<link rel="stylesheet" type="text/css" href="styles/all_styles.css">
|
|
</body>
|
|
</html>
|