Answer:
Tags can be identified as they are written as <tagname> Something </tagname>
<tagname> this tag is called start tag.
</tagname> this tag is called as end tag.
for ex:<p> This is a paragraph </p>
There are some elements with no end tag.for ex:- <br> tag.
Attributes are used to provide additional information to an HTML element.
Every element can have attributes.
for Ex:- <h1 style="background-color:red";>MY WEBSITE </h1>
So the background of h1 will become red.
Dukono is an active volcano located in the northern part of Halmahera island, Indonesia. It has a broad profile and is capped by compound craters.
Def firstChars( word ):
if( word ): # make sure word has characters
print( word[ 0 ] ) # print the first character (Python 3 syntax)
Answer:
Gland is an organ that makes one or more substances, such as hormones, digestive juices, sweat, tears, saliva, or milk.
TYPES OF GLANDS :
ENDOCRINE glands release the substances directly into the bloodstream.
EXOCRINE glands release the substances into a duct or opening to the inside or outside of the body.
BRAINLIEST PLEASE