{"id":7996,"date":"2019-04-06T15:18:54","date_gmt":"2019-04-06T15:18:54","guid":{"rendered":"https:\/\/ittutorial.org\/?p=7996"},"modified":"2019-04-06T15:45:02","modified_gmt":"2019-04-06T15:45:02","slug":"html-simple","status":"publish","type":"post","link":"https:\/\/ittutorial.org\/html-simple\/","title":{"rendered":"HTML Basic"},"content":{"rendered":"<p>An HTML page starts with the &lt;! DOCTYPE html&gt; tag for document definition.<\/p>\n<p>The HTMl page starts with the &lt;html&gt; tag ends with the &lt;\/ html&gt; tag.<\/p>\n<p>The sections displayed on the HTML page are written between the &lt;body&gt; and &lt;\/ body&gt; tags.<\/p>\n<p>&nbsp;<\/p>\n<pre>&lt;!DOCTYPE\u00a0html&gt;\r\n&lt;html&gt;\r\n&lt;body&gt;\r\n\r\n&lt;h1&gt;It Tutorial&lt;\/h1&gt;\r\n&lt;p&gt; I'm learning HTML with \u0131ttutorial.org &lt;\/p&gt;\r\n\r\n&lt;\/body&gt;\r\n&lt;\/html&gt;<\/pre>\n<p>&nbsp;<\/p>\n<h3>HTML Headings<\/h3>\n<p>HTML Headings are defined by tags between &lt;h1&gt; and &lt;h6&gt;.<\/p>\n<p>&lt;h1&gt; Defines the most important title.<\/p>\n<p>As the number of labels increases, its importance decreases.<\/p>\n<p>&lt;h6&gt; is the least important heading.<\/p>\n<pre>&lt;h1&gt;This is heading 1&lt;\/h1&gt;\r\n&lt;h2&gt;This is heading 2&lt;\/h2&gt;\r\n&lt;h3&gt;This is heading 3&lt;\/h3&gt;\r\n&lt;h4&gt;This is heading 4&lt;\/h4&gt;\r\n&lt;h5&gt;This is heading 5&lt;\/h5&gt;\r\n&lt;h6&gt;This is heading 6&lt;\/h6&gt;<\/pre>\n<p>&nbsp;<\/p>\n<h3>HTML Paragraphs<\/h3>\n<p>Paragraphs in HTML are defined by the &lt;p&gt; tag.<\/p>\n<pre>&lt;p&gt;This is a paragraph.&lt;\/p&gt;\r\n&lt;p&gt;This is another paragraph.&lt;\/p&gt;\r\n\r\n<\/pre>\n<h3>HTML Links<\/h3>\n<p>Links in HTML are defined by the &lt;a&gt; tag.<\/p>\n<pre>&lt;a\u00a0href=\"<a href=\"https:\/\/ittutorial.org\/\">https:\/\/ittutorial.org\/<\/a>\"&gt;This is a link&lt;\/a&gt;<\/pre>\n<p>&nbsp;<\/p>\n<h3>HTML Images<\/h3>\n<p>Images in HTMl are identified by the &lt;img&gt; tag.<br \/>\n&lt;img&gt; Tag properties;<\/p>\n<p>(src) indicates the source of the file.<\/p>\n<p>(alt) sub-text is defined in the file.<\/p>\n<p>&#8216;height&#8217; and &#8216;width&#8217; definition.<\/p>\n<pre>&lt;img\u00a0src=\"ittutorial.jpg\"\u00a0alt=\"<a href=\"https:\/\/ittutorial.org\/\">https:\/\/ittutorial.org<\/a>\"\u00a0width=\"104\"\u00a0height=\"142\"&gt;\r\n\r\n<\/pre>\n<h3>HTML Buttons<\/h3>\n<p>The HTML buttons are defined by the &lt;button&gt; tag.<\/p>\n<pre>&lt;button&gt; Click &lt;\/button&gt;\r\n\r\n<\/pre>\n<h3>HTML Lists<\/h3>\n<p>Unordered lists in HTML are defined by &lt;ul&gt;.<\/p>\n<p>In HTML, ordered lists are defined by &lt;ol&gt;.<\/p>\n<p>&lt;li&gt; Tag list items are defined.<\/p>\n<pre>&lt;ul&gt;\r\n\u00a0\u00a0&lt;li&gt;Coffee&lt;\/li&gt;\r\n\u00a0\u00a0&lt;li&gt;Tea&lt;\/li&gt;\r\n\u00a0\u00a0&lt;li&gt;Milk&lt;\/li&gt;\r\n&lt;\/ul&gt;\r\n\r\n&lt;ol&gt;\r\n\u00a0\u00a0&lt;li&gt;Coffee&lt;\/li&gt;\r\n\u00a0\u00a0&lt;li&gt;Tea&lt;\/li&gt;\r\n\u00a0\u00a0&lt;li&gt;Milk&lt;\/li&gt;\r\n&lt;\/ol&gt;<\/pre>\n","protected":false},"excerpt":{"rendered":"<p>An HTML page starts with the &lt;! DOCTYPE html&gt; tag for document definition. The HTMl page starts with the &lt;html&gt; tag ends with the &lt;\/ html&gt; tag. The sections displayed on the HTML page are written between the &lt;body&gt; and &lt;\/ body&gt; tags. &nbsp; &lt;!DOCTYPE\u00a0html&gt; &lt;html&gt; &lt;body&gt; &lt;h1&gt;It Tutorial&lt;\/h1&gt; &lt;p&gt; I&#8217;m learning HTML with \u0131ttutorial.org &hellip;<\/p>\n","protected":false},"author":41,"featured_media":8013,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"om_disable_all_campaigns":false,"_monsterinsights_skip_tracking":false,"_monsterinsights_sitenote_active":false,"_monsterinsights_sitenote_note":"","_monsterinsights_sitenote_category":0,"_uf_show_specific_survey":0,"_uf_disable_surveys":false,"_jetpack_memberships_contains_paid_content":false,"footnotes":""},"categories":[2872],"tags":[3258,3261,3259,3264,728,3257,729,2886,3268,731,732,733,2885,3266,3262,2866,3270,3267,3269,734,2865,2882,737,3260,3265,910,3263,2864,2884,2883],"class_list":["post-7996","post","type-post","status-publish","format-standard","has-post-thumbnail","","category-html","tag-basic-html","tag-body","tag-buttons","tag-hmtl-images","tag-html","tag-html-basic","tag-html-dokumanlari","tag-html-entry","tag-html-headings","tag-html-ile-web-sayfasi-hazirlama","tag-html-ile-web-sayfasi-tasarimi","tag-html-kodlari","tag-html-learning","tag-html-links","tag-html-lists","tag-html-notlari","tag-html-ol-li","tag-html-paragraphs","tag-html-ul-li","tag-html-yazma","tag-html5","tag-hyper","tag-hyper-text-markup-language","tag-images","tag-images-html","tag-javascript-ile-html-kodlari-yazma","tag-lists-html","tag-mahmut-faruk-sahin","tag-markup","tag-text"],"aioseo_notices":[],"jetpack_featured_media_url":"https:\/\/ittutorial.org\/wp-content\/uploads\/2019\/04\/htmlBasic.png","jetpack_sharing_enabled":true,"amp_enabled":true,"_links":{"self":[{"href":"https:\/\/ittutorial.org\/wp-json\/wp\/v2\/posts\/7996","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/ittutorial.org\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/ittutorial.org\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/ittutorial.org\/wp-json\/wp\/v2\/users\/41"}],"replies":[{"embeddable":true,"href":"https:\/\/ittutorial.org\/wp-json\/wp\/v2\/comments?post=7996"}],"version-history":[{"count":3,"href":"https:\/\/ittutorial.org\/wp-json\/wp\/v2\/posts\/7996\/revisions"}],"predecessor-version":[{"id":8014,"href":"https:\/\/ittutorial.org\/wp-json\/wp\/v2\/posts\/7996\/revisions\/8014"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/ittutorial.org\/wp-json\/wp\/v2\/media\/8013"}],"wp:attachment":[{"href":"https:\/\/ittutorial.org\/wp-json\/wp\/v2\/media?parent=7996"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/ittutorial.org\/wp-json\/wp\/v2\/categories?post=7996"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/ittutorial.org\/wp-json\/wp\/v2\/tags?post=7996"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}