How can a subject be added to the email link using mailto:?

The correct way to add a subject to a mailto: link is by appending ?subject=YourSubject to the end of the email address. This way, when the user clicks on the link, their default email client will open a new message with the specified subject pre-filled. The use of the question mark (?) indicates the beginning of query parameters in a URL. 

How does an internal document link affect the browser's history?

  • It adds a new entry every time a link is clicked. 
  • It deletes the previous history of the page. 
  • It doesn't affect the browser's history. 
  • It replaces the current page's entry with the linked section. 
Clicking on an internal document link (also known as an anchor link) navigates to a different part of the same page. This action does not create a new entry in the browser's history since you're not navigating to a new page; rather, you're moving within the current one. Therefore, the browser's history remains unaffected. 

The ______ attribute in the tag is used to associate the image with an image map.

  • imagemap 
  • map 
  • srcmap 
  • usemap 
The usemap attribute in the tag links the image with a specific image map defined elsewhere in the HTML document. It takes the name of the map (preceded by a #) as its value. This allows multiple areas within the image to be clickable and direct to different destinations. 

Can comments in HTML be viewed by users on the front end?

  • No, they are completely hidden. 
  • No, they are encrypted. 
  • Yes, if they view the page source. 
  • Yes, they appear on the rendered page. 
Comments in HTML won't be displayed on the rendered web page that users see in their browser. However, if a user decides to view the page source (often available via right-clicking on the page and selecting 'View Page Source'), they will be able to see all the HTML code, including the comments. 

Which target attribute value is used to open a link in a new browsing context (like a new tab or window)?

  • _blank 
  • _main 
  • _parent 
  • _self 
The value _blank for the target attribute instructs the browser to open the linked document in a new browsing context, typically a new tab or window. Using this ensures that the current page remains open while the user views the content of the linked document, which can be beneficial for retaining the user on your page while allowing them to explore additional content. 

Which of the following is a correct DOCTYPE declaration for HTML5?

  •  
  •  
  •  
  •  
The correct DOCTYPE declaration for HTML5 is . It is a way to tell the browser that the page should be rendered using HTML5 specifications. 

The _____ attribute in the ordered list is used to manipulate the starting number.

  • begin 
  • first 
  • initiate 
  • start 
The start attribute in an ordered list (

    ) specifies the start value of the first item in the list. For instance,

      will begin the list numbering from 3. This can be useful for continuing list numbering across different sections or after interruptions in the content. 

How can rel="noopener" or rel="noreferrer" attributes be vital when using target="_blank"?

  • They force the link to open in the same window. 
  • They make the link load faster. 
  • They prevent the new page from accessing the original page's window.opener object. 
  • They provide SEO benefits. 
The rel="noopener" and rel="noreferrer" attributes are crucial for security and performance reasons. When using target="_blank", the new page has access to the window.opener object of the original page, which could expose it to potentially malicious attacks, like reverse tabnabbing. rel="noopener" prevents the new page from accessing the window.opener object, while rel="noreferrer" goes a step further by also preventing the Referer header from being sent to the new page. 

Which tag would be used to display a mathematical formula with exponents?

  •  
  •  
  •  
  •  
The tag is used to define superscripted text, which means the enclosed text appears half a character's height above the baseline and is typically set in a smaller font size. It's commonly used to display exponents in mathematical notations or for references in text. While there is a more comprehensive tag in MathML (Mathematical Markup Language) for representing mathematical notations, for simple exponents in HTML, the tag is the go-to choice. 

The ______ tag is used to give the HTML document a title.

  •  
  •  
  •  
  •  </li> </ul> <div class="answer" data-value="4">The <title> tag is used within the <head> section of an HTML document to define the title of the document, which appears on the browser's title bar or tab. It's important for SEO (Search Engine Optimization) and for usability to let users know what the webpage is about at a glance. </div> </div> <div class="discuss"> <a class="btn btn-sm btn-secondary" rel="bookmark" href="/quiz/32970/">Discuss it</a> </div> </div> <nav class="my-4" aria-label="Page navigation" role="navigation"><span class="visually-hidden">Page navigation</span><ul class="pagination justify-content-center"><li class="page-item disabled"><span class="page-link">Page 18 of 40</span></li><li class="page-item"><a class="page-link" href="/quizzes/html-quiz/" aria-label="First Page">«<span class="d-none d-lg-inline-block"> First</span></a></li><li class="page-item"><a class="page-link" href="/quizzes/html-quiz/page/17/" aria-label="Previous Page">‹<span class="d-none d-lg-inline-block"> Previous</span></a></li><li class="page-item"><a class="page-link" href="/quizzes/html-quiz/page/16/"><span class="visually-hidden">Page </span>16</a></li><li class="page-item"><a class="page-link" href="/quizzes/html-quiz/page/17/"><span class="visually-hidden">Page </span>17</a></li><li class="page-item active"><span class="page-link"><span class="visually-hidden">Current Page </span>18</span></li><li class="page-item"><a class="page-link" href="/quizzes/html-quiz/page/19/"><span class="visually-hidden">Page </span>19</a></li><li class="page-item"><a class="page-link" href="/quizzes/html-quiz/page/20/"><span class="visually-hidden">Page </span>20</a></li><li class="page-item"><a class="page-link" href="/quizzes/html-quiz/page/19/" aria-label="Next Page"><span class="d-none d-lg-inline-block">Next </span>›</a></li><li class="page-item"><a class="page-link" href="/quizzes/html-quiz/page/40/" aria-label="Last Page"><span class="d-none d-lg-inline-block">Last </span>»</a></li></ul></nav></main> <aside class="sidebar col-lg-4"> <!-- Tags --> <div class="border rounded-1 bg-white px-3 pt-3 pb-2 mb-4"> <h3 class="h6 border-bottom pb-2 mb-3">Book Topics</h3> <div class="d-flex flex-wrap gap-2"><a href="/topic/science/" class="badge rounded-pill text-bg-light link-primary fw-normal">Science</a><a href="/topic/nature-maths/" class="badge rounded-pill text-bg-light link-primary fw-normal">Nature & Maths</a><a href="/topic/computing-internet/" class="badge rounded-pill text-bg-light link-primary fw-normal">Computing & Internet</a><a href="/topic/politics/" class="badge rounded-pill text-bg-light link-primary fw-normal">Politics</a><a href="/topic/philosophy-social-sciences/" class="badge rounded-pill text-bg-light link-primary fw-normal">Philosophy & Social Sciences</a><a href="/topic/mathematics/" class="badge rounded-pill text-bg-light link-primary fw-normal">Mathematics</a><a href="/topic/reference/" class="badge rounded-pill text-bg-light link-primary fw-normal">Reference</a><a href="/topic/social-sciences/" class="badge rounded-pill text-bg-light link-primary fw-normal">Social Sciences</a><a href="/topic/programming/" class="badge rounded-pill text-bg-light link-primary fw-normal">Programming</a><a href="/topic/engineering-technology/" class="badge rounded-pill text-bg-light link-primary fw-normal">Engineering & Technology</a><a href="/topic/computer-science/" class="badge rounded-pill text-bg-light link-primary fw-normal">Computer Science</a><a href="/topic/education/" class="badge rounded-pill text-bg-light link-primary fw-normal">Education</a><a href="/topic/scientific/" class="badge rounded-pill text-bg-light link-primary fw-normal">Scientific</a><a href="/topic/technical-medical/" class="badge rounded-pill text-bg-light link-primary fw-normal">Technical & Medical</a><a href="/topic/machine-learning/" class="badge rounded-pill text-bg-light link-primary fw-normal">Machine Learning</a><a href="/topic/business/" class="badge rounded-pill text-bg-light link-primary fw-normal">Business</a><a href="/topic/finance-law/" class="badge rounded-pill text-bg-light link-primary fw-normal">Finance & Law</a><a href="/topic/python/" class="badge rounded-pill text-bg-light link-primary fw-normal">Python</a><a href="/topic/higher-education/" class="badge rounded-pill text-bg-light link-primary fw-normal">Higher Education</a><a href="/topic/ai-machine-learning/" class="badge rounded-pill text-bg-light link-primary fw-normal">AI & Machine Learning</a></div> </div> <div class="border rounded-1 bg-white px-3 pt-3 pb-2 mb-4"> <h3 class="h6 border-bottom pb-2 mb-3">Hot Quiz</h3> <div class="d-flex flex-wrap gap-2"><a href="/quizzes/php-quiz/" class="badge rounded-pill text-bg-light link-primary fw-normal">PHP Quiz</a><a href="/quizzes/machine-learning-quiz/" class="badge rounded-pill text-bg-light link-primary fw-normal">Machine Learning Quiz</a><a href="/quizzes/react-js-quiz/" class="badge rounded-pill text-bg-light link-primary fw-normal">React.js Quiz</a><a href="/quizzes/cyber-security-quiz/" class="badge rounded-pill text-bg-light link-primary fw-normal">Cyber Security Quiz</a><a href="/quizzes/python-quiz/" class="badge rounded-pill text-bg-light link-primary fw-normal">Python Quiz</a><a href="/quizzes/node-js-quiz/" class="badge rounded-pill text-bg-light link-primary fw-normal">Node.js Quiz</a><a href="/quizzes/asp-net-core-quiz/" class="badge rounded-pill text-bg-light link-primary fw-normal">ASP.NET Core Quiz</a><a href="/quizzes/data-science-statistics-quiz/" class="badge rounded-pill text-bg-light link-primary fw-normal">Data Science Statistics Quiz</a><a href="/quizzes/css-quiz/" class="badge rounded-pill text-bg-light link-primary fw-normal">CSS Quiz</a><a href="/quizzes/ado-net-quiz/" class="badge rounded-pill text-bg-light link-primary fw-normal">ADO.NET Quiz</a><a href="/quizzes/checkpoint-quiz/" class="badge rounded-pill text-bg-light link-primary fw-normal">Checkpoint Quiz</a><a href="/quizzes/servlet-quiz/" class="badge rounded-pill text-bg-light link-primary fw-normal">Servlet Quiz</a><a href="/quizzes/data-modelling-quiz/" class="badge rounded-pill text-bg-light link-primary fw-normal">Data Modelling Quiz</a><a href="/quizzes/api-testing-quiz/" class="badge rounded-pill text-bg-light link-primary fw-normal">API Testing Quiz</a><a href="/quizzes/database-testing-quiz/" class="badge rounded-pill text-bg-light link-primary fw-normal">Database Testing Quiz</a><a href="/quizzes/bootstrap-quiz/" class="badge rounded-pill text-bg-light link-primary fw-normal">Bootstrap Quiz</a><a href="/quizzes/algorithm-quiz/" class="badge rounded-pill text-bg-light link-primary fw-normal">Algorithm Quiz</a><a href="/quizzes/computer-science-quiz/" class="badge rounded-pill text-bg-light link-primary fw-normal">Computer Science Quiz</a><a href="/quizzes/commvault-quiz/" class="badge rounded-pill text-bg-light link-primary fw-normal">Commvault Quiz</a><a href="/quizzes/jcl-quiz/" class="badge rounded-pill text-bg-light link-primary fw-normal">JCL Quiz</a></div> </div> <!-- top 10 --> <div class="border rounded-1 bg-white px-3 pt-3 pb-2 mb-4"> <h3 class="h6 border-bottom pb-2 mb-3">Hot Books of This Week</h3> <ol class="ps-4 mb-0 small"><li class="pb-2"><a class="visit" href="https://opentechbook.com/book/the-orange-book-of-machine-learning/" title="The Orange Book of Machine Learning" class="d-block text-truncate">The Orange Book of Machine Learning</a></li><li class="pb-2"><a class="visit" href="https://opentechbook.com/book/dive-into-deep-learning/" title="Dive into Deep Learning" class="d-block text-truncate">Dive into Deep Learning</a></li><li class="pb-2"><a class="visit" href="https://opentechbook.com/book/interpretable-machine-learning/" title="Interpretable Machine Learning" class="d-block text-truncate">Interpretable Machine Learning</a></li><li class="pb-2"><a class="visit" href="https://opentechbook.com/book/introduction-to-modern-statistics/" title="Introduction to Modern Statistics, 2nd Edition" class="d-block text-truncate">Introduction to Modern Statistics, 2nd Edition</a></li><li class="pb-2"><a class="visit" href="https://opentechbook.com/book/the-recursive-book-of-recursion/" title="The Recursive Book of Recursion" class="d-block text-truncate">The Recursive Book of Recursion</a></li><li class="pb-2"><a class="visit" href="https://opentechbook.com/book/numerical-recipes-in-python-4th-edition/" title="Numerical Recipes in Python, 4th Edition" class="d-block text-truncate">Numerical Recipes in Python, 4th Edition</a></li><li class="pb-2"><a class="visit" href="https://opentechbook.com/book/machine-learning-with-python-tutorial/" title="Machine Learning with Python Tutorial" class="d-block text-truncate">Machine Learning with Python Tutorial</a></li><li class="pb-2"><a class="visit" href="https://opentechbook.com/book/apex-calculus-4th-edition/" title="APEX Calculus, 4th Edition" class="d-block text-truncate">APEX Calculus, 4th Edition</a></li><li class="pb-2"><a class="visit" href="https://opentechbook.com/book/precalculus-preliminary-4th-edition/" title="Precalculus, Preliminary 4th Edition" class="d-block text-truncate">Precalculus, Preliminary 4th Edition</a></li><li class="pb-2"><a class="visit" href="https://opentechbook.com/book/exploring-javascript-es2024-edition/" title="Exploring JavaScript ES2024 Edition" class="d-block text-truncate">Exploring JavaScript ES2024 Edition</a></li></ol> </div> </aside></div> </div> <footer class="footer pt-5 mt-auto"> <div class="container"> <div class="d-flex flex-column flex-sm-row justify-content-between border-top py-3 my-4"> <div id="google-ad" class="me-auto py-2">Copyright © 2025 Open Tech Book</div> <ul class="list-inline mb-0"> <li class="list-inline-item"><a href="/about/" class="nav-link p-2 text-muted">About</a></li> <li class="list-inline-item"><a href="/contact/" class="nav-link p-2 text-muted">Contact</a></li> <li class="list-inline-item"><a href="/faq/" class="nav-link p-2 text-muted">FAQ</a></li> <li class="list-inline-item"><a href="/dmca/" class="nav-link p-2 text-muted">DMCA</a></li> <li class="list-inline-item"><a href="/disclaimer/" class="nav-link p-2 text-muted">Disclaimer</a></li> <li class="list-inline-item"><a href="/privacy-policy/" class="nav-link p-2 text-muted">Privacy Policy</a></li> </ul> </div> </div> </footer> <a id="back-to-top" href="#" class="d-none d-lg-block"><span class="iconfont icon-chevron-up-outline"></span></a> <script src="https://cdnjs.cloudflare.com/ajax/libs/bootstrap/5.3.0/js/bootstrap.bundle.min.js" integrity="sha512-VK2zcvntEufaimc+efOYi622VN5ZacdnufnmX7zIhCPmjhKnOi9ZDMtg1/ug5l183f19gG1/cBstPO4D8N/Img==" crossorigin="anonymous" referrerpolicy="no-referrer"></script> <script src="https://opentechbook.com/wp-content/themes/book/assets/js/site.min.js"></script> </body> </html><script data-cfasync="false" src="/cdn-cgi/scripts/5c5dd728/cloudflare-static/email-decode.min.js"></script>