what is html:-
- the abbreviation of the html is hypertext markup language,it is founded by tim berners lee,mainly used to give the structure of the webpage and act as the skeleton of the webpage,the latest version of the html is 5.2
what are attributes in html:-
- HTML attributes are special words placed inside an element's opening tag to provide additional information, configure its behavior, or adjust its appearance.some of the eamples of the attributes are src for img ,href for a tag etc
what are value in html:-
- the value attribute used in html are option,button,input,li
- it is used to assign, capture, or submit data within various elements
- it is mainly used in the input tag
what is css:-
- the abbreviation of the css is cascading style sheets
- it has three types they are inline,internal and external
- it's main aim is to give design and style to the web page
- the css elements can be accessed by the style tag in inline and internal tag
Top comments (0)