+ 1
Please how do I write my title on html
What will be the title for a CV project
4 ответов
+ 2
<title> Resume </title> title for web page
<h1> Curriculum vitae </h1> by heading in doc
<header> Your Name </header>
+ 2
HTML LESSON 3.1 Slide 7
Mentions the <title> tag.
Please remember to revise what you have learned.
https://www.sololearn.com/Course/HTML/?ref=app
+ 1
Write in the title tag <title> </title>
0
The <title></title> tag will perfectly do the job. But it is also preferable to respect code ethics when placing the head and title tags.