Frontend Development

VERY basic HTML template

Submitted by NSA, , Thread ID: 10768

Thread Closed

RE: VERY basic HTML template

NSA
) )
Supreme
Level:
0
Reputation:
93
Posts:
1.74K
Likes:
114
Credits:
459
OP
04-05-2016, 11:40 PM
#41
03-05-2016, 02:24 AM
SilverStryfe Wrote:
Speaking of a worthless topic...

Speaking of a fucking autist.
xxx

RE: VERY basic HTML template

NSA
) )
Supreme
Level:
0
Reputation:
93
Posts:
1.74K
Likes:
114
Credits:
459
OP
04-05-2016, 11:58 PM
This post was last modified: 04-05-2016, 11:58 PM by NSA
#42
04-05-2016, 11:44 PM
Zons3 Wrote:
04-05-2016, 11:40 PM
NSA Wrote:
03-05-2016, 02:24 AM
SilverStryfe Wrote:
Speaking of a worthless topic...

Speaking of a fucking autist.

@NSA please help me bro. I need a this link https://nulledbb.com/Thread-RIP-ForumRoot-Ripped-Theme :(

NSA you here bro ? please help me I need a this link https://nulledbb.com/Thread-RIP-ForumRoot-Ripped-Theme

How does get a terminal fucking illness sound?
xxx

RE: VERY basic HTML template

16-05-2016, 05:04 PM
#43
Slightly more advanced-basic template:
<html>
<head>
<title>title here.</title>
</head>
<body>
</body>
</html>
[Image: d099454e9980e51f6ca52f9f26e18f58fa3f440c_hq.gif]

RE: VERY basic HTML template

fdigl
the actual smol girl ?
Õ░åµØÑÒü«Þ¿╝õ║║
Level:
3
Reputation:
253
Posts:
3.44K
Likes:
651
Credits:
3.7K
29-05-2016, 12:11 AM
This post was last modified: 29-05-2016, 12:12 AM by fdigl
#44
16-05-2016, 05:04 PM
IveGotBigBlackClock Wrote:
Slightly more advanced-basic template:
<html>
<head>
<title>title here.</title>
</head>
<body>
</body>
</html>

Slightly less minimalistic cancer template :spooky:

Code:
<!COCKTYPE HTML><html><body>Hello, world!</body></html>

RE: VERY basic HTML template

NSA
) )
Supreme
Level:
0
Reputation:
93
Posts:
1.74K
Likes:
114
Credits:
459
OP
29-05-2016, 01:31 AM
#45
29-05-2016, 12:11 AM
fdigl Wrote:
16-05-2016, 05:04 PM
IveGotBigBlackClock Wrote:
Slightly more advanced-basic template:
<html>
<head>
<title>title here.</title>
</head>
<body>
</body>
</html>

Slightly less minimalistic cancer template :spooky:

Code:
<!COCKTYPE HTML><html><body>Hello, world!</body></html>

Some nice bants
xxx

RE: VERY basic HTML template

Illuminatus
Fulltime Member
Level:
0
Reputation:
62
Posts:
1.56K
Likes:
59
Credits:
95
29-05-2016, 01:53 AM
This post was last modified: 29-05-2016, 01:55 AM by Illuminatus
#46
25-03-2016, 03:02 AM
NSA Wrote:
18-03-2016, 10:50 PM
Billy Wrote:
This is extremely basic

Here's a REAL template

Code:
<?php
header('Content-Type: text/html; charset=utf-8');
?>
<!DOCTYPE html>
<html lang="en">
<head>
<title>Your page title</title>
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="Description of website">
<meta name="keywords" content="Search engine keywords">
<meta name="author" content="You">
<link rel="shortcut icon" href="/favicon.ico"/>

<!--[if lt IE 9]>
<script src="/home/https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
<script src="/home/https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
<![endif]-->
</head>
<body>
<h1>My First Heading</h1>

<p>My first paragraph.</p>
</body>
</html>

