Skip to content

Alahub27/Alahub27.github.io

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Hello World for the Web Template

This project provides template code for Hello World for the Web and is based on W3Schools HTML Tutorial.

Author

Eric Pogue email:epogue@lewisu.edu

Credits

W3Schools HTML Tutorial for the HTML template code.

License

This project is licensed under the MIT License - see the LICENSE.md file for details.

Improvements

Add English language and UTF-8 tags by modifying index.html so that it looks like this:

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
	<title>Page Title</title>
</head>
<body>
	<h1>This is a Heading</h1>
	<p>This is a paragraph.</p>
</body>
</html>

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages