Top HTML Interview Questions Answers -Coding Tag - PowerPoint PPT Presentation

About This Presentation
Title:

Top HTML Interview Questions Answers -Coding Tag

Description:

HTML has come with so many different versions from beginning to till like HTML, HTML+, HTML 2.0, HTML 3.2, HTML 4.0 and the latest version HTML 5.To learn most searched top HTML interview question and answers at coding Tag – PowerPoint PPT presentation

Number of Views:155

less

Transcript and Presenter's Notes

Title: Top HTML Interview Questions Answers -Coding Tag


1
HTML
Interview Questions
2
About Us
  • About Coding Tag
  • Coding Tag is the E-learning website covering all
    tutorials of technical and nontechnical tutorials
    including advanced programming , web
    Development,current affairs and Technical
    interviews....
  • In Coding tag , Its the outstanding reference
    platform for Interview questions as well on -
  • HTML CSS PHP SQL C C OOPS Ajax JS Python etc...
  • In this presentation you will learn about latest
    frequently asked Interview questions related to
    HTML and HTML5 .
  • More info related to HTML Interview questions

3
What is SVG?
  • In HTML 5 , SVG is used for the 2-D vector and
    raster graphics. SVG images were defined in XML
    text files . SVG is used to make vector diagrams
    like
  • Pie Charts
  • 2-Dimensional graphs ...
  • ltsvg width100 height100gt
  • ltcircle cx50 cy50 r40 strokeyellow
    stroke-width4 fillred /gt
  • lt/svggt

4
What are the entities in HTML?
  • The HTML character entities are used as a
    replacement for reserved characters in HTML. You
    can also replace characters that are not present
    on your keyboard by entities. These characters
    are replaced because some characters are reserved
    in HTML.
  • Result
    Description Entity Name
    Entity Number

lt less than lt 60
gt greater than gt 62
ampersand amp 38
5
Name the supported file formats for audio tag ?
  • This tag defines the sound, such as music or
    other audio streams.
  • There are 3 supported file formats
  • MP3
  • WAV
  • OGG

ltaudio controlsgt ltsource srcCodingTag.mp3
typeaudio/mpeggt Learn from Coding
Tag lt/audiogt
6
what is the use of a datalist tag?
  • Datalist tag provides an autocomplete feature on
    the form element. It facilitates users to choose
    the predefined options for the users to select
    data.
  • Users will see a drop-down list of predefined
    options as they input data.
  • ltlabelgt
  • Enter your favorite color
  • ltinput type"text" id"favcolor" list"colors"gt
  • ltdatalist id"CktPlayers"gt
  • ltoption value"Sachin Tendulkar"gt
  • ltoption value"Jacques Kallis"gt
  • ltoption value"Ricky Ponting"gt
  • lt/datalistgt
  • lt/labelgt

7
What is the use of figcaption tag in HTML5?
The ltfigcaptiongt element is used to caption the
image. It is an optional tag and can appear
before or after the content within the ltfiguregt
tag. It is used with ltfiguregt element and it can
be placed as the first or last child of the
element. ltfiguregt ltimg src"htmlpages/images/
tajmahal.jpg" alt"Taj Mahal"/gt
ltfigcaptiongtFig.1.1 - A front view of the great
Taj Mahal in Agra.lt/figcaptiongt lt/figuregt

8
Thanks!
  • Any questions? You can find me at codingtag.com
Write a Comment
User Comments (0)
About PowerShow.com