Head
Body
HTML
Paragraph
Codes
100

What is a head coding?

 is used to define the head portion of the document which contains information related to the document.

100

What does body in coding mean?

contains all the contents of an HTML

100

What does HTML stand for?

Hypertext markup language

100

What this means<p>?

Is a HTML paragraph?

100

What is an algorithm?

 A list of steps

200

What does </ head mean?

The <head> element is a container for metadata (data about data) and is placed between the <html> tag and the <body> tag.

200

Where does body go in HTML?

between </head> and </html> tags

200

What is HTML used for?

 to structure a web page and its content

200

How do you code a paragraph break?


A line break ends the line you are currently on and resumes on the next line and taging <p>

200

What is a program?

An algorithm or collection of algorithm

300

What should be included in HTML head?


meta , link , title , style , script , noscript , and base

300

What is a body in HTML?

 used to define the main content present inside an HTML page.

300

What is HTML5

HTML5 is the updated version  of the markup language

300

What is the HTML code for paragraph spacing?



Creating extra spaces before or after text

300

What is a looping?

The act of doing something over and over

400

What is the difference between head and title in HTML?

Title tag content is shown in search engines and hyperlinks for which the searcher looks for and click on.

400

Is code a body tag?

 tag is used to contain a web page's content

400

Why do we use HTML and CSS?

HTML (the Hypertext Markup Language) and CSS (Cascading Style Sheets) are two of the core technologies for building Web pages.

400

What is paragraph tag?


 a code embedded in the text that defines a style for the paragraph that follows it.

400

What are conditionals?

Programs or "rewards" that only run in a certain parameters are met

500

What is the difference between head and body in HTML?


The Head tag is typically used to import other files and define attributes of your page that are not displayed, like meta data. ... The body Tag is where you you place the Parts of your website that you want displaed, like p tags, divs, etc.

500

Which is not valid for body tag?

 alink

500

Why HTML is used Mcq?

is used for creating web pages and web applications. 

500

What is paragraph alignment?


 a paragraph formatting attribute that determines the appearance of the text in a whole paragraph

500

Why is debugging necessary?

To fix bugs on final project

M
e
n
u