My Blog

    • Sample Page
Illustration of a bird flying.
  • HTML <acronym> tag (Not supported in HTML5)

    HTML <acronym> tag is used with title attribute to contain a full explanation of an acronym content. When you hover the mouse on content, then it will show the explanation of word. Syntax: Following are some specifications about the HTML <acronym> tag Display Inline Start tag/End tag Both Start tag and End tag Usage Semantic/Textual…

    October 21, 2022
  • HTML <abbr> tag

    HTML <abbr> tag is used to represent an acronym or abbreviation of a longer word or phrase, such as www, HTML, HTTP, etc. The content written between <abbr> tags renders with dotted underline in some browser. This tag can be used with “title” attribute (optional), and the value of title attribute will be pop-up when…

    October 21, 2022
  • HTML Anchor

    The HTML anchor tag defines a hyperlink that links one page to another page. It can create hyperlink to other web page as well as files, location, or any URL. The “href” attribute is the most important attribute of the HTML a tag. and which links to destination page or URL. href attribute of HTML anchor tag The…

    October 21, 2022
  • HTML <!DOCTYPE> tag

    On the HTML document you have often seen that there is a <!DOCTYPE html> declaration before the <html> tag. HTML <!DOCTYPE> tag is used to inform the browser about the version of HTML used in the document. It is called as the document type declaration (DTD). Technically <!DOCTYPE > is not a tag/element, it just…

    October 21, 2022
  • HTML 5 Tags

    There is a list of newly included tags in HTML 5. These HTML 5 tags (elements) provide a better document structure. This list shows all HTML 5 tags in alphabetical order with description. List of HTML 5 Tags Tag Description <article> This element is used to define an independent piece of content in a document,…

    October 21, 2022
  • HTML Tags

    HTML tags are like keywords which defines that how web browser will format and display the content. With the help of tags, a web browser can distinguish between an HTML content and a simple content. HTML tags contain three main parts: opening tag, content and closing tag. But some HTML tags are unclosed tags. When…

    October 21, 2022
  • HTML Event Attributes

    When a browser reacts on user action, then it is called as an event. For example, when you click on the submit button, then if the browser displays an information box. In HTML5 there are lots of event attributes available which can be activated using a programming language such as JavaScript. Following is a table…

    October 21, 2022
  • Global Attributes

    HTML global attributes are those attributes which are common for all HTML elements. The global attributes are supported by both standard and non-standard element. The global attributes can be used with all elements, although it may not have any effect on some elements. Following is the complete list of global attributes with their description: Hererepresent…

    October 21, 2022
  • HTML URL Encode

    What is URL? URL stands for Uniform Resource Locator. It is actually a web address. A URL can contain words i.e. (javatpoint.com) or an Internet Protocol (IP) address i.e.195.201.68.81. But most of the user use URL in the form of words because it is easy to remember than numbers. Syntax of a URL: Here, Following…

    October 21, 2022
  • HTML Charset

    HTML Charset is also called HTML Character Sets or HTML Encoding. It is used to display an HTML page properly and correctly because for displaying anything correctly, a web browser must know which character set (character encoding) to use. HTML Character Encoding There are various types of Character Encoding which are given below: ASCII Character…

    October 21, 2022
←Previous Page
1 … 107 108 109 110 111 … 113
Next Page→

My Blog

Proudly powered by WordPress