BytArch/source-mini
Text Generation • 0.4B • Updated
• 1
input stringlengths 41 169 | output stringlengths 2 109 |
|---|---|
What tag pair is used to create the largest heading? | <h1> </h1> |
Write the HTML code to create a link to UB's official website, use the text 'UB' as the hyperlink text. | <a href='http://www.ub.edu.bz'>UB</a> |
Choose the best-designed link from below. | <a href='news.html'>Important News</a> |
Select the item below that lists the top level domain name for the URL http://www.yahoo.com. | com |
What tag pair is used to create a new paragraph? | <p> </p> |
FIND THE ERROR. All the text on the web page defined by the given code displays in large and bold font typeface. Explain why this is happening. | The h1 tag isn't closed properly. The proper code should be <h1>My Web Page</h1> |
The web page defined by the given code should display a heading and a description list, but some HTML tags are missing. Complete the code by filling in the missing tags. | </title>, <h1>, </h1>, </dt>, <dd>, </dd>, <dt>, </dt>, <dd>, </dd>, </dl>, <ul>, <li>, </li>, </ul>, </body> |
New Top Level Domains (TLDs) are coordinated by ________. | ICANN |
Choose the tag pair that is used to link web page documents to each other. | <a> tag |
Choose the tag pairs that are used in a description list. | all of the above |
What tag pair contains the items in an ordered or unordered list? | <li> </li> |
Which tag is used to force the browser to display the next text or element on a new line? | <br> |
Write the code to display your name in largest heading in HTML. | <h1>Your Name Here</h1> |
A(n) ________ website provides accommodations that help individuals overcome barriers such as visual, auditory, physical, and neurological disabilities. | accessible |
The ________ protocol is a set of rules that controls how data is sent between computers on the Internet. | IP |