Web Development 2: Creating Website Problem P2
10 Questions
2 Views

Choose a study mode

Play Quiz
Study Flashcards
Spaced Repetition
Chat to lesson

Podcast

Play an AI-generated podcast conversation about this lesson

Questions and Answers

What is the standard markup language for documents designed to be displayed in a web browser?

Hypertext Markup Language (HTML)

What is the purpose of Cascading Style Sheets (CSS) in web development?

CSS is used for styling web pages.

How are HTML elements described in the text?

HTML elements are described as the building blocks of HTML pages.

What do HTML elements provide means to create?

<p>HTML elements provide means to create structured documents with denoted structural semantics for text.</p> Signup and view all the answers

What element defines the document type as HTML 5?

<p>doctype html</p> Signup and view all the answers

What is the purpose of the href property in a link?

<p>The location of the link</p> Signup and view all the answers

What is the difference between a span and a div element?

<p>Span is inline, div is block-line</p> Signup and view all the answers

What does the _self target property do for a link?

<p>Opens the link in the same page</p> Signup and view all the answers

What property specifies if a link opens in a new tab?

<p>_blank</p> Signup and view all the answers

What does the b tag do in HTML?

<p>Makes the text bold</p> Signup and view all the answers

More Like This

Building Websites with HTML &amp; CSS
12 questions
Dynamic Websites Overview
5 questions
Use Quizgecko on...
Browser
Browser