xxxxxxxxxx
<!DOCTYPE html>
<html>
<head>
<title>Page Title</title>
<meta name="description" content="Minimal HTML code."> <!-- SEO -->
</head>
<body>
<h1>Heading</h1>
<h2>Subheading</h2>
<p>paragraph</p>
</body>
</html>
xxxxxxxxxx
<!-- Hi This is an html template -->
<!DOCTYPE html>
<html>
<head>
<title>Hi</title>
</head>
<body>
<p>Example</p>
</body>
</html>
xxxxxxxxxx
$('.fade').slick({
dots: true,
infinite: true,
speed: 500,
fade: true,
cssEase: 'linear'
});
xxxxxxxxxx
const person = {
firstName: 'Elizabeth',
lastName: 'Harmon',
age: 22,
eyeColor: 'Hazel',
};