Difference between revisions of "User:Asandle1"

From LMU BioDB 2024
Jump to navigation Jump to search
(Created page with "<!DOCTYPE html> <html> <body> <h1>Testing</h1> <p>Does HTML WORK.</p> </body> </html>")
 
m (No meaningful changes, was just trying to use HTML and Markdown text to see if either worked.)
Line 1: Line 1:
<!DOCTYPE html>
+
 
<html>
+
 
  <body>
+
 
   <h1>Testing</h1>
+
 
   <p>Does HTML WORK.</p>
+
 
 +
This seems to be markup text based not html.
 +
    test
 +
   <h1>My First Heading</h1>
 +
   <p>My first paragraph.</p>
 
   </body>
 
   </body>
</html>
+
Regular Text
 +
#test
 +
##test
 +
 
 +
 
 +
#Test
 +
#Testing
 +
 
 +
<h2>Testing</h2>

Revision as of 23:02, 12 January 2024



This seems to be markup text based not html.

   test

My First Heading

My first paragraph.

 </body>

Regular Text

  1. test
    1. test


  1. Test
  2. Testing

Testing