Pages

Ads 468x60px

Monday, October 14, 2013

the simplest html document

Hello,today I will show how a basic html document should appear.First we got the document type (doctype) then the <html> tag followed by the <body> tag.At the end you need to close these tags using the / symbol.

<!DOCTYPE html>

<html>
<body>

<h1>heading</h1>
<h2> secondary heading</h2>
<p>paragraph.</p>

</body>
</html>

No comments:

Post a Comment

 

Sample text

Sample Text