Difference between revisions of "M365/test"

From wiki
Jump to navigation Jump to search
(Replaced content with "A playground, sandbox, test zone for Marc B and Thian. :-) <!-- Google tag (gtag.js) --> <script async src="https://www.googletagmanager.com/gtag/js?id=G-9FPK3M5Y7K"></scr...")
Tag: Replaced
 
(80 intermediate revisions by 4 users not shown)
Line 1: Line 1:
{{#CSS:
+
A playground, sandbox, test zone for Marc B and Thian. :-)
 +
<!-- Google tag (gtag.js) -->
 +
<script async src="https://www.googletagmanager.com/gtag/js?id=G-9FPK3M5Y7K"></script>
 +
<script>
 +
  window.dataLayer = window.dataLayer || [];
 +
  function gtag(){dataLayer.push(arguments);}
 +
  gtag('js', new Date());
  
<!DOCTYPE html>
+
  gtag('config', 'G-9FPK3M5Y7K');
 +
</script>
 
<html>
 
<html>
 +
<body>
 
<head>
 
<head>
<style>
+
 
.newspaper {
 
  column-count: 3;
 
  column-gap: 40px;
 
  column-rule-style: solid;
 
  column-rule-width: 1px;
 
}
 
</style>
 
 
</head>
 
</head>
}}
+
<h1>My First Heading</h1>
 
+
<p>My first paragraph.</p>
<body>
 
 
 
<h1>Set the Rule Width</h1>
 
 
 
<div class="newspaper">
 
Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat. Ut wisi enim ad minim veniam, quis nostrud exerci tation ullamcorper suscipit lobortis nisl ut aliquip ex ea commodo consequat. Duis autem vel eum iriure dolor in hendrerit in vulputate velit esse molestie consequat, vel illum dolore eu feugiat nulla facilisis at vero eros et accumsan et iusto odio dignissim qui blandit praesent luptatum zzril delenit augue duis dolore te feugait nulla facilisi. Nam liber tempor cum soluta nobis eleifend option congue nihil imperdiet doming id quod mazim placerat facer possim assum.
 
</div>
 
  
 
</body>
 
</body>
 
</html>
 
</html>

Latest revision as of 10:11, 20 April 2023

A playground, sandbox, test zone for Marc B and Thian. :-) <script async src="https://www.googletagmanager.com/gtag/js?id=G-9FPK3M5Y7K"></script> <script>

 window.dataLayer = window.dataLayer || [];
 function gtag(){dataLayer.push(arguments);}
 gtag('js', new Date());
 gtag('config', 'G-9FPK3M5Y7K');

</script> <html> <body> <head>

</head>

My First Heading

My first paragraph.

</body> </html>