This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
HTML: | |
<div class="Periculosidade_"> | |
<label class="Adicional col-md-3">Adicional de:</label><br> | |
<form><br> | |
<input class="col-md-2 col-md-offset-4" type="radio" id="adicional_P" name="adicional" value="perigoso" required>Periculosidade: | |
<select name="adicionalPeric"> | |
<option value="0.30">Padrão</option> | |
</select><br><br> | |
<input class="col-md-2 col-md-offset-4" type="radio" id="adicional_I" name="adicional" value="insalubre" required> Insalubridade: |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!DOCTYPE html> | |
<html> | |
<head> | |
<title>Página Modelo</title> | |
<meta charset="utf-8"> | |
<!-- Bootstrap CSS --> | |
<link rel="stylesheet" type="text/css" href="css/bootstrap.min.css"> | |
<!-- Bootstrap CSS --> | |
<link rel="stylesheet" type="text/css" href="css/bootstrap-theme.min.css"> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!DOCTYPE HTML> | |
<html> | |
<head> | |
<title> | HTML5 | </title> | |
<link rel="stylesheet" type="text/css" href="../css/bootstrap.min.css"> | |
<!-- Bootstrap CSS --> | |
<link rel="stylesheet" type="text/css" href="../css/bootstrap-theme.min.css"> | |
<link rel="stylesheet" type="text/css" href="../css/style (2).css"> | |
<meta http-equiv="content-type" content="text/html" charset="utf-8"> |