Marada Studios
Welcome Noob!
Main | How to do a basic document - Forum | Registration | Not Logged In
[ New messages · Members · Forum rules · Search · RSS ]
  • Page 1 of 1
  • 1
Forum moderator: igotyou2012, Geist  
Forum » Forums » Web Tutorials » How to do a basic document
How to do a basic document
GeistDate: Tuesday, 2011-03-01, 8:58 AM | Message # 1
OVERLORD!
Group: Administrators
Messages: 5
Awards: 1
Reputation: 2
Status: Offline
First, initialize your code with the HTML tag.
Then, initialize your title, and make a heading, paragraph, and add text.
After that, make sure you close everything you open.

It will look something like this:

<html>
<h1>Hello World!</h1>
<p>
This is my first HTML page.
<h2>In this page I will learn:
<ul>
<li>Headings</li>
<li>Paragraphs</li>
<li>Lists</li>
</ul>
<h2>Lists can also be ordered:</h2>
<ol>
<li>Item 1</li>
<li>Item 2</li>
<li>Item 3</li>
</ol>
</p>
</html>


"Stupid people are often happy people"
 
Forum » Forums » Web Tutorials » How to do a basic document
  • Page 1 of 1
  • 1
Search:

Copyright Marada Studios © 2024