My Blog

    • Sample Page
Illustration of a bird flying.
  • 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 22, 2022
  • HTML5 New Elements

    In HTML5, there are lots of new elements are added which provides some extra functionality to create an attractive and dynamic website. With the help of these elements, you can make your code easy and quick. HTML5 New Tags Following is the complete list of the newly added element with their descriptions. Tag Description Structural…

    October 22, 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 22, 2022
  • HTML5 User Manual

    HTML Coding Convention You should follow some convention while using HTML: Use a Consistent CSS A user must use consistent style while writing HTML. It makes the code simpler and more understandable for people. Your code must be small, clean and well-formed. Use Correct Document Type You should declare document type at the starting of…

    October 22, 2022
  • HTML5 Tutorial

    HTML5 tutorial provides details of all 40+ HTML tags including audio, video, header, footer, data, datalist, article etc. This HTML tutorial is designed for beginners and professionals. HTML5 is a next version of HTML. Here, you will get some brand new features which will make HTML much easier. These new introducing features make your website layout…

    October 22, 2022
  • HTML Wbr Tag

    HTML <wbr> tag is used to specify a line break opportunity within an HTML document. Without wbr tag, it is very difficult to read a long single word or a sentence. Without wbr tag, single long word can wrap or not wrap at all, it creates problem for the layout of the page. Without <wbr> tag, users…

    October 22, 2022
  • HTML Video Tag

    HTML 5 supports <video> tag also. The HTML video tag is used for streaming video files such as a movie clip, song clip on the web page. Currently, there are three video formats supported for HTML video tag: Let’s see the table that defines which web browser supports video file format. Browser mp4 webM ogg…

    October 22, 2022
  • HTML <var> tag

    HTML <var> tag is a phrase tag which is used to define the variable for a mathematical equation, or in the programming context. The content within <var> tag renders in italic font in most of the browsers, but it can be overridden using appropriate CSS. Following are some related elements of <var> tag, which can…

    October 22, 2022
  • HTML <u> tag

    HTML <u> tag is used to define a span of inline text with a non-textual annotation. It rendered as an solid underlined text, but it can be changed using CSS properties. This tag was deprecated in HTML 4.0 and redefined in HTML5. In HTML5, <u> tag is used to represent the text that is stylistically…

    October 22, 2022
  • HTML <tt> tag (Not supported in HTML5)

    HTML <tt> tag was used to define text in monospaced font or fixed-width fonts so that it would render as teletype, text-only screen, or line printer on the browser. Note: Do not use HTML <tt> tag, as it is not supported in HTML5, instead of you can use following tags for better use: Syntax Following…

    October 22, 2022
←Previous Page
1 … 95 96 97 98 99 … 113
Next Page→

My Blog

Proudly powered by WordPress