20 questions
How the content of a website is organized?
Website Structure
HTML Element
CSS
HTML
The special set of characters that indicates the start and end of an HTML element and that element's type.
HTML TAG
HTML Element
CSS
Hypertext Markup Language, a language used to create web pages.
Website Content
Website Structure
HTML
WWW
A piece of a website, marked by a start tag and often closed with an end tag
HTML Element
HTML Tag
Web Content
Web Structure
What tag represents a paragraph?
<p></p>
<html></html>
<head></head>
<body></body>
What tag represents the heading?
<html></html>
<body></body>
<p></p>
<head></head>
What tag represents HTML tag?
<head></head>
<body></body>
<p></p>
<html></html>
A collection of interlinked web pages on the World Wide Web
Blog
Social Media
Websites
Hyperlink
What is the largest website in the world?
Yahoo
The collected information about an individual across multiple websites on the Internet.
Social Sleuth
Digital footprint
privacy
The exclusive legal right to print, publish, perform, film, or record literary, artistic, or musical material, and to authorize others to do the same
Creative Commons
Copyright
intellectual property
citation
A collection of public copyright licenses that enable the free distribution of an otherwise copyrighted work, used when an author wants to give people the right to share, use, and build upon a work that they have created
Citation
Intellectual property
Creative Commons
Copyright
What tag represents the image tag?
<img></img >
<a></a>
<ol></ol>
<li></li>
What tag represents the list item tag?
<!DOCTYPE>
<ol></ol>
<li></li>
<ul></ul>
What tag represents the hyperlink tag?
<a></a>
<link />
<ul></ul>
<!-- -->
Part of a program that does not work correctly.
Indentation
Comment
Bug
Debugging
The part of a CSS rule-set that defines which HTML elements the style should be applied to.
Code
HTML
CSS Selector
Comment
A program that searches for items on the World Wide Web.
Search Engine
Relevant
Trustworthy
Heading
Who is the father of Computer Science?
Charles Babbage
Bill Gates
Steve Jobs
Tim Cook
In Computer Science which process describes the Problem Solving Process?
Identify the problem, communicate, remix
Identify the problem, Explore, make a drawing
Define the problem, Prepare, Try, and Reflect