Class: Markup

Markup()

A Markup is similar with an inline HTML tag that might be added to text to modify its meaning and/or display. Examples of types of markup that could be added are bold ('b'), italic ('i'), strikethrough ('s'), and a tags (links).

Constructor

new Markup()

Properties:
Name Type Description
tagName String
Source:

Methods

getAttribute(name,)

Returns the attribute value

Parameters:
Name Type Description
name, String

e.g. "href"

Source: