<!DOCTYPE html>
<html>
<head>
<title>Yoda Concreteness Example</title>
<style>
.my-yoda {
colour: green;
font-size: 24px;
}
</style>
</head>
<body>
<h1 class="my-yoda">
"Misguided, the web page becomes when
syntax and semantics are ignored. <br>
Deviating from the concreteness
requirement leads to chaos, it does. <br>
Styling and structure, lost they are,
rendering confusion and frustration, they will."
</h1>
</body>
</html>