html interview questions and answers

Html stands for Hypertext Markup Language. Html is one easy language that is used to create web application and webpages.

Html interview questions and answers: -

1) What is Html ?

HTML stands for Hyper Text Markup Language. It is a standard text formatting language which is used to create and display pages on the Web. It makes the text more interactive and dynamic. It can turn text into images, tables, links. Read More


2) what are the Html Tags?

HTML tags are like keywords which defines that how web browser will format and display the content. Html tags contains three main parts: opening bracket, content, closing bracket.

Syntax: <tag> Content </tag>

Content is placed between tags. Read More

3) what is the difference between tags vs elements vs attributes?

 


Read more

4) what is the Html  <nav>Tag?

HTML <nav> tag is used to represent a section which contains navigation links, either within current document or to another document.

Syntax: -

<nav> .....</nav> Read more





Post a Comment

0 Comments