HTML TAG, AND ATTRIBUTE

 Html tag is an item that represents web document and display it as a content using web browser.

example:

<body>


All these things that i highlighted is a typical example of Html Tag

HTML ATTRIBUTE

Html attribute is a html content that is used to give a command to a particular item . for Example:

<img src="picture/uliey.png">

that is the item inside the quotation mark is a typical example of attribute 


the item i highlighted is an example of Attribute in Web design.

Comments

Popular posts from this blog

ADDING NUMBERED LIST ON HTML