Dular SharmaDular SharmaDular Sharma
(Monday - Saturday)
sharmadular7392@gmail.com
Himatnagar
Dular SharmaDular SharmaDular Sharma

Dular Sharma

  • Home
  • Author: Dular Sharma
  • Page 11

Chapter 6. Hyperlinks and Anchors

36 Views PARAMETERS USE href Specifies the destination address, which can be either an absolute or relative URL, or the name of an anchor. An absolute URL represents the complete website URL (e.g. http:/Google.com/), while a relative URL points to another directory or document within the same website . When pointing to another directory without […]
Read more

Chapter 5. Formatting Text

53 ViewsIn addition to creating elements, HTML offers tags for in-text formatting, enabling the application of specific text-related styles to text segments. This section exemplifies HTML text formatting features like highlighting, bolding, underlining, subscript, and stricken text. Highlighting:Introduced in HTML5, the <mark> element is utilized to emphasize or highlight text within a document, typically to […]
Read more

Chapter 4. Paragraphs

39 ViewsParagraphs represent the fundamental building blocks of HTML content. This section elucidates and illustrates the application of the paragraph element within HTML documents. Element Use <p> Indicates the beginning of a paragraph <br> Introduces a single line break <pre> Specifies pre-formatted text The <p> tag in HTML is used to define paragraph: <p> This […]
Read more

Chapter 3. Headings

65 ViewsHTML offers not just ordinary paragraph tags, but also six distinct header tags to denote headings of different sizes and styles. Ranging from heading 1 to heading 6, heading 1 represents the largest and boldest text, whereas heading 6 signifies the smallest and thinnest, akin to a paragraph. This section elaborates on the correct […]
Read more

Chapter 2. DOCTYPES

45 ViewsDocument Types, abbreviated as “doctypes” aid browsers in interpreting the version of HTML utilized within a document, enhancing its interpretability. Doctype declarations, distinct from HTML tags, are positioned at the document’s outset. This discussion elucidates the organization and declaration of diverse doctypes within HTML. 2.1 – Including the DOCTYPE The <!DOCTYPE> declaration is essential […]
Read more

Chapter 1. Beginning with HTML

58 ViewsIntroduction: HTML, also known as Hypertext Markup Language, utilizes a system of elements to represent specific content. Markup in HTML defines the structure of content rather than its visual presentation, which is determined by Cascading Style Sheets (CSS) and rendered by web browsers. Deprecated elements like “font” should not be used by authors. While […]
Read more

Versions and Releases

43 Views Version Release Date Specifications 1.0 1994-01-01 Focused on structuring documents using elements like headings, paragraphs and lists. 2.0 1995-11-24 Added support for tables, forms and text formatting. 3.2 1997-01-14 Added support for frames, image maps and improved table support. 4.0 1998-04-24 Introduced features like style sheets (CSS), Scripting (JavaScript) and improved support for […]
Read more
Need Help?