HTML 5 – sample code
DOCTYPE declaration and character encoding (charset) a s below.
<!DOCTYPE html>
<html>
<head>
<meta charset=”UTF-8″>
<title>Title of the document</title>
</head>
<body>
Content of the document……
</body>
</html>
Azure, RPA, AI, Selenium, Angular, API
DOCTYPE declaration and character encoding (charset) a s below.
<!DOCTYPE html>
<html>
<head>
<meta charset=”UTF-8″>
<title>Title of the document</title>
</head>
<body>
Content of the document……
</body>
</html>