Frontend Development

HTML Lessons #1

Submitted by H, , Thread ID: 10979

Thread Closed

RE: HTML Lessons #1

H
y u so shit
Level:
0
Reputation:
91
Posts:
4.07K
Likes:
145
Credits:
5.54K
OP
09-10-2015, 10:52 AM
#4
08-10-2015, 10:50 PM
John Wrote:
Seeing as a few uninformed aspiring web developers may check this tutorial I'd suggest revising this tutorial slightly.

This is a proper barebones HTML document:
Code:
<!DOCTYPE html>
<html>
   <head></head>
   <body></body>
</html>

The title tag would be placed within your head tags, as follows:
Code:
<!DOCTYPE html>
<html>
   <head>
     <title>Website Title</title>
   </head>
   <body></body>
</html>

This tutorial is pretty simple and doesn't really cover getting started from a beginner's perspective. Perhaps elaborate on the purpose of each tag as well as provide examples of how to work with them. Also, I'd suggest explaining how to reference stylesheets from both within and outside of the HTML document. Other than that, good on you for attempting to help website developers. Smile

Yeah I missed some stuff as rushed it whilst at work haha.
The Pengest Turkey

[Image: The-Chicken-Connoisseur-PENGEST-TURKEY-1-1.gif]


Users browsing this thread: 1 Guest(s)