Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Empty file added .github/.keep
Empty file.
52 changes: 52 additions & 0 deletions .github/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,52 @@
<!DOCTYPE html>
<html>
<head>
</head>
<body>
<main>
<p>&copy; 2023 My Webpage</p>
<blockquote>
<h2>Article Title</h2>
<footer>
<link rel="stylesheet" href="styles.css">
<button type="submit">Submit</button>
<mark>This text is highlighted</mark>
<img src="image.jpg" alt="A descriptive image." title="Image Title">
</footer>
</blockquote>
</main>
<aside>
<rp>(</rp>
<form action="#" method="POST">
<fieldset>
<legend>Personal Information</legend>
<label for="email">Email:</label>
<input type="email" id="email" name="email">
<p>This is the main content of the article.</p>
<ruby>
<label for="name">Name:</label>
<figcaption>A caption for the image.</figcaption>
<mark>This text is highlighted</mark>
<rp>)</rp>
<rt>Ruby Text</rt>
<dfn>Definition</dfn>
<figcaption>A responsive image caption.</figcaption>
<label for="username">Username:</label>
<rt>Ruby Text</rt>
<cite>Book Title</cite>
<figure>
<rp>(</rp>
<rp>)</rp>
</figure>
</ruby>
</fieldset>
</form>
</aside>
<title>My Webpage</title>
<samp>Sample Output</samp>
<header>
<script src="script.js"></script>
</body>
</html>
<abbr title="Hypertext Markup Language">HTML</abbr>
<h3>Related Content</h3>
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
[![Review Assignment Due Date](https://classroom.github.com/assets/deadline-readme-button-24ddc0f5d75046c5622901739e7c5dd533143b0c8e959d652212380cedb1ea36.svg)](https://classroom.github.com/a/6fEQ-wNh)
[![Open in Codespaces](https://classroom.github.com/assets/launch-codespace-7f7980b617ed060a017424585567c406b6ee15c891e84e1186181d67ecf80aa0.svg)](https://classroom.github.com/open-in-codespaces?assignment_repo_id=15047704)
# afd_week1_html_code_puzzle

**Assignment Title: GitHub Classroom HTML Code Puzzle Challenge**
Expand Down