Git Product home page Git Product logo

html-basics-quiz-dumbo-web-111819's Introduction

Quiz - HTML Basics

???

HTML Basics

?: The ________ displays data that is provided to it by the server.

( ) Server ( ) Hard drive (X) Client ( ) None of the above.

?: A ________ is where HTML data is stored.

( ) Client (X) Server ( ) Browser ( ) None of the above.

?: Which code snippet below demonstrates creating an external link displayed in a separate paragraph?

( )

<p>Start learning to code for free on <a>Learn.co</a>.</p>

(X)

<p>Start learning to code for free on <a href="http://www.learn.co">Learn.co</a>.</p>

( )

<p></p>Start learning to code for free on <a href="http://www.learn.co">Learn.co</a>.

( )

<p>Start learning to code for free on <a href="#">Learn.co</a>.</p>

?: These provide extra information on a tag to identify, classify, style, or modify the default behavior of the element the tag contains.

(X) Attribute ( ) Element ( ) HREF ( ) ID

?: Filetypes that contain information that humans can read are called:

(X) Text files ( ) Binary files ( ) Word documents ( ) Executable files

?: ________ contains information about the page.

( ) A Table ( ) HTML ( ) An Attribute (X) Metadata

?: A well-structured HTML document contains indented nested tags.

(X) TRUE ( ) FALSE

?: The <img> tag is a self-closing tag.

(X) TRUE ( ) FALSE

?: To render a list with numbers, which tag would you use?

( ) <ul> ( ) <li> ( ) <dl> (X) <ol>

?: To render the main heading on a page with the largest font size, which tag would you use?

( ) <head> (X) <h1> ( ) <h2> ( ) <p>

???

View HTML Fundamentals Quiz on Learn.co and start learning to code for free.

html-basics-quiz-dumbo-web-111819's People

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.