[Update] PAGE STRUCTURE

Every single ordinary website page comprise of a head and a body.

The head is utilized for content and labels that don't indicate straightforwardly on the page.

The body is utilized for content and labels that are demonstrated straightforwardly on the page.

At long last, all website pages have a <html> tag toward the starting and the end, telling the program where the report begins and where it stops.

The most fundamental code - the code you will use for any page you make, is demonstrated as follows:

<html>

<head>

<!- - This area is for the title and specialized data of the page. - >

</head>

<body>

<!- - This area is for all that you need to appear on the page. - >

</body>

</html>

Iklan Atas Artikel

Iklan Tengah Artikel 1

Iklan Tengah Artikel 2

Iklan Bawah Artikel