bobbyreed / OCU_SE_Bug

0 stars 2 forks source link

Issue for the dev team to fix #5

Open saikavyadasari opened 6 hours ago

saikavyadasari commented 6 hours ago

<!DOCTYPE html>

Page Title

My First Heading

My first paragraph.

i see an error in the html file on the repo near the closing of the h1 tag

My First Heading

bobbyreed commented 5 hours ago

Love that you provided the solve. Give the template a crack though for practice:

Please use this format to submit the bug:

Number: for the team to refer to Title: A good title that gives the area and core problem Priority: Is this Critical, High, Medium, Low Platform/Environment: what platform/environment were you using including what login and access level? Description: Detailed description of the bug Steps to Reproduce: Step by step on how to reproduce the bug Expected versus Actual Results: What was expected and what did it do? Screenshots/Videos: Any other visual aids are helpful

saikavyadasari commented 5 hours ago

Number: #5

Title: Enhance HTML Structure in bug.html

Priority: Medium

Platform/Environment:

  1. what platform/environment were you using : GitHub Repository Web View
    1. including what login : Windows 10, Google Chrome (Version 116.0)
    2. access level :Contributor (Read/Write)

Description: The h1 element is missing its closing tag (/h1)

Steps to Reproduce:

  1. Open the HTML file in a web browser.
  2. View the page's source code.
  3. Locate the h1 element.
  4. Observe that the closing tag (/h1) is missing.

Expected versus Actual Results: Need to get heading and paragraph but paragraph will become heading too.

Screenshots/Videos:

Screenshot (24) Screenshot (25)