Now, lets start with the basic code!!

 

For the sake of convenience 

<!DOCTYPE html>
<html>
<head>
	<title>My Website</title>
</head>
<body>
Hello World
</body>
</html>

 

Tags: Each element of a webpage is enclosed in tags.

 

For example, 

the body of the web page i.e the content of the webpage lies between the <body> and </body> tag. Similarly to denote the title for the webpage, we enclose it in the <title> tag. 

the <name_of_tag> is for denoting start of the tag, while to close it we use </name_of_tag>

Discussion
Hey everyone! 👋 Need a fast and free Online Notepad for writing notes, saving ideas, or drafting text without installing any software? We've got you covered! Visit onlinenotepadpro.org and start using Online Notepad instantly. Create, edit, and manage your notes from any device with a simple and user-friendly interface. Have questions or feedback? We'd love to hear from you—drop a comment below! 👇 #OnlineNotepad #NotesOnline #FreeNotepad #WriteOnline #TextEditor #OnlineEditor #Productivity #NoteTaking

3

1