GitXplorerGitXplorer
a

practice-for-prepwork-html-debugging

public
4 stars
238 forks
13 issues

Commits

List of commits on branch main.
Verified
7ea29333aad2237a7102990562c7111a8c3d54d5

Updated from solution change by jessesbyers

aaa-assessment-project-manager[bot] committed 3 years ago
Verified
30b1638fd6b71cd4d690821b03f0c36c9e011c64

Updated from solution change by jessesbyers

aaa-assessment-project-manager[bot] committed 3 years ago
Verified
df812d7e68d8e2116fd6e4c80e4618c911f60bfc

Initial commit

aaa-assessment-project-manager[bot] committed 3 years ago

README

The README file for this repository.

Debugging HTML Practice

In this practice you will be debugging the provided HTML. There are a total of 9 bugs to fix.

Your main focus is to practice identify and debug the HTML page. There are some errors that are obvious while others take more attention.

Phase 1: Debug the HTML

Once you have downloaded the starter, open the index.html file in your browser.

You will notice that the page is blank on your browsers. This is due to a bug that you will have to identify and fix. Along with several other bugs that cause other elements to look out of place. Go through the code and use your knowledge of HTML to fix the errors.

Phase 2: HTML example

The fully debugged HTML page should look like the example below.

example