<?php
    $url 
"http://thethao.vnexpress.net/";
    
// Nếu allow_url_fopen bật thì thử dùng file_get_contents
    
$content file_get_contents($url);
    if (
$content !== false) {
        echo 
"✔️ Đọc được trang web. <br/>";
        
// Biểu thức chính quy tìm tất cả các thẻ h3 chứa class="title-news"
        
$pattern '/<h3\s+class=["\']title-news["\'][^>]*>(.*?)<\/h3>/is';
        
/*
            <h3: bắt đầu thẻ <h3>.
            \s+: có ít nhất một khoảng trắng sau <h3.
            class=["\']title-news["\']: "title-news" hoặc 'title-news' đều đc.
            ["\']: dấu nháy kép " " hoặc nháy đơn ' '.
            [^>]*: khớp với mọi ký tự ngoại trừ >, tức là các thuộc tính khác trong thẻ <h3 ...>.
            (.*?): Nhóm ()
                .: khớp mọi ký tự.
                *?: lặp lại nhiều lần nhưng ở chế độ non-greedy (tham lam ít nhất có thể).
                => Ý nghĩa: lấy nội dung bên trong thẻ <h3> </h3>.
        */
        // Mảng để lưu kết quả
        
preg_match_all($pattern$content$arr);

        
// Kiểm tra và in ra kết quả dạng bảng
        
if (!empty($arr[0])) {
            
$i 0;
             
?>
            <table width=100% border=1 cellspacing=0 cellpadding=5>
                <tr>
                    <td>STT</td>
                    <td>Nội dung</td>
                </tr>
            <?php
                
// Duyệt qua từng phần tử trong mảng kết quả
                
foreach ($arr[0] as $h3Content) {
                    
// In ra nội dung của từng thẻ h3 có ptu con chứa class="title-news"
                    
echo "<tr><td>" .  $i++ . "</td><td>" . (htmlspecialchars($h3Content));
                }
            } else {
                echo 
"Không tìm thấy các thẻ <h3 class=\'title-news\'>";
            }
            echo 
"</td></table>";
?>

✔️ Đọc được trang web bằng cURL.
STT Nội dung
0<h3 class="title-news"><a href="'+articleData['share_url']+'" title="'+articleData['title_format']+'" data-medium="Item-1" data-thumb="1">'+((articleData['privacy']&8)?'<i class="ic-live ic-live-title">Live</i> ':'')+articleData['title_format']+'</a></h3>
1<h3 class="title-news"><a href="'+articleData['share_url']+'" title="'+articleData['title_format']+'" data-medium="Item-1" data-thumb="1">'+((articleData['privacy']&8)?'<i class="ic-live ic-live-title">Live</i> ':'')+articleData['title_format']+'</a></h3>
2<h3 class="title-news"><a '+dataZone+' data-medium="Item-1" data-thumb="1" href="'+articleData['share_url']+'" title="'+articleData['title_format']+'">'+((articleData['privacy']&8)?'<i class="ic-live ic-live-title">Live</i>':'')+articleData['title_format']+'</a></h3>
3<h3 class="title-news"><a href="'+articleData['share_url']+'" title="'+articleData['title_format']+'" data-medium="Item-1" data-thumb="1">'+((articleData['privacy']&8)?'<i class="ic-live ic-live-title">Live</i> ':'')+articleData['title_format']+'</a></h3>
4<h3 class="title-news"><a href="'+articleData['share_url']+'" title="'+articleData['title_format']+'" data-medium="Item-1" '+vneab_str_click+' data-thumb="1">'+((articleData['privacy']&8)?'<i class="ic-live ic-live-title">Live</i> ':'')+articleData['title_format']+'</a></h3>
5<h3 class="title-news"><a href="'+articleData['share_url']+'" title="'+articleData['title_format']+'" data-medium="Item-2" data-thumb="1">'+((articleData['privacy']&8)?'<i class="ic-live ic-live-title">Live</i> ':'')+articleData['title_format']+'</a></h3>
6<h3 class="title-news"><a data-medium="Item-'+stt+'" data-thumb="1" href="'+articleData['share_url']+'" title="'+articleData['title_format']+'">'+((articleData['privacy']&8)?'<i class="ic-live ic-live-title">Live</i> ':'')+articleData['title_format']+'</a><span class="meta-news">'+articleData['comment']+'</span></h3>
7<h3 class="title-news"><a data-medium="Item-'+stt+'" data-thumb="1" href="'+articleData['share_url']+'" title="'+articleData['title_format']+'">'+((articleData['privacy']&8)?'<i class="ic-live ic-live-title">Live</i> ':'')+articleData['title_format']+'</a></h3>
8<h3 class="title-news"><a href="'+articleData['share_url']+'" title="'+articleData['title_format']+'" data-medium="Item-'+stt+'" data-thumb="1">'+((articleData['privacy']&8)?'<i class="ic-live ic-live-title">Live</i> ':'')+articleData['title_format']+'</a></h3>
9<h3 class="title-news"><a data-medium="Item-'+stt+'" data-thumb="1" href="'+articleData['share_url']+'" title="'+articleData['title_format']+'">'+((articleData['privacy']&8)?'<i class="ic-live ic-live-title">Live</i> ':'')+articleData['title_format']+'</a><span class="meta-news">'+articleData['comment']+'</span></h3>
10<h3 class="title-news"><a href="'+articleData['share_url']+'" title="'+articleData['title_format']+'" data-medium="Item-'+stt+'" data-thumb="'+articleData['vn_thumb']+'">'+((articleData['privacy']&8)?'<i class="ic-live ic-live-title">Live</i> ':'')+articleData['title_format']+'</a><span class="meta-news">'+articleData['comment']+'</span></h3>
11<h3 class="title-news"><a data-medium="Item-'+stt+'" data-thumb="1" href="'+articleData['share_url']+'" title="'+articleData['title_format']+'">'+((articleData['privacy']&8)?'<i class="ic-live ic-live-title">Live</i> ':'')+articleData['title_format']+'</a><span class="meta-news">'+articleData['comment']+'</span></h3>
12<h3 class="title-news"><a href="'+articleData['share_url']+'" title="'+articleData['title_format']+'" data-medium="Item-'+stt+'" data-thumb="'+articleData['vn_thumb']+'">'+((articleData['privacy']&8)?'<i class="ic-live ic-live-title">Live</i> ':'')+articleData['title_format']+'</a><span class="meta-news">'+articleData['comment']+'</span></h3>
13<h3 class="title-news"><a href="'+articleData['share_url']+'" title="'+articleData['title_format']+'" data-medium="Item-'+stt+'" data-thumb="1">'+((articleData['privacy']&8)?'<i class="ic-live ic-live-title">Live</i> ':'')+articleData['title_format']+'</a></h3>
14<h3 class="title-news"><a href="'+articleData['share_url']+'" title="'+articleData['title_format']+'" data-medium="Item-'+stt+'" '+vneab_str_click+' data-thumb="'+articleData['vn_thumb']+'">'+((articleData['privacy']&8)?'<i class="ic-live ic-live-title">Live</i> ':'')+articleData['title_format']+'</h3>
15<h3 class="title-news"> <a data-medium="Item-1" data-thumb="1" href="https://vnexpress.net/xuc-xich-thay-cho-trung-ca-tam-cach-carrick-vuc-day-man-utd-5068784.html" title="Xúc xích thay cho trứng cá tầm: Cách Carrick vực dậy Man Utd"> Xúc xích thay cho trứng cá tầm: Cách Carrick vực dậy Man Utd </a> </h3>
16<h3 class="title-news"> <a data-medium="Item-2" data-thumb="1" href="https://vnexpress.net/flick-di-xem-ao-thuat-thay-vi-cho-real-say-chan-5069283.html" title="Flick đi xem ảo thuật thay vì chờ Real sảy chân"> Flick đi xem ảo thuật thay vì chờ Real sảy chân </a> </h3>
17<h3 class="title-news"> <a data-medium="Item-3" data-thumb="1" href="https://vnexpress.net/arsenal-duoc-du-doan-vo-dich-neu-dua-hieu-so-voi-man-city-5069277.html" title="Arsenal được dự đoán vô địch nếu đua hiệu số với Man City"> Arsenal được dự đoán vô địch nếu đua hiệu số với Man City </a> </h3>
18<h3 class="title-news"> <a data-medium="Item-4" data-thumb="1" href="https://vnexpress.net/lai-ly-huynh-duoc-moi-du-sieu-giai-co-tuong-trung-quoc-5069199.html" title="Lại Lý Huynh được mời dự siêu giải cờ tướng Trung Quốc"> Lại Lý Huynh được mời dự siêu giải cờ tướng Trung Quốc </a> <span class="meta-news"> <a class="count_cmt" href="https://vnexpress.net/lai-ly-huynh-duoc-moi-du-sieu-giai-co-tuong-trung-quoc-5069199.html#box_comment_vne" style="white-space: nowrap; display: none;"> <svg class="ic ic-comment"><use xlink:href="#Comment-Reg"></use></svg> <span class="txt_num_comment font_icon" data-type="comment" data-objecttype="1" data-objectid="5069199"></span> </a> </span> </h3>
19<h3 class="title-news"> <a data-medium="Item-5" data-thumb="1" href="https://vnexpress.net/trung-quoc-thua-o-giai-bong-ban-dong-doi-the-gioi-sau-26-nam-5069275.html" title="Trung Quốc thua ở giải bóng bàn đồng đội thế giới sau 26 năm"> Trung Quốc thua ở giải bóng bàn đồng đội thế giới sau 26 năm </a> <span class="meta-news"> <a class="count_cmt" href="https://vnexpress.net/trung-quoc-thua-o-giai-bong-ban-dong-doi-the-gioi-sau-26-nam-5069275.html#box_comment_vne" style="white-space: nowrap; display: none;"> <svg class="ic ic-comment"><use xlink:href="#Comment-Reg"></use></svg> <span class="txt_num_comment font_icon" data-type="comment" data-objecttype="1" data-objectid="5069275"></span> </a> </span> </h3>
20<h3 class="title-news"> <a data-medium="Item-6" data-thumb="1" href="https://vnexpress.net/inoue-thang-tran-quyen-anh-lon-nhat-trong-lich-su-nhat-ban-5069294.html" title="Inoue thắng trận quyền Anh lớn nhất trong lịch sử Nhật Bản"> Inoue thắng trận quyền Anh lớn nhất trong lịch sử Nhật Bản </a> <span class="meta-news"> <a class="count_cmt" href="https://vnexpress.net/inoue-thang-tran-quyen-anh-lon-nhat-trong-lich-su-nhat-ban-5069294.html#box_comment_vne" style="white-space: nowrap; display: none;"> <svg class="ic ic-comment"><use xlink:href="#Comment-Reg"></use></svg> <span class="txt_num_comment font_icon" data-type="comment" data-objecttype="1" data-objectid="5069294"></span> </a> </span> </h3>
21<h3 class="title-news"> <a data-medium="Item-7" data-thumb="1" href="https://vnexpress.net/arteta-arsenal-kho-bi-danh-bai-khi-thi-dau-gan-ket-5069270.html" title="Arteta: 'Arsenal khó bị đánh bại khi thi đấu gắn kết'"> Arteta: 'Arsenal khó bị đánh bại khi thi đấu gắn kết' </a> <span class="meta-news"> <a class="count_cmt" href="https://vnexpress.net/arteta-arsenal-kho-bi-danh-bai-khi-thi-dau-gan-ket-5069270.html#box_comment_vne" style="white-space: nowrap; display: none;"> <svg class="ic ic-comment"><use xlink:href="#Comment-Reg"></use></svg> <span class="txt_num_comment font_icon" data-type="comment" data-objecttype="1" data-objectid="5069270"></span> </a> </span> </h3>
22<h3 class="title-news"> <a data-medium="Item-8" data-thumb="1" href="https://vnexpress.net/messi-khong-cuu-noi-inter-miami-5069250.html" title="Messi không cứu nổi Inter Miami"> Messi không cứu nổi Inter Miami </a> </h3>
23<h3 class="title-news"> <a data-medium="Item-9" data-thumb="1" href="https://vnexpress.net/sabastian-sawe-toi-da-tinh-truoc-viec-pha-ky-luc-5068730.html" title="Sabastian Sawe: 'Tôi đã tính trước việc phá kỷ lục'"> Sabastian Sawe: 'Tôi đã tính trước việc phá kỷ lục' </a> </h3>
24<h3 class="title-news"> <a data-medium="Item-10" data-thumb="1" href="https://vnexpress.net/barca-can-ke-chuc-vo-dich-la-liga-5069230.html" title="Barca cận kề chức vô địch La Liga"> Barca cận kề chức vô địch La Liga </a> </h3>
25<h3 class="title-news"> <a data-medium="Item-11" data-thumb="1" href="https://vnexpress.net/jamaica-pha-moc-40-giay-o-tiep-suc-hon-hop-4x100m-5069226.html" title="Jamaica phá mốc 40 giây ở tiếp sức hỗn hợp 4x100m"> Jamaica phá mốc 40 giây ở tiếp sức hỗn hợp 4x100m </a> </h3>
26<h3 class="title-news"> <a data-medium="Item-12" data-thumb="1" href="https://vnexpress.net/arsenal-hon-man-city-6-diem-o-ngoai-hang-anh-5069221.html" title="Arsenal hơn Man City 6 điểm ở Ngoại hạng Anh"> Arsenal hơn Man City 6 điểm ở Ngoại hạng Anh </a> </h3>
27<h3 class="title-news"> <a data-medium="Item-13" data-thumb="1" href="https://vnexpress.net/bayern-thoat-thua-o-phut-bu-thu-10-5069220.html" title="Bayern thoát thua ở phút bù thứ 10"> Bayern thoát thua ở phút bù thứ 10 </a> </h3>
28<h3 class="title-news"> <a data-medium="Item-14" data-thumb="1" href="https://vnexpress.net/carlsen-thang-dai-kien-tuong-dau-tien-o-co-chuan-sau-gan-mot-nam-5069315.html" title="Carlsen thắng Đại kiện tướng đầu tiên ở cờ chuẩn sau gần một năm"> Carlsen thắng Đại kiện tướng đầu tiên ở cờ chuẩn sau gần một năm </a> </h3>
29<h3 class="title-news"> <a data-medium="Item-15" data-thumb="1" href="https://vnexpress.net/dong-nai-tien-gan-ve-len-v-league-5069197.html" title="Đồng Nai tiến gần vé lên V-League"> Đồng Nai tiến gần vé lên V-League </a> </h3>
30<h3 class="title-news"> <a data-medium="Item-16" data-thumb="1" href="https://vnexpress.net/dinh-bac-ghi-ban-5-tran-lien-tiep-o-v-league-5069189.html" title="Đình Bắc ghi bàn 5 trận liên tiếp ở V-League"> Đình Bắc ghi bàn 5 trận liên tiếp ở V-League </a> </h3>
31<h3 class="title-news"> <a data-medium="Item-17" data-thumb="1" href="https://vnexpress.net/giai-vdqg-ha-lan-nguy-co-hon-loan-vi-vu-kien-cau-thu-lai-indonesia-5069167.html" title="Giải VĐQG Hà Lan nguy cơ hỗn loạn vì vụ kiện cầu thủ lai Indonesia"> Giải VĐQG Hà Lan nguy cơ hỗn loạn vì vụ kiện cầu thủ lai Indonesia </a> </h3>
32<h3 class="title-news"> <a data-medium="Item-18" data-thumb="1" href="https://vnexpress.net/bruno-fernandes-vuot-troi-the-nao-o-kha-nang-kien-tao-5069128.html" title="Bruno Fernandes vượt trội thế nào ở khả năng kiến tạo?"> Bruno Fernandes vượt trội thế nào ở khả năng kiến tạo? </a> </h3>
33<h3 class="title-news"> <a data-medium="Item-19" data-thumb="1" href="https://vnexpress.net/arsenal-cau-cuu-ban-than-arteta-vi-bao-chan-thuong-5069102.html" title="Arsenal cầu cứu bạn thân Arteta vì bão chấn thương"> Arsenal cầu cứu bạn thân Arteta vì bão chấn thương </a> </h3>
34<h3 class="title-news"> <a data-medium="Item-20" data-thumb="1" href="https://vnexpress.net/the-ket-bi-dang-xau-ho-tai-giai-snooker-the-gioi-5069092.html" title="Thế kẹt bi 'đáng xấu hổ' tại giải snooker thế giới"> Thế kẹt bi 'đáng xấu hổ' tại giải snooker thế giới </a> </h3>
35<h3 class="title-news"> <a data-medium="Item-21" data-thumb="1" href="https://vnexpress.net/carrick-ngam-trach-amorim-5069093.html" title="Carrick ngầm trách Amorim"> Carrick ngầm trách Amorim </a> </h3>
36<h3 class="title-news"> <a data-medium="Item-22" data-thumb="1" href="https://vnexpress.net/sinner-dau-zverev-o-chung-ket-madrid-mo-rong-5069014.html" title="Sinner đấu Zverev ở chung kết Madrid Mở rộng"> Sinner đấu Zverev ở chung kết Madrid Mở rộng </a> </h3>
37<h3 class="title-news"> <a data-medium="Item-23" data-thumb="1" href="https://vnexpress.net/antony-xau-ho-khi-dung-truoc-co-the-cua-ronaldo-5069010.html" title="Antony xấu hổ khi đứng trước cơ thể của Ronaldo"> Antony xấu hổ khi đứng trước cơ thể của Ronaldo </a> </h3>
38<h3 class="title-news"> <a data-medium="Item-24" data-thumb="1" href="https://vnexpress.net/enrique-ngoc-nghech-moi-chi-trich-tran-thang-bayern-5-4-5069006.html" title="Enrique: 'Ngốc nghếch mới chỉ trích trận thắng Bayern 5-4'"> Enrique: 'Ngốc nghếch mới chỉ trích trận thắng Bayern 5-4' </a> </h3>
39<h3 class="title-news"> <a data-medium="Item-25" data-thumb="1" href="https://vnexpress.net/scholes-doan-arsenal-khong-vo-dich-ca-ngoai-hang-anh-lan-champions-league-5069012.html" title="Scholes đoán Arsenal không vô địch cả Ngoại hạng Anh lẫn Champions League"> Scholes đoán Arsenal không vô địch cả Ngoại hạng Anh lẫn Champions League </a> </h3>
40<h3 class="title-news"> <a data-medium="Item-26" data-thumb="1" href="https://vnexpress.net/carragher-carrick-phu-hop-voi-man-utd-hon-ancelotti-nagelsmann-5069007.html" title="Carragher: 'Carrick phù hợp với Man Utd hơn Ancelotti, Nagelsmann'"> Carragher: 'Carrick phù hợp với Man Utd hơn Ancelotti, Nagelsmann' </a> </h3>
41<h3 class="title-news"> <a data-medium="Item-27" data-thumb="1" href="https://vnexpress.net/arteta-muon-ngoai-hang-anh-ho-tro-clb-da-champions-league-5069005.html" title="Arteta muốn Ngoại hạng Anh hỗ trợ CLB đá Champions League"> Arteta muốn Ngoại hạng Anh hỗ trợ CLB đá Champions League </a> </h3>
42<h3 class="title-news"> <a data-medium="Item-28" data-thumb="1" href="https://vnexpress.net/noi-bo-man-utd-tung-chia-re-vi-ronaldo-khong-chiu-pressing-5068981.html" title="Nội bộ Man Utd từng chia rẽ vì Ronaldo không chịu pressing"> Nội bộ Man Utd từng chia rẽ vì Ronaldo không chịu pressing </a> </h3>
43<h3 class="title-news"> <a data-medium="Item-29" data-thumb="1" href="https://vnexpress.net/cuu-tien-ve-arsenal-noi-loan-o-real-5068963.html" title="Cựu tiền vệ Arsenal nổi loạn ở Real"> Cựu tiền vệ Arsenal nổi loạn ở Real </a> </h3>
44<h3 class="title-news"> <a data-medium="Item-30" data-thumb="1" href="https://vnexpress.net/sinner-va-quan-vot-nho-alcaraz-5068691.html" title="Sinner và quần vợt nhớ Alcaraz"> Sinner và quần vợt nhớ Alcaraz </a> </h3>
45<h3 class="title-news"> <a data-medium="Item-31" data-thumb="1" href="https://vnexpress.net/ky-luc-marathon-tinh-tien-the-nao-sau-118-nam-5068532.html" title="Kỷ lục marathon tịnh tiến thế nào sau 118 năm"> Kỷ lục marathon tịnh tiến thế nào sau 118 năm </a> </h3>
46<h3 class="title-news"> <a data-medium="Item-32" data-thumb="1" href="https://vnexpress.net/cau-thu-bi-duoi-vi-huc-dau-o-v-league-5068985.html" title="Cầu thủ bị đuổi vì húc đầu ở V-League"> Cầu thủ bị đuổi vì húc đầu ở V-League </a> </h3>
47<h3 class="title-news"> <a data-medium="Item-33" data-thumb="1" href="https://vnexpress.net/liv-golf-mat-nguon-tai-tro-hang-ty-usd-5068914.html" title="LIV Golf mất nguồn tài trợ hàng tỷ USD"> LIV Golf mất nguồn tài trợ hàng tỷ USD </a> </h3>
48<h3 class="title-news"> <a data-medium="Item-34" data-thumb="1" href="https://vnexpress.net/quang-liem-thoi-lam-hlv-co-vua-truong-dai-hoc-my-5068884.html" title="Quang Liêm thôi làm HLV cờ vua trường đại học Mỹ"> Quang Liêm thôi làm HLV cờ vua trường đại học Mỹ </a> </h3>
49<h3 class="title-news"> <a data-medium="Item-35" data-thumb="1" href="https://vnexpress.net/tuyen-malaysia-bi-hoi-cdv-so-1-tay-chay-5068918.html" title="Tuyển Malaysia bị Hội CĐV số 1 tẩy chay"> Tuyển Malaysia bị Hội CĐV số 1 tẩy chay </a> </h3>
50<h3 class="title-news"> <a data-medium="Item-36" data-thumb="1" href="https://vnexpress.net/cau-thu-indonesia-bi-cam-3-nam-vi-da-kungfu-vao-lung-doi-phuong-5068897.html" title="Cầu thủ Indonesia bị cấm 3 năm vì đá kungfu vào lưng đối phương"> Cầu thủ Indonesia bị cấm 3 năm vì đá kungfu vào lưng đối phương </a> </h3>
51<h3 class="title-news"> <a data-medium="Item-37" data-thumb="1" href="https://vnexpress.net/johan-cruyff-tu-choi-du-world-cup-1978-vi-tinh-yeu-gia-dinh-5068790.html" title="Johan Cruyff từ chối dự World Cup 1978 vì tình yêu gia đình"> Johan Cruyff từ chối dự World Cup 1978 vì tình yêu gia đình </a> </h3>
52<h3 class="title-news"> <a data-medium="Item-38" data-thumb="1" href="https://vnexpress.net/tottenham-co-the-xuong-hang-vi-phong-do-cao-cua-west-ham-5068786.html" title="Tottenham có thể xuống hạng vì phong độ cao của West Ham"> Tottenham có thể xuống hạng vì phong độ cao của West Ham </a> </h3>
53<h3 class="title-news"> <a data-medium="Item-39" data-thumb="1" href="https://vnexpress.net/ronaldo-hua-giai-thich-viec-tung-dinh-cong-o-giai-arab-saudi-5068794.html" title="Ronaldo hứa giải thích việc từng đình công ở giải Arab Saudi"> Ronaldo hứa giải thích việc từng đình công ở giải Arab Saudi </a> </h3>
54<h3 class="title-news"> <a data-medium="Item-40" data-thumb="1" href="https://vnexpress.net/cuu-sao-nba-nhan-toi-trong-duong-day-ca-do-dan-xep-poker-quy-mo-lon-5068783.html" title="Cựu sao NBA nhận tội trong đường dây cá độ, dàn xếp poker quy mô lớn"> Cựu sao NBA nhận tội trong đường dây cá độ, dàn xếp poker quy mô lớn </a> </h3>
55<h3 class="title-news"> <a data-medium="Item-41" data-thumb="1" href="https://vnexpress.net/man-utd-nham-them-hlv-bournemouth-5068735.html" title="Man Utd nhắm thêm HLV Bournemouth"> Man Utd nhắm thêm HLV Bournemouth </a> </h3>
56<h3 class="title-news"> <a data-medium="Item-42" data-thumb="1" href="https://vnexpress.net/vi-sao-ky-luc-gia-sawe-muon-kiem-tra-doping-5068370.html" title="Vì sao kỷ lục gia Sawe muốn kiểm tra doping?"> Vì sao kỷ lục gia Sawe muốn kiểm tra doping? </a> </h3>
57<h3 class="title-news"> <a data-medium="Item-43" data-thumb="1" href="https://vnexpress.net/simeone-va-hau-ve-arsenal-cang-thang-vi-chuyen-giam-len-logo-atletico-5068780.html" title="Simeone và hậu vệ Arsenal căng thẳng vì chuyện giẫm lên logo Atletico"> Simeone và hậu vệ Arsenal căng thẳng vì chuyện giẫm lên logo Atletico </a> </h3>
58<h3 class="title-news"> <a data-medium="Item-44" data-thumb="1" href="https://vnexpress.net/mount-man-utd-co-the-vo-dich-ngoai-hang-anh-mua-toi-5068781.html" title="Mount: 'Man Utd có thể vô địch Ngoại hạng Anh mùa tới'"> Mount: 'Man Utd có thể vô địch Ngoại hạng Anh mùa tới' </a> </h3>
59<h3 class="title-news"> <a data-medium="Item-45" data-thumb="1" href="https://vnexpress.net/merson-arsenal-se-dinh-doat-cuoc-dua-vo-dich-neu-thang-fulham-5068756.html" title="Merson: 'Arsenal sẽ định đoạt cuộc đua vô địch nếu thắng Fulham'"> Merson: 'Arsenal sẽ định đoạt cuộc đua vô địch nếu thắng Fulham' </a> </h3>
60<h3 class="title-news"> <a data-medium="Item-46" data-thumb="1" href="https://vnexpress.net/con-trai-ronaldo-beo-bo-bong-da-theo-nghe-dj-5068744.html" title="Con trai Ronaldo 'béo' bỏ bóng đá, theo nghề DJ"> Con trai Ronaldo 'béo' bỏ bóng đá, theo nghề DJ </a> </h3>