Difference between revisions of "Test2"

From ex25
Jump to: navigation, search
(test2)
 
(3 intermediate revisions by one user not shown)
Line 1: Line 1:
 
==== test2 ====
 
==== test2 ====
  
#wrapper {
+
<hmtl>
width: 700px;
+
<title>webpage title</title>
margin: 0 auto;
+
<link rel="stylesheet" type="text/css" href="styles.css">
border: 2px solid #369;
+
}
+
  
#header {
+
<body>
width: 100%;
+
border-bottom: 1px solid #369;
+
margin: 0;
+
padding: 0;
+
}
+
  
#menu {
+
<div id="wrapper">
width: 200px;
+
float: left;
+
border-right: 1px solid #369;
+
margin: 0;
+
padding: 5px;
+
}
+
  
#content {
+
<div id="header">
width: 500px;
+
[[File:Rtdm2-01.jpg|850px]]
border: none;
+
</div>
margin: 0;
+
padding: 5px;
+
}
+
  
#footer {
+
<div id="menu">
width: 100%;
+
<html>
border-top: 1px solid #369;
+
<script src='http://assets.juicer.io/embed.js' type='text/javascript'></script>
margin: 0;
+
<link href='http://assets.juicer.io/embed.css' media='all' rel='stylesheet' type='text/css' />
padding: 5px;
+
<div><ul class='juicer-feed' data-feed-id='introduction-programme' data-pages='1'></ul></div>
}
+
</html>
 +
</div>
 +
 
 +
<div id="content">
 +
<html>
 +
<iframe width="560" height="315" src="https://www.youtube.com/embed/videoseries?list=PLFtbK23fsvt_2W4kilnwMkoBd8pwhtIX5" frameborder="0" allowfullscreen></iframe>
 +
</html>
 +
</div>
 +
 
 +
<div id="footer">
 +
[[File:Rtdm2-01.jpg|850px]]
 +
</div>
 +
 
 +
</div>
 +
</body>
 +
&l6;/html>
  
  

Latest revision as of 19:30, 20 January 2016

test2

<hmtl> <title>webpage title</title> <link rel="stylesheet" type="text/css" href="styles.css">

<body>

</body> &l6;/html>