What is HTML Canvas? The HTML “canvas” element is used to draw graphics via JavaScript.The “canvas” element is only a container for graphics.One must us
What is SVG? SVG stands for Scalable Vector Graphics. It basically defines vector-based graphics in XML format. SVG graphics do NOT lose any quality if they are
The <nav> tag is used to declaring the navigational section in HTML documents. Websites typically have sections dedicated to navigational links, which enables u
A Uniform Resource Locator (URL) is simply the address of a website to access the website content like www.geeksforgeeks.org. But there are certain characters a
HTML provides some method to display reserved character. Reserved characters are those characters which are either reserved for HTML or those which are not pres
The <html> tag in HTML is used to define the root of HTML and XHTML documents. The <html> tag tells the browser that it is an HTML document. It is the second ou
HTML stands for Hyper Text Markup Language. It is used to design web pages using markup language. HTML is the combination of Hypertext and Markup language. Hype
HTML text editors are used to create and modify web pages. HTML codes can be written in any text editors including the notepad. One just needs to write HTML in
In this article, we will go through all the basic stuff of HTML coding. There are various tags that we must consider and include while starting to code in HTML.
<p> tag The <p> tag in HTML defines a paragraph. These have both opening and closing tag. So anything mentioned within <p> and </p> is treated as a paragraph. M
HTML provides us with the ability for formatting text just like we do it in MS Word or any text editing software. In this article, we would go through few such
An attribute is used to provide extra or additional information about an element. All HTML elements can have attributes. Attributes provide additional informati
What is a list? A list is a record of short pieces of information, such as people’s names, usually written or printed with a single thing on each line and ord
The Quotation elements in HTML are used to insert quoted texts in a web page, that is, portion of texts different from the normal texts in the web page. Below a
The Spell Check feature in HTML is used to detect grammatical or spelling mistakes in the text fields. The Spell Check feature can be applied to HTML forms usin
What is doctype? A doctype or document type declaration is an instruction which tells the web browser about the markup language in which the current page is wri
The web browser displays the alphabets, numbers and some other symbols correctly. This is all possible because of the required character set that web browser us
Geo-location in HTML5 is used to share the location with some web site and aware of the exact location. It is mainly used for local businesses, restaurants or s
Page layout is the part of graphic design that deals with the arrangement of visual elements on a page. Page layout is used to make the web pages look better. I
Earlier, the webpages used to comprised of only texts, which made them appear quite boring and uninteresting. Fortunately, it wasn’t long enough that the abil
A file path specifies the location of a file inside a web folder structure. Its like an address of a file which helps the web browser to access the files. File
Significance of Iframe in HTML : Iframe stands for Inline Frame. The ” iframe ” tag defines a rectangular region within the document in which the browser ca
What is a link? It is a connection from one web resource to another.A link has two ends,An anchor and direction. The link starts at the “source” anchor and
The deprecated tags or attributes are those attributes which are replaced by some other attributes. The tag or attributes depreciated when the same attributes i
Hypertext Markup Language (HTML) Hypertext Markup Language (HTML) is the standard markup language for creating web pages and web applications. With Cascading St