Horje
html utf-8 Code Example
html utf-8
<!doctype html>
<html lang="en">
    <head>
        <meta http-equiv="content-type" content="text/html; charset=utf-8">
        <title>example</title>
        ...
    </head>
    <body>...</body>
</html>
Source: webhint.io
what is meta charset= utf-8
<head>
<meta charset="utf-8">
<!-- it defines the character encoding , utf-8 stands for 
     unicode transformation format - 8 bits, utf-8 means it will 
     support to display any language -->
     </head>
utf-8
You want the utf-8 meta tag to be the first meta tag in HTML

UTF-8 is a common character encoding. It's accepted by almost 
every browser, and has the characters of almost every language 
in the world. So when you use UTF-8, you don't have to worry about
your website not displaying if there is characters from another language




Html

Related
python selenium get html content Code Example python selenium get html content Code Example
add border to a div Code Example add border to a div Code Example
change color on the same string html Code Example change color on the same string html Code Example
calculator in html Code Example calculator in html Code Example
html insert pdf Code Example html insert pdf Code Example

Type:
Code Example
Category:
Coding
Sub Category:
Code Example
Uploaded by:
Admin
Views:
9