Monaen's WikiHTML code style 2015-10-13
Code Template
1 |
|
Notices
- The
title
andlink
put inside<head>
tag1
2
3
4<head>
<title>We're learning selectors!</title>
<link rel="stylesheet" href="style.css">
</head>
1 |
|
title
and link
put inside <head>
tag1 | <head> |