Changes

54 bytes removed ,  08:42, 18 November 2019
no edit summary
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>
  −
}