1
I have a coding problem (accentuation) with the template pattern of Bootstrap
, specifically the carousel
.
The official code has the goals defined thus:
<html lang="en">
<head>
<meta http-equiv="X-UA-Compatible">
<meta content="charset=utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- The above 3 meta tags *must* come first in the head; any other head content must come *after* these tags -->
<meta name="description" content="">
<meta name="author" content="">
<link rel="icon" href="favicon.ico"> (...)
But when I put words like: Beginning, Remarks, or any other accentuated word, even with the charset
defined as utf-8
the page displays a diamond interrogation.