Frontend Development

VERY basic HTML template

Submitted by NSA, , Thread ID: 10768

Thread Closed

RE: VERY basic HTML template

OP
#31
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
xxx

RE: VERY basic HTML template

#32
A tip, maybe instead of making an ez post to just post for posting, maybe spend a bit more time and contribute to the community by making your own version of a tutorial explain things like what the contents of the template do?
[Image: giphy.gif]

RE: VERY basic HTML template

#33
25-03-2016, 04:23 AM
Gummy Wrote:
A tip, maybe instead of making an ez post to just post for posting, maybe spend a bit more time and contribute to the community by making your own version of a tutorial explain things like what the contents of the template do?

Ye I agree

Also tell them like how to edit the text, and what to add if they want to add something

[Image: Yp8ZHSk.gif]

RE: VERY basic HTML template

#34
Good tutorial for beginners.
I owe @A 267 credits
i owe akihisa 250 credits

RE: VERY basic HTML template

#35
25-03-2016, 06:10 AM
Tom Wrote:
Good tutorial for beginners.

Is it really though?
Aisaka
Anbu is cool I guess.
My padawan: Asa
[Image: LVRtdlA.png]

RE: VERY basic HTML template

#36
25-03-2016, 06:28 AM
Rabbit Wrote:
25-03-2016, 06:10 AM
Tom Wrote:
Good tutorial for beginners.

Is it really though?

What? No?
I owe @A 267 credits
i owe akihisa 250 credits

RE: VERY basic HTML template

#37
25-03-2016, 08:45 AM
Tom Wrote:
25-03-2016, 06:28 AM
Rabbit Wrote:
25-03-2016, 06:10 AM
Tom Wrote:
Good tutorial for beginners.

Is it really though?

What? No?

In the end, it doesn't teach them anything. It just spoonfeeds them something that they can already find anywhere else.
1

RE: VERY basic HTML template

#38
25-03-2016, 09:25 AM
fdigl Wrote:
25-03-2016, 08:45 AM
Tom Wrote:
25-03-2016, 06:28 AM
Rabbit Wrote:
25-03-2016, 06:10 AM
Tom Wrote:
Good tutorial for beginners.

Is it really though?

What? No?

In the end, it doesn't teach them anything. It just spoonfeeds them something that they can already find anywhere else.

Yeah, I guess.
I owe @A 267 credits
i owe akihisa 250 credits
1

RE: VERY basic HTML template

#39
Learning that was pretty fun lol. I enjoyed it

RE: VERY basic HTML template

#40
Speaking of a worthless topic...

Users browsing this thread: 13 Guest(s)