Tìm kiếm hỗ trợ

Tránh các lừa đảo về hỗ trợ. Chúng tôi sẽ không bao giờ yêu cầu bạn gọi hoặc nhắn tin đến số điện thoại hoặc chia sẻ thông tin cá nhân. Vui lòng báo cáo hoạt động đáng ngờ bằng cách sử dụng tùy chọn "Báo cáo lạm dụng".

Tìm hiểu thêm

Has Ver 4 started checking ending HTML tags?

  • 2 trả lời
  • 1 gặp vấn đề này
  • 4 lượt xem
  • Trả lời mới nhất được viết bởi sparky333

more options

I left the > off a
tag and in Ver 3.6.x it is no problem. In Ver 4, 5 and 6, it is. In this case, it was the tag just before a <form> tab and the Submit button does not work.

I left the > off a <br> tag and in Ver 3.6.x it is no problem. In Ver 4, 5 and 6, it is. In this case, it was the tag just before a <form> tab and the Submit button does not work. <br <form method=post action=post.php>

Giải pháp được chọn

Yes, if the HTML5 parser is enabled (pref html5.parser.enable) then a lot of such mistakes that didn't cause problems in Firefox 3 can now be causing problems.

You can usually see such minor mistakes if you inspect the page source code.

  • Firefox > Web Developer > Page Source
  • Tools > Web Developer > Page Source
  • Right-click on a web page to open the right-click context menu and select Page Source
Đọc câu trả lời này trong ngữ cảnh 👍 0

Tất cả các câu trả lời (2)

more options

Giải pháp được chọn

Yes, if the HTML5 parser is enabled (pref html5.parser.enable) then a lot of such mistakes that didn't cause problems in Firefox 3 can now be causing problems.

You can usually see such minor mistakes if you inspect the page source code.

  • Firefox > Web Developer > Page Source
  • Tools > Web Developer > Page Source
  • Right-click on a web page to open the right-click context menu and select Page Source
more options

Thanks cor-el. These are two things I didn't know about. I mean I knew about viewing the page source, but didn't know it shows bad tag construct. Too bad it doesn't alert for missing ending tags, eh?

Được chỉnh sửa bởi sparky333 vào