<!DOCTYPE html>
<html>
<head>
<title>Conversations with Robots</title>
</head>
<body>
<h1>Conversations with Robots: Voice, Smart Agents & the Case for Structured Content</h1>
<div>
<h2> Answer the following questions:</h2>
<h3>What is the difference between structured content and semantic HTML?</h3>
<p>Structured content refers to content that is planned, developed, and connected outside an interface, making it adaptable to different platforms. It breaks down content into smaller, meaningful chunks that relate to each other in a machine-readable way. Semantic HTML, on the other hand, uses HTML tags to describe the structure and relationships of content elements, ensuring that both humans and algorithms can understand the document.</p>
<h3>How do structured content and semantic HTML work together?</h3>
<p>Structured content and semantic HTML complement each other by making information both human-readable and machine-readable. Structured content organizes information into meaningful, reusable pieces, while semantic HTML uses tags to communicate relationships and hierarchy. This combination allows algorithms to interpret and remix the content, as seen with featured snippets in search engines.</p>
<h3>Why is it important to have structured content and semantic HTML in your web pages?</h3>
<p>Having structured content and semantic HTML improves accessibility, search engine optimization (SEO), and machine readability. It ensures that content can be displayed properly across different platforms and devices while also allowing algorithms to interpret the content meaningfully, enhancing user experiences and driving better search results.</p>
</div>
<!-- Website Section -->
<div id="similar-websites">
<h2>Websites Similar to My Semester Project Idea:</h2>
<ul>
<li><a href="https://www.nike.com" target="_blank">Nike</a></li>
<li><a href="https://www.superlist.com" target="_blank">Superlist</a></li>
<li><a href="https://spotify.design" target="_blank">Spotify Design</a></li>
</ul>
</div>
<!-- Required Readings Section -->
<div id="readings">
<h2>Required Readings</h2>
<h3>Banishing Your Inner Critic (A List Apart) by Denise Jacobs</h3>
<p><strong>Denise Jacobs argues that we all have a troll-like inner critic. Of the methods she identifies to banish this troll, which would be most successful for you? Why?</strong></p>
<p>The most successful method for me would be setting aside dedicated time for reflection and self-compassion. This approach resonates with me because it allows me to acknowledge and address my inner critic in a structured way, rather than letting it undermine my confidence and progress.</p>
<h3>You Are Not So Smart: Procrastination by David McRaney</h3>
<p><strong>In David McRaney's article, what is "hyperbolic discounting"? List one method McRaney identifies to counteract hyperbolic discounting. Which would work best for you?</strong></p>
<p>"Hyperbolic discounting" is the tendency to favor immediate rewards over larger, delayed ones. One method McRaney identifies to counteract this is setting clear, short-term goals and rewards to help maintain motivation. This method would work best for me because it creates frequent milestones that keep me engaged and focused on my long-term objectives.</p>
</div>
</body>
</html>