Django 31-64

Django 31-64

University

33 Qs

quiz-placeholder

Similar activities

¿Cuánto sabes de HTML Y CCS?

¿Cuánto sabes de HTML Y CCS?

University

28 Qs

IWT 2

IWT 2

University

31 Qs

HTML and CSS Quiz

HTML and CSS Quiz

University

34 Qs

Walentynki

Walentynki

KG - Professional Development

28 Qs

HTML, CSS and JavaScript

HTML, CSS and JavaScript

University

35 Qs

Play with Python Lib

Play with Python Lib

KG - Professional Development

30 Qs

Weekly Quiz_Week 11

Weekly Quiz_Week 11

University

30 Qs

11132434

11132434

1st Grade - University

30 Qs

Django 31-64

Django 31-64

Assessment

Quiz

Other

University

Medium

Created by

madina kanatkyzy

Used 2+ times

FREE Resource

33 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which is the correct ordering of opening tags in a well-formed html document?

h1 body title head html

body html h1 head title

title head html body h1

html head title body h1

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the start of an HTML comment?

#

/*

<!--

'''

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What tag is used in a document's <head> area to set the text shown in the tab of the browser or title bar?

title

style

meta

script

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

In HTML, what attribute is used to indicate text that will be shown if an image is not loaded or read to a user who is using a screen reader?

onclick

alt

src

href

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is NOT a way to include CSS in an HTML page?

External Style Sheet

Using the <style> tag inline in the HTML document

Using the <font> tag to enclose other tags

Directly on an HTML tag using the style= attribute

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which HTML tag does nothing to the text it surrounds and has as its sole purpose to create a "handle" so as to be able to apply CSS to the text.

<span>

<embed>

<handle>

<h1>

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Why is there more than one font listed in the following CSS rule?

body { font-family: "Trebuchet MS", Helvetica, Arial, sans-serif; } 

They are listed in descending preference order if the fonts specified are not present in the browser

They are the preferred fonts for Windows, Mac, Linux, and "Other" systems

This is a syntax error, square braces [ ] should be used for the CSS rule

This is a syntax error, the rule should start with "font-name"

Create a free account and access millions of resources

Create resources
Host any resource
Get auto-graded reports
or continue with
Microsoft
Apple
Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?