Computer Science, asked by mdabdulrahaman, 1 year ago

write a program to add a title of a web page

Answers

Answered by mahesh4668
1
Steps

Open a text editing program (or IDE) such as Atom, Brackets or even TextEdit or Notepad++.

Create the <html> body. Using the <html> tags, create a .html file with either tags on a new line. ...

Add the <head> section. ...

Add the <body> section.


mdabdulrahaman: can you show me on paper
Answered by harshitadebu
2
open notepad in computer and start typing
:
<HTML>
<HEAD><TITLE>write your title</TITLE>
</HEAD>
</HTML>
.
.
.
save this document with extension as .HTML or .htm
.
.
for example :my documents.html

harshitadebu: plz mark as brainliest
harshitadebu: plz mark it as brainliest
Similar questions