I am writing a new post in Wordpress, this post I give several examples of HTML codes where I explain all the behavior of the HTML page.
The problem is that Wordpress allows posts texts to be written and formatted with HTML tags, so I can not seem to put an example of an HTML page. I have already tried and '' 'html (Markdown).
Can anyone help me?
Follow the HTML code below:
<!DOCTYPE html>
<html>
<head>
<title>Java Magazine</title>
<link rel="stylesheet" href="http://maxcdn.bootstrapcdn.com/bootstrap/3.3.5/css/bootstrap.min.css">
</head>
<body>
<div class="container">
<h1 id="titulo">Java Magazine - Integração Contínua</h1>
<h2 id="sub-titulo">Usuários</h2>
<hr>
<form class="form-inline" onsubmit="return false">
<div class="form-group">
<input id="id" type="text" class="form-control" placeholder="ID"/>
</div>
<button id="btn-buscar-id" class="btn btn-primary" type="button">ID</button>
<button id="btn-buscar-todos" class="btn btn-primary" type="button">Todos</button>
<button id="btn-limpar" class="btn btn-danger" type="button">Limpar</button>
</form>
<br><br>
<table id="tabela" class="table table-hover">
<thead>
<tr>
<th class="col-xs-1"> #</th>
<th class="col-xs-11"> Nome</th>
</tr>
</thead>
<tbody id="tabela-resultado"></tbody>
</table>
<p id="erro" class="bg-warning">Nenhum registro encontrado!</p>
</div>
</body>
</html>
The tag that opens the form, until the end of the fomulário, comes out of the text, the text reappears in.