игровые автоматы
skip to main
|
skip to sidebar
Pages
Home
let's code...
Simple solutions to various problems.
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
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
Social Icons
X
Labels
about
(1)
adsense
(1)
alignment
(1)
avidemux
(1)
box
(1)
cells
(1)
close
(1)
close button
(1)
color
(1)
css
(3)
document
(1)
facebook
(2)
facebook comments
(1)
ffmpeg
(1)
fixed bar
(1)
fonts
(1)
Google
(2)
google apps
(1)
google plus
(1)
headings
(1)
html
(2)
javascript
(1)
link
(1)
post
(1)
share buttons
(1)
tables
(2)
z-index
(1)
Popular Posts
Powered by
Blogger
.
Blog Archive
►
2015
(2)
►
October
(1)
►
June
(1)
►
2014
(9)
►
July
(2)
►
May
(1)
►
April
(2)
►
March
(4)
▼
2013
(8)
▼
October
(8)
custom fonts with css (@face-fonts command)
the simplest html document
How to color your table cells.
How to create a simple hyperlink.
Creating simple headings with html
Why learn html?
How to make a table using html
How to align text/image/table or anything else on ...
Sample text
Sample Text
No comments:
Post a Comment