Showing posts with label html5 block. Show all posts
Showing posts with label html5 block. Show all posts
HTML'de her elemanın default olarak görünüm tipi vardır. Bu tip block veya inline olabilir. Bu tip CSS ile değiştirilebilir.
Block elemanlar, bulunduğu satırın tümünü kaplar ve eklendiği yerde yeni bir satıra geçer.
Inline elemanlar, eklendiği yerde sadece boyutu kadar yer kaplar.
Not: Height ve width özellikleri sadece block elemanlarda kullanılabilir.
Block Elemanlar
<address><article>
<aside>
<blockquote>
<canvas>
<dd>
<div>
<dl>
<dt>
<fieldset>
<figcaption>
<figure>
<footer>
<form>
<h1>-<h6>
<header>
<hr>
<li>
<main>
<nav>
<noscript>
<ol>
<p>
<pre>
<section>
<table>
<tfoot>
<ul>
<video>
Inline Elemanlar
<a><abbr>
<acronym>
<b>
<bdo>
<big>
<br>
<button>
<cite>
<code>
<dfn>
<em>
<i>
<img>
<input>
<kbd>
<label>
<map>
<object>
<output>
<q>
<samp>
<script>
<select>
<small>
<span>
<strong>
<sub>
<sup>
<textarea>
<time>
<tt>
<var>
