[HTML] Day 6: Creating title of my webpage
Can I create title of my webpage instead of 1.html?
<title></<title>
This changed my web page title from 1.html to My Web
-->
Alright but I kind of want to add different language but I know I need to use an attribute
<meta charset="utf-8">. Charset = Character & Set
The most importantly...
To finish and make this as universal
1. Start off <!doctype html>: The document type of this page is html
2. follow by <html></html>
3. Separate the title and the body: <head></head> and <body></body>
Let's look at the YouTube's source page!