Listen "Write your first HTML document"
Episode Synopsis
In this episode, we guide you on how to write your first HTML document.
It looks something like this:
<!DOCTYPE html>
<html lang="en">
<head>
<title>My First HTML Document</title>
</head>
<body>
<h1>This is main heading of this HTML page</h1>
<p>I am a parapgraph</p>
</body>
</html>
It looks something like this:
<!DOCTYPE html>
<html lang="en">
<head>
<title>My First HTML Document</title>
</head>
<body>
<h1>This is main heading of this HTML page</h1>
<p>I am a parapgraph</p>
</body>
</html>
More episodes of the podcast Computer Layman
What is coding?
29/12/2022
ChatGPT and how I use it.
21/12/2022
ZARZA We are Zarza, the prestigious firm behind major projects in information technology.