Complete with device, browser and screen responsiveness, proper UTF-8 encoding, language, favicon and SEO ranking improvers

oh and php :^)

"VERY basic HTML template"
"VERY"

This was made for those with no knowledge of HTML at all

Why this?

Code:
<?php
header('Content-Type: text/html; charset=utf-8');
?>

Instead of this

Code:
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
Do not allow the eye to fool the mind.

RE: VERY basic HTML template

Faded
Legend
Level:
21
Reputation:
215
Posts:
10.2K
Likes:
1.12K
Credits:
15K
29-05-2016, 01:58 AM
#47
29-05-2016, 01:53 AM
Realistic Wrote:
25-03-2016, 03:02 AM
NSA Wrote:
18-03-2016, 10:50 PM
Billy Wrote:
This is extremely basic

Here's a REAL template

Code:
<?php
header('Content-Type: text/html; charset=utf-8');
?>
<!DOCTYPE html>
<html lang="en">
<head>
<title>Your page title</title>
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="Description of website">
<meta name="keywords" content="Search engine keywords">
<meta name="author" content="You">
<link rel="shortcut icon" href="/favicon.ico"/>

<!--[if lt IE 9]>
<script src="/home/https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
<script src="/home/https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
<![endif]-->
</head>
<body>
<h1>My First Heading</h1>

<p>My first paragraph.</p>
</body>
</html>

Complete with device, browser and screen responsiveness, proper UTF-8 encoding, language, favicon and SEO ranking improvers

oh and php :^)

"VERY basic HTML template"
"VERY"

This was made for those with no knowledge of HTML at all

Why this?

Code:
<?php
header('Content-Type: text/html; charset=utf-8');
?>

Instead of this

Code:
<meta http-equiv="content-type" content="text/html; charset=UTF-8">

Why that instead of this?

Code:
<meta charset="UTF-8">
[Image: InZ3hGx.png]

RE: VERY basic HTML template

Illuminatus
Fulltime Member
Level:
0
Reputation:
62
Posts:
1.56K
Likes:
59
Credits:
95
29-05-2016, 02:03 AM
#48
29-05-2016, 01:58 AM
Faded Wrote:
29-05-2016, 01:53 AM
Realistic Wrote:
25-03-2016, 03:02 AM
NSA Wrote:
18-03-2016, 10:50 PM
Billy Wrote:
This is extremely basic

Here's a REAL template

Code:
<?php
header('Content-Type: text/html; charset=utf-8');
?>
<!DOCTYPE html>
<html lang="en">
<head>
<title>Your page title</title>
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="Description of website">
<meta name="keywords" content="Search engine keywords">
<meta name="author" content="You">
<link rel="shortcut icon" href="/favicon.ico"/>

<!--[if lt IE 9]>
<script src="/home/https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
<script src="/home/https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
<![endif]-->
</head>
<body>
<h1>My First Heading</h1>

<p>My first paragraph.</p>
</body>
</html>

Complete with device, browser and screen responsiveness, proper UTF-8 encoding, language, favicon and SEO ranking improvers

oh and php :^)

"VERY basic HTML template"
"VERY"

This was made for those with no knowledge of HTML at all

Why this?

Code:
<?php
header('Content-Type: text/html; charset=utf-8');
?>

Instead of this

Code:
<meta http-equiv="content-type" content="text/html; charset=UTF-8">

Why that instead of this?

Code:
<meta charset="UTF-8">

That's also an option since
Code:
content="text/html;

is pretty much useless.
Do not allow the eye to fool the mind.

RE: VERY basic HTML template

Izen
Newbie
Level:
0
Reputation:
0
Posts:
14
Likes:
0
Credits:
14
21-02-2019, 05:55 AM
#49
Thank you sir will try this one.. keep sharing.! Hope I will learn more form this forum.

RE: VERY basic HTML template

blacklight524
Newbie
Level:
0
Reputation:
0
Posts:
16
Likes:
0
Credits:
1
22-02-2019, 05:27 PM
#50
so basic .

Users browsing this thread: 1 Guest(s)