ReadEsy

Educational Content Provider

HTML Tutorial
  • Home
  • HTML
  • CSS
  • Javascript
  • PHP
  • Python
  • java
  • HTML Tutorial

    What is HTML

    साधारण भाषा में कहें तो HTML Websit बनाने का पहला Language है। HTML एक Hypertext Markup भाषा है। जो Web Page बनने के लिए Code-words का उपयोग करती है। यह website का वह भाग है, जो website के लिए structure बनाता है। इस से निर्धारित किया जाता है, की किसी वेबसाइट में किन किन HTML Elements का उपयोग होगा ।

    इस HTML lurning सीरीज में हमलोग  HTML को दो भागों में बाँट कर पढ़ेंगे । पहला भाग Basic HTML और दूसरा भाग Advance HTML होगा ।

    Basic HTML में हम उन सभी tag , Element , Attribut आदि को पढ़ेंगे जिनको उपयोग कर के साधारणतः सभी Website बनते हैं , या बनाये जाते हैं ।

    Advance HTML में हम उन सभी tag , Element , Attribut आदि को पढ़ेंगे जिनको उपयोग कर के Advance Website बनते हैं , जैसे Graphics Websits Gameming Websits ।

    Basic HTML

    HTML Tags​

    HTML Tags are like keywords, which tell a web browser how to display and format with the help of HTML Tags

    Explor ❯

    HTML Tags​

    An HTML element is a component of an HTML document that tells a web browser how to structure and interpret a part of the HTML document.

    Explor ❯

    HTML Attributs​

    HTML attributes are special words used inside the opening tag to control the element’s behaviour

    Explor ❯

    Text Formating​

    HTML Formatting is a process of formatting text for better look and feel. HTML provides us ability to format text without using CSS.

    Explor ❯

    HTML Forms​

    An HTML form is used to collect user input. The user input is most often sent to a server for processing. Example. First name: Last …

    Explor ❯

    HTML Tables​

    HTML table tag is used to display data in tabular form (row * column). There can be many columns in a row. We can create a table to display data in tabular form.

    Explor ❯

    HTML Lists​

    A list is a record of short pieces of related information or used to display the data or any information on web pages in the ordered.

    Explor ❯

    HTML Images​

    HTML img tag is used to display image on the web page. HTML img tag is an empty tag that contains attributes only, closing tags are not used in HTML image

    Explor ❯

    HTML Links​

    An HTML link is used to link other web pages to a document. When users click on links on web pages, they are brought to other web pages

    Explor ❯

    Media In HTML​

    HTML Audio and video tag is used to display and play audio, and video on the web page.

    Explor ❯

    Advance HTML

    Canvas​

    The HTML canvas element provides HTML a bitmapped surface to work with. It is used to draw graphics on the web pag.

    Explor ❯

    SVG​

    SVG stands for Scalable Vector Graphics and it is a language for describing 2D-graphics and graphical applications in XML.

    Explor ❯

    Image Maping​

    We can use HTML image maps to make clickable areas on images. An image map comprises a picture with clickable areas, where you can click on the image and it …

    Explor ❯

    MathML​

    Mathematical Markup Language (MathML) is an XML-based language for describing mathematical notation.

    Explor ❯

    XHTML​

    XHTML stands for EXtensible HyperText Markup Language. It is a cross between HTML and XML language. XHTML is almost identical to HTML but it is stricter than HTML

    Explor ❯

    W3C​

    The World Wide Web Consortium (W3C) is an international community where Member organizations, a full-time staff, and the public work together to develop Web

    Explor ❯

    W3C Markup Validation​

    W3C validation is the process of checking a website’s code to determine if it follows the formatting standards. If you fail to validate your website’s pages …

    Explor ❯

    Open Graph Tag​

    Open graph meta tags allow you to control what content shows up when a page is shared on Facebook. We’ve all seen posts like these on Facebook.

    Explor ❯