Explain about the HTML code above :

The <!DOCTYPE html> declaration tells the browser that the document is written in

HTML5

The <html> element is the root element of an HTML document

The <head> element contains information about the document, such as its title, author, and

style sheet

The <style> element contains the document’s style sheet, which is used to control the

apperance of the document

The body element contains the document’s content

The h1 element defines a heading

The p element defines a pharagraph

The color property is used to set the color of text

The background-color property is used to set the background color of an element

Comments

Popular posts from this blog

Difference between Example 1 and Example 2

Explanation about html code