bobbyreed / OCU_SE_Bug

0 stars 2 forks source link

found program bug #8

Open polavarapuh opened 1 month ago

polavarapuh commented 1 month ago

in the program of html, in line 8 Screenshot (19) due to the h1 tag not properly closed, the paragraph is also got turned into h1 format.

when you give a paragraph tag the text format should be small and not bold.

bobbyreed commented 1 month ago

Please use this format to submit the bug (you have some already):

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

polavarapuh commented 1 month ago

Number : #8 Title : Due to the h1 tag not properly closed, the paragraph text is also got turned into h1 format. Priority: High Platform/Environment: Google Chrome || 128.0.6613.139 || Google LLC || 19-09-2024 Description : Found a bug in the program of HTML in the line - 8, the use of h1 tag is not proper. Because of that, the paragraph text also got highlighted as of h1 format. Steps to Reproduce: Copy the given code to "Visual studio code" --> Save --> Run --> Start Debugging (f5) --> select "Google Chrome" an output page of program will open. Here you can observe that paragraph text also got highlighted as h1 text. Expected versus Actual Results: The text in between the h1 tag should be highlighted and text in between the paragraph

tag should be of like normal text. Here you can observe that paragraph text also got highlighted as like h1 text. Screenshot : Here I am attaching a screenshot of the actual output. Please refer to it. Screenshot (19)

bobbyreed commented 1 month ago

Great bug report. Use the Create a branch off of this issue to create a pull request.