Answer in 1-2 sentences-
a. What is HTML?
b. What do you understand by HTML tags?
C. What does rendering HTML5 mean?
d. Why is DOCTYPE necessary in HTML5?
e. What is Navigation tag?
f. What is the use of canvas tag?
Answers
Answer:
Ans -a)Hypertext Markup Language, a standardized system for tagging text files to achieve font, colour, graphic, and hyperlink effects on World Wide Web pages.
b)HTML tags are the hidden keywords within a web page that define how your web browser must format and display the content. ... For example, <html> is the opening tag and </html> is the closing tag. Note that the closing tag has the same text as the opening tag, but has an additional forward-slash ( / ) character.
c)Also called a "layout engine," a rendering engine is used by a Web browser to render HTML pages, by mail programs that render HTML email messages, as well as any other application that needs to render Web page content.
d)The DTD specifies the rules for the markup language, so that the browsers render the content correctly. HTML5 is not based on SGML, and therefore does not require a reference to a DTD. Tip: Always add the <!DOCTYPE> declaration to your HTML documents, so that the browser knows what type of document to expect.
e)The <nav> tag is a new element in HTML5. It is used to define a block of navigation links, either within the current document or to other documents. Examples of navigation blocks are menus, tables of contents, and indexes.
f)The HTML <canvas> element is used to draw graphics, on the fly, via scripting (usually JavaScript). The <canvas> element is only a container for graphics. You must use a script to actually draw the graphics. Canvas has several methods for drawing paths, boxes, circles, text, and adding images.
please mark me down as a BRAINLIEST for more answers please follow me.
Answer:
1) Hypertext Markup Language is the standard markup language for documents designed to be displayed in a web browse.
2) HTML tags are the hidden keywords within a web page that define how your web browser must format .
3) HTML5 is a markup language used for structuring and presenting content for the World Wide Web and a core technology of the Internet.
4) A Document Type Declaration, or DOCTYPE for short, is an instruction to the web browser about the version of markup language in which a web page is written. ... You can use the following markup as a template to create a new HTML5 document.
5) The <nav> tag is a new element in HTML5. It is used to define a block of navigation links, either within the current document or to other documents. Examples of navigation blocks are menus, tables of contents, and indexes.
6) The HTML <canvas> element is used to draw graphics, on the fly, via scripting (usually JavaScript). The <canvas> element is only a container for graphics. You must use a script to actually draw the graphics.
Hope it helps