Question:- How to insert a copyright symbol on a browser page?
Answer:- You can insert a copyright symbol by using © or © in an HTML file.
Question:- What is a style sheet?
Answer:- A style sheet is used to build a consistent, transportable, and well-designed style template. You can add these templates on several different web pages. It describes the look and formatting of a document written in markup language.
Question:- Can you create a multi-colored text on a web page?
Answer:- Yes. To create a multicolor text on a web page you can use font color ="color" for the specific texts you want to color.
Question:- Is it possible to change the color of the bullet?
Answer:- 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.
Question:- Explain the layout of HTML?
Answer:- HTML layout specifies a way in which the web page is arranged.
Question:- What is a marquee?
Answer:- Marquee is used to put the scrolling text on a web page. It scrolls the image or text up, down, left or right automatically.
Question:- What is the use of a span tag? Give one example.
Answer:- The span tag is used for following things: - For adding color on text - For adding background on text - Highlight any color text
Question:- What is the use of an iframe tag?
Answer:- An iframe is used to display a web page within a web page.
Question:- What are the entities in HTML?
Answer:- 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.
Question:- 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.
Answer:- 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.
Question:- What is the canvas element in HTML5?
Answer:- 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.
Question:- What is SVG?
Answer:- HTML SVG is used to describe the two-dimensional vector and vector/raster graphics. SVG images and their behaviors are defined in XML text files. So as XML files, you can create and edit an SVG image with the text editor. It is mostly used for vector type diagrams like pie charts, 2-Dimensional graphs in an X, Y coordinate system.
Question:- What are the different new form element types in HTML 5?
Answer:- Following is a list of 10 frequently used new elements in HTML 5: - Color - Date - Datetime-local - Email - Time - Url - Range - Telephone - Number - Search
Question:- Is there any need to change the web browsers to support HTML5?
Answer:- No. Almost all browsers (updated versions) support HTML 5. For example Chrome, Firefox, Opera, Safari, IE.
