<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Satır arşivleri | Haktan Bozer</title>
	<atom:link href="https://haktanbozer.com.tr/tag/satir/feed/" rel="self" type="application/rss+xml" />
	<link>https://haktanbozer.com.tr/tag/satir/</link>
	<description>Kişisel Site</description>
	<lastBuildDate>Wed, 29 Jun 2022 07:24:37 +0000</lastBuildDate>
	<language>tr</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.9.1</generator>
	<item>
		<title>HTML Tablolarda Satır Birleştirme</title>
		<link>https://haktanbozer.com.tr/programlama/html/html-tablolarda-satir-birlestirme/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=html-tablolarda-satir-birlestirme</link>
					<comments>https://haktanbozer.com.tr/programlama/html/html-tablolarda-satir-birlestirme/#respond</comments>
		
		<dc:creator><![CDATA[Haktan Bozer]]></dc:creator>
		<pubDate>Wed, 29 Jun 2022 07:21:18 +0000</pubDate>
				<category><![CDATA[HTML]]></category>
		<category><![CDATA[Birleştirme]]></category>
		<category><![CDATA[Satır]]></category>
		<category><![CDATA[Tablo]]></category>
		<guid isPermaLink="false">https://haktanbozer.com.tr/?p=2921</guid>

					<description><![CDATA[<p>HTML sayfasında oluşturmak istediğiniz tablonun aynı satır içindeki hücrelerini &#8220;colspan&#8221; ile birleştirebiliriz. Örnek kullanımı aşağıdaki gibidir Örnek Kod &#160; Örnek Çıktı</p>
<p>The post <a href="https://haktanbozer.com.tr/programlama/html/html-tablolarda-satir-birlestirme/">HTML Tablolarda Satır Birleştirme</a> appeared first on <a href="https://haktanbozer.com.tr">Haktan Bozer</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p><strong>HTML</strong> sayfasında oluşturmak istediğiniz <strong>tablo</strong>nun aynı <strong>satır</strong> içindeki <strong>hücre</strong>lerini &#8220;colspan&#8221; ile birleştirebiliriz.</p>
<p>Örnek kullanımı aşağıdaki gibidir</p>
<h4>Örnek Kod</h4>
<p>&nbsp;</p>
<pre class="brush: plain; title: Kod; notranslate">&lt;table border=&quot;1&quot;&gt;
&lt;tr&gt;
&lt;td colspan=&quot;2&quot;&gt;Satır 1 ve 2 birleşti&lt;/td&gt;
&lt;/tr&gt;

&lt;tr&gt;
&lt;td&gt;diğer satır&lt;/td&gt;
&lt;td&gt;ve sütun&lt;/td&gt;
&lt;/tr&gt;
&lt;/table&gt;</pre>
<h4>Örnek Çıktı</h4>
<p><a href="https://haktanbozer.com.tr/wp-content/uploads/2022/06/tablo3.png"><img decoding="async" src="https://haktanbozer.com.tr/wp-content/uploads/2022/06/tablo3.png" alt="" width="202" height="96" class="aligncenter size-full wp-image-2922" /></a></p>
<p>The post <a href="https://haktanbozer.com.tr/programlama/html/html-tablolarda-satir-birlestirme/">HTML Tablolarda Satır Birleştirme</a> appeared first on <a href="https://haktanbozer.com.tr">Haktan Bozer</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://haktanbozer.com.tr/programlama/html/html-tablolarda-satir-birlestirme/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>
