Lives Matter Astrokitty911 Official Website(Raka): Oktober 2016

Jumat, 28 Oktober 2016

How to make HTML - 4

Hello everyone, My Name is Raka. I will teach you how to code html.

Fourth. The specific codes for each element

So previusly, i said earlier that we can add codes. this is the detailed one :



- H1,H2,H3,H4,H5,H6 = <h1>(Content)</h1> (And So on)

- Paragraraph = <P>(Content)</P>

- List = <ol>
              <li>First Item</li>
              <li>Second Item</li>
              <li>Third Item</li>
- Button = <Button href="www.ExampleWebsite.com"
- Header = <header></header>(Used for items in the top of a page, usually buttonsof navigation)
- Image = <img src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgABEuTM25c0ulvGbcMob0Oq89z49FUn5Pmi71w_yx59fvborCLP8vamWj-tMFii6HJRMFsMU499vQvjUB7nEgDwxsjIYkFlOlwzv5t_PEYIvBjsb02WUy5D0e2xr0o6h_BXjY4Ir_VdTs/s1600/IT.jpg" alt="Have You Tried It??">
- Mark = <p>Have you <mark>Tried</mark> it?</p>
- link (Use commonly to link css) = 
<head>
<link rel="stylesheet" type="test/css" href="Tester.css
</head>"
- Article (To make it easier to make news) = 
<article>
   <h1>New Game Released</h1>
   <p>People around the world has been asking? what is the new game?no one knows. to keep them from being crazy, they play the mainstream ones.</p>