- 1
My code
Hi guys Iām new here, Im still not getting the āthe first pageā title
4 Answers
+ 1
What do you mean by "the first page"?
+ 1
Wow thank you, this was so helpful, i finally got itāŗļø
0
The html structure, im not really getting it
0
Vanessa Moses
html structure:
<html>
<head>
<title>
//This will show title like First Page
</title>
//This section is to include libraries
//Apply style using style tag
</head>
<body>
//Visual part of contents
</body>
</html>