Created
July 3, 2025 16:35
-
-
Save artlung/119ba6d8efcc17756979265106212f75 to your computer and use it in GitHub Desktop.
TextEdit.html, a TextEdit document saved as HTML
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> | |
<html> | |
<head> | |
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"> | |
<meta http-equiv="Content-Style-Type" content="text/css"> | |
<title></title> | |
<meta name="Generator" content="Cocoa HTML Writer"> | |
<meta name="CocoaVersion" content="2575.6"> | |
<style type="text/css"> | |
p.p1 {margin: 0.0px 0.0px 0.0px 0.0px; font: 12.0px Helvetica} | |
p.p2 {margin: 0.0px 0.0px 0.0px 0.0px; font: 12.0px Helvetica; min-height: 14.0px} | |
li.li1 {margin: 0.0px 0.0px 0.0px 0.0px; font: 12.0px Helvetica} | |
ul.ul1 {list-style-type: disc} | |
</style> | |
</head> | |
<body> | |
<p class="p1">Hello World.</p> | |
<p class="p2"><br></p> | |
<p class="p1">I am an HTML Page and I was made with TextEdit.</p> | |
<p class="p2"><br></p> | |
<p class="p1"><i>See!</i> HTML Hand Made!</p> | |
<p class="p2"><br></p> | |
<ul class="ul1"> | |
<li class="li1">I even can make a bulleted list</li> | |
<li class="li1">And make different points</li> | |
<li class="li1">About things</li> | |
</ul> | |
<p class="p2"><br></p> | |
</body> | |
</html> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment