Skip to content

codeahelloworld/Hello-World-in-HTML

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

Hello World in HTML

Create a Hello-World WEB PAGE in HTML

  • Create a new file called index.html.
  • Add the following code to the file.
<html>
<head>
    <title>Hello World</title>
</head>

<body>
    <p>Hello World</p>
</body>
</html>
  • Double click on the file

About

Create a simple Hello_World Web Page using HTML

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages