Magna Concursos
2053527 Ano: 2013
Disciplina: TI - Desenvolvimento de Sistemas
Banca: COVEST-COPSET
Orgão: UFPE
Provas:
Analise o seguinte trecho do código HTML, e assinale a alternativa à qual ele se refere.
<html>
<head> <meta content="text/html; charset=UTF-8" http-equiv="content- type"/> <title>HTML5</title> <style type="text/css"> #boxA,#boxB{float:left;width:100px;height:200px;padding:10px;margin:10px;font- size:70%;} #boxA{background-color:red;} #boxB{background-color:green;} #drag,#drag2{width:50px;padding:5px;margin:5px;border:3pxblacksolid;line-height:50px;} #drag{background-color:blue;} #drag2{background-color: orange;} </style> #drag2{background-color: orange;} </style> <script type="text/javascript"> function dragStart(ev){ ev.dataTransfer.setData("ID", ev.target.getAttribute('id')) } function dragOver(ev){returnfalse;}
 

Provas

Questão presente nas seguintes provas

Técnico de TI - Web Design

40 Questões