Yazılımcı'nın Seyir Defteri
@volkansengul
<html>
<head> ... </head>
<body> ... </body>
</html>
<meta charset="UTF-8">
<meta name="description" content="site kısa açıklama">
<meta name="keywords" content="HTML, CSS, XML, JavaScript">
<meta name="author" content="Volkan ŞENGÜL">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<base href="https://volkansengul.com/blog" target="_blank">
<ul style="list-style-type:disc">
<li>Coffee</li>
<li>Tea</li>
<li>Milk</li>
</ul>
disc | Sets the list item marker to a bullet (default) |
circle | Sets the list item marker to a circle |
square | Sets the list item marker to a square |
none | The list items will not be marked |
<div>Hello</div>
<div>World</div>
<div class="hello">Hello</div>
<div class="helloworld">Hello World !</div>