TrabalhosGratuitos.com - Trabalhos, Monografias, Artigos, Exames, Resumos de livros, Dissertações
Pesquisar

Fundamentos De Desenvolvimento De Software

Por:   •  23/8/2025  •  Trabalho acadêmico  •  278 Palavras (2 Páginas)  •  36 Visualizações

Página 1 de 2

CENTRO UNIVERSITÁRIO INTERNACIONAL UNINTER

ESCOLA SUPERIOR POLITÉCNICA

SISTEMAS DE INFORMAÇÃO

FUNDAMENTOS DE DESENVOLVIMENTO DE SOFTWARE

ATIVIDADE PRÁTICA

LEONARDO ROCHA AMARAL – RU: 5316037

CARIACICA – ESPÍRITO SANTO

2025

Colar aqui o Link da página no github e link do repositório com os códigos.

Link 1: https://leonardoramaral.github.io/uninter_fds/

Link 2: https://github.com/leonardoramaral/uninter_fds

O trabalho deverá ser entregue em formato pdf contendo os códigos .html, .css e .js.

Cole o código HTML aqui:

<!DOCTYPE html>

<html lang="pt-br">

<head>

<meta charset="UTF-8">

<meta name="viewport" content="width=device-width, initial-scale=1.0">

<title>Minha Página Pessoal</title>

<link rel="stylesheet" href="style.css">

</head>

<body>

<h1>Leonardo Rocha Amaral</h1>

<p>

Olá! Meu nome é Leonardo Rocha Amaral. Tenho 35 anos e sou de Cariacica -

Espírito Santo.

Eu sou apaixonado por Tecnologia, e sempre estou em busca de novos aprendizados.

</p>

<button onclick="mostrarmsg()">Clique para ver uma mensagem!</button>

<p id="mensagem"></p>

<ul>

<li>Jogar On-line no PC</li>

<li>Assistir Filmes / Séries</li>

<li>Passear</li>

</ul>

<img src="meu_hobby.jpg" alt="Hobby" id="imagem">

<table>

<tr>

<td>Canadá</td>

<td><img src="img_canada.jpg" alt="Canadá" width="100"></td>

</tr>

<tr>

<td>EUA</td>

<td><img src="img_eua.jpg" alt="EUA" width="100"></td>

</tr>

<tr>

<td>China</td>

<td><img src="img_china.jpg" alt="China" width="100"></td>

</tr>

</table>

<a href="https://imasters.com.br" target="_blank">Visite meu site favorito</a>

<script src="script.js"></script>

</body>

</html>

Cole o código CSS aqui:

body {

background-color: #f0f8ff;

font-family: Arial, sans-serif;

margin: 0;

padding: 0;

text-align: center;

}

h1 {

color: #4CAF50;

...

Baixar como (para membros premium)  txt (2.8 Kb)   pdf (63.5 Kb)   docx (9.8 Kb)  
Continuar por mais 1 página »
Disponível apenas no TrabalhosGratuitos.com