html5's my file is succesfly.
I wanna set the @font-face in body {} or p{} 's styles.
And then I wanna set the writing-mode: tb-rl; in body {} 's styles.
At now I know the way for stylesheet's can do is so a few word only.
It's like this.
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
body { background-color: #000000; background-image: url(Picture.jpg); background-repeaet: repeat-y; background-attachment: fixed; background -position: center top; }
p1 { color: #ff00ff; font-size: 30px; }
p2 { color #ccffcc; font-size: 40px; }
as save as file name.css on text edita that is named and added .css.
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
html5 is called by this declare.
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
<!DOCTYPE html>
<html lang="ja">
<head>
<meta charset="Shift_JIS">
<meta name="ROBOTS" content="noindex,nofollow">
<meta http-equiv="imagetoolbar" content="no">
<title>daiary.html</title>
<meta name="discription" content="~~">
<meta name="keywords" content="word">
<link href="index.html" rel="start" type="text/html">
<link href=""file_name.css" rel="stylesheet" text/css">
</head>
<!-- It is appeared on page from this -->
<body oncontextmenu="return false">
<p1><i><b>my diary</b></i></p1><br>
<img src="Picture2.jpg" width="340" height="280">
<video oncontextmenu="return false" src=videoname.mp4" preload="none" width="640" height="480"></video>
<p2>I am trying to set the css</p2><br>
</body>
</html>