Buscar

What is the correct sequence of steps to create a recipe book with pagination in the practical class of the discipline 'Programming for internet in...

What is the correct sequence of steps to create a recipe book with pagination in the practical class of the discipline 'Programming for internet in front-end'?

Create a folder on your computer named 'Exercise 1';
Open VSCode and choose the 'Open Folder' option. Choose the folder you just created and open the project;
Create the following structure in your project: assets, css, images, js, and index.html;
Add a basic HTML structure to the index.html file;
Add the reference to bootstrap inside the tag of your HTML document;
Add a main div that contains the recipe book content and add the 'main' class;
Add a div for each page containing the recipe title in h2, an image, and a text that can be a list (ul, ol) or a p tag and add the 'item' class;
Add a ul with the 'pagination' class from bootstrap just below the main div;
Add an li element for each button;
Choose 3 images for your recipes and add them to the 'images' folder;
Add an id 'pag1', 'pag2', 'pag3' for each div that contains a recipe page;
Create a 'style.css' file inside the 'css' folder;
Add the reference to style.css in the head tag of the index.html document.
a) 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13
b) 2, 1, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13
c) 1, 2, 4, 3, 5, 6, 7, 8, 9, 10, 11, 12, 13
d) 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 13, 12

💡 1 Resposta

User badge image

Ed Verified user icon

A sequência correta de passos para criar um livro de receitas com paginação na aula prática da disciplina "Programação para internet em front-end" é a alternativa (a) 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13.

0
Dislike0

✏️ Responder

SetasNegritoItálicoSublinhadoTachadoCitaçãoCódigoLista numeradaLista com marcadoresSubscritoSobrescritoDiminuir recuoAumentar recuoCor da fonteCor de fundoAlinhamentoLimparInserir linkImagemFórmula

Para escrever sua resposta aqui, entre ou crie uma conta

User badge image

Outros materiais