<!DOCTYPE html>
<
html
lang
=
"en-US"
>
\t
<
head
>
\t\t
<
meta
charset
=
"utf-8"
>
\t\t
<
title
>
Basic Webpage Template
</
title
>
\t\t
<
meta
name
=
"description"
content
=
"A basic HTML webpage template."
>
\t\t
<
meta
name
=
"viewport"
content
=
"width=device-width, initial-scale=1.0"
>
\t\t
<
link
rel
=
"icon"
href
=
"./favicon.png"
type
=
"image/x-icon"
>
\t\t
<
style
>
\t\t\t
\t\t
</
style
>
\t\t
<
link
rel
=
"stylesheet"
type
=
"text/css"
href
=
"./the-stylesheet-filename.css"
>
\t
</
head
>
\t
<
body
>
\t\t
\t\t
<
script
src
=
"./the-script-filename.js"
>
</
script
>
\t\t
<
script
type
=
"text/javascript"
>
\t\t\t
\t\t
</
script
>
\t
</
body
>
</
html
>
A basic HTML web page template with both referenced and embedded javascripts and CSS styling.
Element version: 1.0 (Last updated: January 6, 2024)