- 1
Fill in the blanks to add a title to the HTML Page
<html> <head> <____>My Blog <____> </head> </html>
9 odpowiedzi
0
title /title
0
Fill in the blanks to add a title to the HTML Page
<html>
<head>
<____>My Blog <____>
</head>
</html>
Answer
0
title /title
0
<html>
<head>
<title>My Blog </title>
</head>
</html>
0
0
<html>
<head>
<title>My Blog </title>
</head>
</html>
0
lol
- 1
Fill in the blanks to give the page a valid title.
<html>
<
>
<
>A Title<
>
</head>
</html>
- 2
Of which main parts does the HTML file consist of?