Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
removed center tag which is no longer available in html5
  • Loading branch information
Vibhuti270 committed Jun 28, 2024
1 parent d6a1601 commit 49e5e46
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -314,7 +314,8 @@ <h1 id="changingHeading" style="font-family: Arial, sans-serif; font-size: 30px;
<div class="user-box" id="otherFeedbackBox" style="display: none;">
<input type="text" id="otherFeedback" name="otherFeedback" placeholder="Specify the subject">
</div>
<center>
<!-- no center tag in html5 using div is not affecting anything -->
<div>
<div class="rating">
<input type="radio" id="star5" name="rating" value="5" />
<label for="star5">5 stars</label>
Expand All @@ -333,13 +334,14 @@ <h1 id="changingHeading" style="font-family: Arial, sans-serif; font-size: 30px;
</div>
<button id="ll" class="btnna">Submit</button>
<span></span>
</center>
</div>
</form>
<center>
<!-- no center tag in html5 using div is not affecting anything -->
<div>
<div class="load" id="successMessage" class="success-message" style="height: 40px; width: 40px; display: none;">
<div data-glitch="Loading..." class="glitch">Submitting...</div>
</div>
</center>
</div>
</div>
</div>

Expand Down

0 comments on commit 49e5e46

Please sign in to comment.