Computer Science, asked by purab04, 1 year ago

explain the meaning of html with its features
and
if possible answer all the questions

Attachments:

Answers

Answered by aryan200443
1
HTML stands for Hyper Text Markup Language .Web pages consists of markup tags and plain text.HTML5 is the next generation of HTML. Features in HTML5 are

The DOCTYPE declaration for HTMl5 is very simple, <!DOCTYPE html>

The character encoding<meta charset=”UTF-8”>

New function for embedding audio(<audio>), video(<video>), graphics(<svg> and<canvas>)

Client-side data storage

Interactive documents

2)Tags are used to mark up the start and end of an HTML element.

A start tag consists of an opening angle bracket (<) followed by the element name, zero or more space separated attribute/value pairs, and a closing angle bracket (>).

An attribute defines a property for an element, consists of an attribute/value pair, and appears within the element's start tag. An element's start tag may contain any number of space separated attribute/value pairs


3)the ordered list is used to display the list of items in a specific order. and in unordered list list of items is not displayed in specific order.
Similar questions