Skip to content

Instantly share code, notes, and snippets.

<!DOCTYPE html>
<html lang="tr">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Halı Türleri ve Üretim Teknikleri</title>
<style>
/* Önceki CSS stil tanımlamaları aynı kaldı */
.gallery {
display: grid;
<!DOCTYPE html>
<html lang="tr">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Türkiye Halı Sektörü Performansı</title>
<style>
body {
font-family: 'Segoe UI', Arial, sans-serif;
line-height: 1.6;
<!DOCTYPE html>
<html lang="tr">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Türkiye Halı Sektörü Performansı</title>
<style>
body {
font-family: 'Segoe UI', Arial, sans-serif;
line-height: 1.6;
<table border="1" cellpadding="8" cellspacing="0">
<thead>
<tr>
<th>Kategori</th>
<th>Türkiye İhracatı ($)</th>
<th>Türkiye İthalatı ($)</th>
<th>Dünya İhracatı ($)</th>
<th>Türkiye’nin Dünya Payı</th>
<th>Başlıca İhraç Ülkeleri</th>
<th>Başlıca İthalat Ülkeleri</th>
<!DOCTYPE html>
<html lang="tr">
<head>
<meta charset="UTF-8" />
<title>Halı Sektörü 2022 Raporu</title>
</head>
<body>
<h2>Halı Sektörü Türkiye ve Dünya İhracat/İthalat Verileri (2022)</h2>
<!DOCTYPE html>
<html lang="tr">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<title>Halı Sektörü İhracat & İthalat Verileri</title>
<style>
body { font-family: Arial, sans-serif; margin: 20px; background: #f9f9f9; }
h2 { text-align: center; color: #333; }
table { border-collapse: collapse; width: 100%; max-width: 900px; margin: 0 auto; background: white; box-shadow: 0 0 10px rgba(0,0,0,0.1); }