Explain about the HTML code above :
l The <!DOCTYPE html> declaration tells the browser that the document is written in HTML5 l The <html> element is the root element of an HTML document l The <head> element contains information about the document, such as its title, author, and style sheet l The <style> element contains the document’s style sheet, which is used to control the apperance of the document l The body element contains the document’s content l The h1 element defines a heading l The p element defines a pharagraph l The color property is used to set the color of text l The background-color property is used to set the background color of an element
.png)
.png)
Comments
Post a Comment