///
Considerando-se os trechos de código HTML, analisar os itens abaixo: I - Texto em negrito <samp>Processamento</samp> <kbd>Entrada do teclado</kbd> <var>Variável</var>
II - #html { text-align: center; color: red; } div.ex { background-color: #e5eecc; padding: 7px; }
III - $(document).ready(function(){ $("#html").click(function(){ $(this).hide(); $(this).parents(".ex").hide("slow"); }); }); IV - <form> Nome: <input type="text" name="p nome"> Sobrenome: <input type="text" name="s nome"> </form>
Está(ão) CORRETO(S):