-
Notifications
You must be signed in to change notification settings - Fork 0
/
html.json
66 lines (66 loc) · 5.26 KB
/
html.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
{
"html": "HTML is a markup language used to create webpages. It consists of tags which define the structure and content of a webpage. HTML5 is the latest version and includes",
"head": "The head element is a container for all the head elements of a HTML document. It includes title, scripts, stylesheets and meta information",
"title": "The title element defines the title of the document which is displayed in the browser's title bar",
"style": "The style element is used to define the style of an HTML document by using CSS",
"script": "The script element is used to embed executable code or data in an HTML document",
"link": "The link element is used to link an external resource to an HTML document",
"meta": "The meta element is used to provide metadata about an HTML document",
"base": "The base element is used to specify a base URL for all relative URLs in a document",
"body": "The body element is the main container for all the content of an HTML document",
"section": "The section element defines a section in a document, which may contain headers, footers, and other content",
"article": "The article element is used to represent a self-contained composition in an HTML document, such as a blog post or newspaper article",
"aside": "The aside element is used to represent a section of a page that consists of content that is tangentially related to the content around it",
"h1": "The h1 element defines the most important heading in a document",
"h2": "The h2 element defines a heading in a document",
"h3": "The h3 element defines a heading in a document",
"h4": "The h4 element defines a heading in a document",
"h5": "The h5 element defines a heading in a document",
"h6": "The h6 element defines a heading in a document",
"header": "The header element is used to represent a header section of a page which may contain a logo, navigation, search forms and other content",
"footer": "The footer element is used to represent a footer section of a page which may contain contact information, copyright information and other content",
"nav": "The nav element is used to define a section of navigation links",
"main": "The main element is used to define the main content of a document",
"p": "The p element defines a paragraph",
"hr": "The hr element is used to define a horizontal line",
"br": "The br element is used to insert a line break",
"pre": "The pre element is used to display text in a preformatted way",
"blockquote": "The blockquote element is used to define a section that is quoted from another source",
"ol": "The ol element defines an ordered list",
"ul": "The ul element defines an unordered list",
"li": "The li element defines a list item",
"dl": "The dl element defines a description list",
"dt": "The dt element defines a term in a description list",
"dd": "The dd element defines a description of a term in a description list",
"figure": "The figure element is used to represent a self-contained composition in an HTML document, such as an image, diagram, code snippet or even a complete sentence",
"figcaption": "The figcaption element is used to provide a caption for a figure element",
"div": "The div element is used to define a section of the document",
"a": "The a element is used to create a hyperlink to another webpage",
"em": "The em element is used to emphasize text",
"strong": "The strong element is used to give importance to a text",
"small": "The small element is used to define small text",
"s": "The s element is used to define text that is no longer accurate",
"cite": "The cite element is used to define the title of a work",
"q": "The q element is used to define a short quoted text",
"dfn": "The dfn element is used to define a term",
"abbr": "The abbr element is used to define an abbreviation",
"data": "The data element is used to define a value associated with a term",
"time": "The time element is used to define a date or time",
"code": "The code element is used to define a piece of computer code",
"var": "The var element is used to define a variable",
"samp": "The samp element is used to define a sample output from a computer program",
"kbd": "The kbd element is used to define keyboard input",
"sub": "The sub element is used to define subscript text",
"sup": "The sup element is used to define superscript text",
"i": "The i element is used to define a part of text in an alternate voice or mood",
"b": "The b element is used to define bold text",
"u": "The u element is used to define text that should be stylistically different from normal text",
"mark": "The mark element is used to define marked or highlighted text",
"ruby": "The ruby element is used to define a ruby annotation",
"rt": "The rt element is used to define an explanation or pronunciation of characters in a ruby annotation",
"rp": "The rp element is used to define what to show in browsers that do not support ruby annotations",
"bdi": "The bdi element is used to define a span of text that is to be isolated from its surroundings for the purposes of bidirectional text formatting",
"bdo": "The bdo element is used to define the direction of text overriding the current direction",
"span": "The span element is used to define a section in a document",
"wbr": "The wbr element is used to define a possible line-break"
}