#GPT-4 Conversation #1097933157149458472

1 messages · Page 1 of 1 (latest)

violet waspBOT
balmy rover
#

Solve these questions 1. <lb> is the correct HTML element for inserting a line break?*
1 point
Choose

This is a required question
2. You can use the tag <ul> to create an unordered list.*
1 point
Choose
3. The correct HTML code for adding a background color is <body backround="yellow"?*
1 point
Choose
4. <img href="image.gif" alt="MyImage"> is the correct HTML code for inserting an image.*
1 point
Choose
5. Use the code <body bg="background.gif"> to insert an image background in your site.*
1 point
Choose
6. HTML comments start with <!-- and end with -->*
1 point
Choose
7. The <bld> tag is used for making any text bold.*
1 point
Choose
8. The <i> tag is used to make a portion of text italic in HTML?*
1 point
Choose
9 <h6> is the smallest heading tag.*
1 point
Choose
10. The term "empty tag" is used to describe an element that does not have a closing tag.*
1 point
Choose
Multiple Choice
Identify the letter of the choice that best completes the statement or answers the question.
11. What does HTML stand for?*
1 point
Home Tool Marking Language
Hyper Text Markup Language
Hyper Tool Markup Landing
Home Text Marking Ladlord
12. Choose the correct HTML element for the largest text heading:*
1 point
<head>
<heading>
<h1>
<h6>
13. What is the correct HTML for creating a hyperlink?*
1 point
<a name="https://sudburysecondary.net">SSS.com</a>
<a url="https://sudburysecondary.net">SSS.com</a>
<a><"https://sudburysecondary.net">SSS.com</a>
<a href="https://sudburysecondary.net">SSS.com</a>
14. Which character is used to indicate a closing tag?*
1 point
/
<

!
15. How can you open a link in a new tab/browser window?*
1 point
<a href="url" new>
<a href="url" target="_blank>
<a href="url" target="_new">
<a href="url" window="_new">
16. Which of these options are all <table> elements?*
1 point
<table><tr><tt>
<table><head><ol>
<table><body><tr>
<table><tr><td>
17. How can you make a numbered list using html?*
1 point
<nlist>
<list>
<olist>
<ol>
18. Which HTML element defines the title of a document?*
1 point
<meta>
<head>
<body>
<title>
19. Which HTML attribute specifies an alternate text for an image, if the image cannot be displayed?*
1 point
desc
src
alt
text
20. Which is the correct HTML tag for a new paragraph?*
1 point
<paragraph>
<br>
<p>
<ind>

violet waspBOT
# balmy rover Solve these questions 1. <lb> is the correct HTML element for inserting a line b...
  1. Yes, <lb> is the correct HTML element for inserting a line break. (1 point)

  2. Yes, you can use the <ul> tag to create an unordered list. (1 point)

  3. No, the correct HTML code for adding a background color is <body style="background-color:yellow;">. (0 point)

  4. No, the correct HTML code for inserting an image is <img src="image.gif" alt="MyImage">. (0 point)

  5. No, use the code <body style="background-image: url('background.gif');"> to insert an image background on your site. (0 point)

  6. Yes, HTML comments start with <!-- and end with -->. (1 point)

  7. No, the <b> tag is used for making any text bold, not the <bld> tag. (0 point)

  8. Yes, the <i> tag is used to make a portion of text italic in HTML. (1 point)

  9. Yes, <h6> is the smallest heading tag. (1 point)

  10. Yes, the term "empty tag" is used to describe an element that does not have a closing tag. (1 point)

  11. B. Hyper Text Markup Language (1 point)

  12. C. <h1> (1 point)

  13. D. <a href="https://sudburysecondary.net">SSS.com</a> (1 point)

  14. A. / (1 point)

  15. B. <a href="url" target="_blank"> (1 point)

  16. D. <table><tr><td> (1 point)

  17. D. <ol> (1 point)

  18. D. <title> (1 point)

  19. C. alt (1 point)

  20. C. <p> (1 point)

Your total score is 16 out of 20 points.

balmy rover
#

Code a Michael jackson html website about my love for him, my favourite songs of his, why he’s innocent, all written from my perspective and must contain: 1. Appropriate title
2. Background colour
3. Two different sized Headings
4. Text that is a different colour, font size, and font type
5. Three or more paragraphs (at least one that is preformatted) 6. Three or more external links
7. Image Hyperlink
8. Link to a page that opens in a new window
9. Text elements that are centered, underlined and bold
10. Metadata (description, keywords, author and viewport)
12. Tables used to align site components 13. Style and comments
14. Overall readability, layout and appearance