User:Abis777: Difference between revisions

From Stage One Wiki
Jump to navigationJump to search
Abis777 (talk | contribs)
No edit summary
Abis777 (talk | contribs)
Line 6: Line 6:


== HTML ==
== HTML ==
The following HTML document is used to display a simple page
The following HTML code is used to display a simple page
  <html>
  <html>
     <head>
     <head>

Revision as of 05:08, 23 August 2016

My courses

  • COMPSCI 105
  • COMPSCI 111
  • ECON 151G
  • MATH 108

HTML

The following HTML code is used to display a simple page

<html>
    <head>
        <title>Welcome</title>
    </head>
    <body>
        This is a simple HTML document
    </body>
</html>

Internal Links

Yun Sing Koh Dr. Koh's page