Archives for March 2018

HTML Styles & Colors

HTML Styles Setting the style of an HTML element, can be done with the style attribute. The HTML style attribute has the following syntax:     Example : <html> <body> <p>I am normal</p> <p style=”color:red;”>I am red</p> <p style=”color:blue;”>I am blue</p> <p style=”font-size:50px;”>I am big</p> </body> </html> Output : HTML Background Color The background-color property defines the background color for an HTML […]

Khasiat Sengkuang

Sengkuang dikategorikan sebagai kumpulan makanan sayuran. sengkuang adalah tumbuhan bawah tanah yang memiliki kulit nipis dan terdapat akar kecil pada buahnya. Rasanya yang sedikit tawar dan berkanji membolehkan ianya dimakan secara mentah atau dimasak. Sengkuang boleh digoreng atau direbus. Menariknya, sengkuang mentah sangat sesuai dijadikan sebagai salad atau kerabu kerana ia tidak bertukar warna setelah dikupas dan […]

HTML Basic

HTML Headings HTML headings are defined with the <h1> to <h6> tags. <h1> defines the most important heading. <h6> defines the least important heading: Example : <html> <body> <p>This is a my name paragraph.</p> <p>This is another my self paragraph.</p> </body> </html> Output: HTML Links HTML links are defined with the <a> tag: The link’s destination is specified in the href attribute. Attributes are used to […]