Username:
Password:
Remember me:
Register
Back to the menu
Back to forum: Web Programming (HTML, JS, CSS, PHP, MySQL)
Search forums via Google
0 Users appreciate this thread.
Lesson 1 on html
Started by
ryanb000977
(2012-09-23 23:20:20)
ryanb000977
(2012-09-23 23:20:20)
Welcome! ill be telling you the basic html codes in website making!
<html> ;Start with every site!
<head> ;Start of the section the browser reads!
<title> ;Title of site!
</head> ;End of the Browser information
<body> ;Start of the website code
<h1>Insert Text Here</h1> ;Header text
<p>Inser Text here</p> ;Paragraph text
</body> ;End of website
</html> ;End of Document
Type this in a text editor and save it as index.html!
see ya later!
angelrulez7
(2012-09-24 14:09:20)
I don't use any of these.
a
klubadmin
(2012-09-25 01:24:54)
@ar7 I hope you're just trolling.
socialcu.be
3dsklub.cf
Like what I said?
+respect
>Official Trinate Spriter<
Log in to submit a comment
This topic's ID: 31931
Back to forum: Web Programming (HTML, JS, CSS, PHP, MySQL)
Total registered users:
8321
New registered users today:
7
Newest registered user:
ElegantVulpes
©  Copyright 2026 3DSPlaza. All Rights Reserved
Welcome! ill be telling you the basic html codes in website making!
<html> ;Start with every site!
<head> ;Start of the section the browser reads!
<title> ;Title of site!
</head> ;End of the Browser information
<body> ;Start of the website code
<h1>Insert Text Here</h1> ;Header text
<p>Inser Text here</p> ;Paragraph text
</body> ;End of website
</html> ;End of Document
Type this in a text editor and save it as index.html!
see ya later!