by emilysff | Apr 18, 2018 | Umum
by emilysff | Apr 10, 2018 | IT dan Teknologi
HTML Paragraphs The HTML <p> element defines a paragraph: Example : <html> <body> <p>This is a paragraph.</p> <p>This is a paragraph.</p> <p>This is a paragraph.</p> </body> </html> Output: HTML...
by emilysff | Apr 10, 2018 | IT dan Teknologi
HTML Fonts The font-family property defines the font to be used for an HTML element: Example : <html> <body> <h1 style=”font-family:verdana;”>This is a heading</h1> <p style=”font-family:courier;”>This is a...
Recent Comments