Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions hello.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
A text file (sometimes spelled textfile; an old alternative name is flatfile) is a kind of computer file that is structured as a sequence of lines of electronic text. A text file exists stored as data within a computer file system. In operating systems such as CP/M and DOS, where the operating system does not keep track of the file size in bytes, the end of a text file is denoted by placing one or more special characters, known as an end-of-file (EOF) marker, as padding after the last line in a text file.
17 changes: 16 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
@@ -1 +1,16 @@
html
<Html>
<Head>
<title>
Example of Header-levels
</title>
</Head>
<Body>

<h6><center>JavaTpoint </center></h6>
<h5><center>JavaTpoint</center></h5>
<h4><center>JavaTpoint</center></h4>
<h3><center>JavaTpoint</center></h3>
<h2><center>JavaTpoint</center></h2>
<h1><center>JavaTpoint</center></h1>
</Body>
</Html>