bobbyreed / OCU_SE_Bug

0 stars 2 forks source link

Fix the bug #4

Open JahnaviThavanti opened 5 hours ago

JahnaviThavanti commented 5 hours ago

Number: 1

Title: Incorrect HTML Tag Closing in the Heading Section

Priority: Medium

Platform/Environment: Windows 10, Google Chrome.

Description: There is a bug in h1 tag in closing tag part. It should be "/" first then the h1 tag should be there but in the code tag first and the "/" next so that is the issue in the code. the code should be like .

Steps to Reproduce:

Open the HTML code in a visual studio code. Run the file in a chrome. Observe that the heading does not display correctly. Expected versus Actual Results:

Expected Result: The heading "My First Heading" should display correctly on the web page. Actual Result: The heading does not display due to the incorrect tag syntax.

screenshot: Screenshot (34)

bobbyreed commented 5 hours ago

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