HTML
HTML
HTML
• The HTML iframe tag is used to display a nested webpage. In other words, it
represents a webpage within a webpage. The HTML <iframe> tag defines an inline
frame.
• Image map facilitates you to link many different web pages using a single image.
• It is represented by <map> tag. You can define shapes in images that you want to
make part of an image mapping.
6. What are some common lists that are used when designing a page?
There are many common lists which are used to design a page.
• Ordered list
• Unordered list
• Definition list
• The HTML formatting is a process of format the text for a better look and feel. It uses
different tags to make text bold, italicized, underlined. More details.
8. Which HTML tag is used to display the data in the tabular form?
• The HTML table tag is used to display data in tabular form (row * column).
• It also manages the layout of the page, e.g., header section, navigation bar, body
content, footer section.
• <table> - It defines a table
• <tr>- It defines a row in a table.
• <th>- It defines a header cell in a table. etc
• The color of the bullet is always the color of the first text of the list.
• So, if you want to change the color of the bullet, you must change the color of the
text.
• To create a multicolor text on a web page you can use <font color ="color"> </font>
for the specific texts you want to color.
• Semantic HTML is a coding style. It is the use of HTML markup to reinforce the
semantics or meaning of the content.
• Marquee is used to put the scrolling text on a web page. It scrolls the image or text up,
down, left or right automatically.
• Header
• NAV
• Selection
• Aside
• Article
• Footer
• The HTML provides an anchor tag to create a hyperlink that links one page to another
page.
• <br> tag - Usually <br> tag is used to separate the line of text. It breaks the current
line and conveys the flow to the next line
• <p> tag - The <p> tag contains the text in the form of a new paragraph.
• <blockquote> tag - It is used to define a large quoted section. If you have a large
quotation, then put the entire text within <blockquote>.............</blockquote> tag.
16. What is the use of a span tag?
• An URL is encoded to convert non-ASCII characters into a format that can be used
over the Internet because a URL is sent over the Internet by using the ASCII
character-set only.
• If a URL contains characters outside the ASCII set, the URL has to be converted. The
non-ASCII characters are replaced with a "%" followed by hexadecimal digits.
• The <canvas> element is a container that is used to draw graphics on the web page
using scripting language like JavaScript. It allows for dynamic and scriptable
rendering of 2D shapes and bitmap images.
• There are several methods in canvas to draw paths, boxes, circles, text and add
images.
• 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.
21. What are the different new form element types in HTML 5?
• Color
• Time
• Url
• Range
• Telephone
• Number
• Search
• Date
• Datetime-local
• Email
• The progress tag is used to represent the progress of the task only while the meter tag
is used to measure data within a given range.
• mp4
• WebM
• Ogg