write a program to add a title of a web page
Answers
Answered by
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.
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
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
:
<HTML>
<HEAD><TITLE>write your title</TITLE>
</HEAD>
</HTML>
.
.
.
save this document with extension as .HTML or .htm
.
.
for example :my documents.html
Similar questions