Loading [MathJax]/jax/output/HTML-CSS/fonts/TeX/fontdata.js

N5 Computing Science (WDD) - HTML + CSS 2

Descrição

Introduction to CSS
Ian Simpson
Quiz por Ian Simpson, atualizado 2 meses atrás
Ian Simpson
Criado por Ian Simpson aproximadamente 5 anos atrás
105
0
1 2 3 4 5 (1)

Resumo de Recurso

Questão 1

Questão
When using internal CSS, all style information should be inside the <HEAD> tags.
Responda
  • True
  • False

Questão 2

Questão
Select all lines of code below which contain CSS, not HTML
Responda
  • background-color: lightblue;
  • <a href="index.html">Home page</a>
  • h1 {
  • <h1>

Questão 3

Questão
Complete the CSS code below to make the any HTML <H1> tags appear in red and in the centred on the screen: <!DOCTYPE html> <html> <head> <title>repl.it</title> <style> h1 { [blank_start]color: red;[blank_end] text-align: [blank_start]center[blank_end]; } </style> </head> <body> <h1>Heading 1</h1> <h2>Heading 2</h2> <p>A paragraph of text</p> </body> </html>
Responda
  • color: red;
  • color: blue;
  • color: green;
  • center
  • left
  • right

Questão 4

Questão
Complete the CSS code below to make the HTML <P> tags appear in a different font from the <H1> and <H2> tags: <!DOCTYPE html> <html> <head> <title>repl.it</title> <style> [blank_start]h1[blank_end],h2 { font-family: Verdana; } [blank_start]p[blank_end] { font-family: [blank_start]Times New Roman[blank_end]; } </style> </head> <body> <h1>Heading 1</h1> <h2>Heading 2</h2> <p>A paragraph of text</p> </body> </html>
Responda
  • h1
  • p
  • Times New Roman
  • Verdana

Questão 5

Questão
Complete the CSS code below to make the webpage look like the image shown: <!DOCTYPE html> <html> <head> <title>repl.it</title> <style> body { background-color: [blank_start]blue[blank_end]; } h1,h2 { font-family: Verdana; background-color: [blank_start]yellow[blank_end]; [blank_start]color: blue;[blank_end] padding: 14px 25px; text-align: center; } p { font-family: Times New Roman; [blank_start]color: yellow;[blank_end] } </style> </head> <body> <h1>Heading 1</h1> <h2>Heading 2</h2> <p>A paragraph of text</p> </body> </html>
Responda
  • blue
  • yellow
  • color: blue;
  • color: yellow;

0 comentários

There are no comments, be the first and leave one below:

Semelhante

Types and Components of Computer Systems
Jess Peason
Input Devices
Jess Peason
Output Devices
Jess Peason
Computing
Kwame Oteng-Adusei
Pack of playing cards answer
Karl Taylor
Code Challenge Flow Chart
Charlotte Hilton
front end developer test
joni jiniani
Test I. Introduction to web technologies
Angel Martínez Rodriguez
Intro to HTML
Balikkoftesi
Front-End Web Development
Chanthy Ngin