Jump to content

[HTML] Elements


blasphemy.
 Share

Recommended Posts

The main HTML elements are <html>, <head>, <title> and <body>. Below is a simple example of how to build a website.

HTML
<html>
	<head> 
		<title>My first website using html codes!</title>
	</head> 
	<body> 
		Hi guys! Here I put the contents of the HTML page.
	</body> 
</html>
Edited by Cdorsu
Link to comment
Share on other sites

Guest
This topic is now closed to further replies.
 Share

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.