Difference between revisions of "Cedrick"

From wiki
Jump to navigation Jump to search
 
(5 intermediate revisions by the same user not shown)
Line 1: Line 1:
<!-- Test Trial-->
+
<!DOCTYPE html>
 +
<html>
 +
<link rel="stylesheet" href="https://www.google.com/w3.css">
 +
<head>
 +
<style>
 +
body {
 +
  background-color: linen;
 +
}
  
<nowiki>#</nowiki>sidebar{
+
h1 {
 +
  color: maroon;
 +
  margin-left: 40px;
 +
}
 +
</style>
 +
</head>
 +
<body>
  
float : right;
+
<h1>This is a heading</h1>
 +
<p>This is a paragraph.</p>
  
width: 30%;
+
</body>
 
+
</html>
background - color: #333;
 
 
 
color:#fff;
 
 
 
paddling: 15px;
 
 
 
box-sitting: border-box;
 
 
 
 
 
<img src="/pix/samples/18m.jpg" width="100" height="121" alt="Photo of 3 cats">
 
 
 
<p>This image is resized using the 'width' and 'height' attributes of the 'img' tag.</p>
 
}
 

Latest revision as of 09:42, 18 November 2019

<!DOCTYPE html> <html> <link rel="stylesheet" href="https://www.google.com/w3.css"> <head> <style> body {

 background-color: linen;

}

h1 {

 color: maroon;
 margin-left: 40px;

} </style> </head> <body>

This is a heading

This is a paragraph.

</body> </html>