<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: kingskalyan</title>
    <description>The latest articles on DEV Community by kingskalyan (@kingskalyan).</description>
    <link>https://dev.to/kingskalyan</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F609010%2F391e4c21-a4e8-4a79-b7f2-53dc09097388.png</url>
      <title>DEV Community: kingskalyan</title>
      <link>https://dev.to/kingskalyan</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/kingskalyan"/>
    <language>en</language>
    <item>
      <title>HTML.........</title>
      <dc:creator>kingskalyan</dc:creator>
      <pubDate>Mon, 15 Aug 2022 07:47:00 +0000</pubDate>
      <link>https://dev.to/kingskalyan/html-541d</link>
      <guid>https://dev.to/kingskalyan/html-541d</guid>
      <description>&lt;p&gt;Below is the sample html page:-&lt;/p&gt;

&lt;p&gt;&amp;lt;!DOCTYPE html&amp;gt;&lt;br&gt;
&lt;br&gt;
&lt;/p&gt;
&lt;br&gt;
Page Title&lt;br&gt;
&lt;br&gt;


&lt;h1&gt;This is a Heading&lt;/h1&gt;

&lt;p&gt;This is a paragraph.&lt;/p&gt;



&lt;p&gt;HTML elements are the building blocks of HTML pages. With HTML constructs, images and other objects such as interactive forms may be embedded into the rendered page. HTML provides a means to create structured documents by denoting structural semantics for text such as headings, paragraphs, lists, links, quotes and other items. HTML elements are delineated by tags, written using angle brackets. Tags such as &lt;a href="" class="article-body-image-wrapper"&gt;&lt;img&gt;&lt;/a&gt; and  directly introduce content into the page. Other tags such as &lt;/p&gt;
&lt;p&gt; surround and provide information about document text and may include other tags as sub-elements. Browsers do not display the HTML tags, but use them to interpret the content of the page&lt;br&gt;
HTML can embed programs written in a scripting language such as JavaScript, which affects the behavior and content of web pages. Inclusion of CSS defines the look and layout of content. The World Wide Web Consortium (W3C), former maintainer of the HTML and current maintainer of the CSS standards, has encouraged the use of CSS over explicit presentational HTML since 1997.&lt;br&gt;
The first publicly available description of HTML was a document called "HTML Tags", first mentioned on the Internet by Tim Berners-Lee in late 1991. It describes 18 elements comprising the initial, relatively simple design of HTML. Except for the hyperlink tag, these were strongly influenced by SGMLguid, an in-house Standard Generalized Markup Language (SGML)-based documentation format at CERN. Eleven of these elements still exist in HTML 4.&lt;/p&gt;

&lt;p&gt;Some of the important tags:&lt;/p&gt;

&lt;p&gt;Tag Description&lt;br&gt;
&amp;lt;!--...--&amp;gt;  Defines a comment&lt;br&gt;
&amp;lt;!DOCTYPE&amp;gt;  Defines the document type&lt;br&gt;
&lt;a&gt; Defines a hyperlink&lt;br&gt;
  Defines an abbreviation or an acronym&lt;br&gt;
   Not supported in HTML5. Use  instead.&lt;br&gt;
Defines an acronym&lt;br&gt;
   Defines contact information for the author/owner of a document&lt;br&gt;
    Not supported in HTML5. Use  or  instead.&lt;br&gt;
Defines an embedded applet&lt;br&gt;
  Defines an area inside an image map&lt;br&gt;
   Defines an article&lt;br&gt;
 Defines content aside from the page content&lt;br&gt;
 Defines embedded sound content&lt;br&gt;
&lt;b&gt; Defines bold text&lt;br&gt;
  Specifies the base URL/target for all relative URLs in a document&lt;br&gt;
  Not supported in HTML5. Use CSS instead.&lt;br&gt;
Specifies a default color, size, and font for all text in a document&lt;br&gt;
   Isolates a part of text that might be formatted in a different direction from other text outside it&lt;br&gt;
   Overrides the current text direction&lt;br&gt;
   Not supported in HTML5. Use CSS instead.&lt;br&gt;
Defines big text&lt;br&gt;
&lt;blockquote&gt;    Defines a section that is quoted from another source&lt;br&gt;
  Defines the document's body&lt;br&gt;
&lt;br&gt;    Defines a single line break&lt;br&gt;
    Defines a clickable button&lt;br&gt;
    Used to draw graphics, on the fly, via scripting (usually JavaScript)&lt;br&gt;
   Defines a table caption&lt;br&gt;
&lt;center&gt;    Not supported in HTML5. Use CSS instead.&lt;br&gt;
Defines centered text&lt;br&gt;
&lt;cite&gt;  Defines the title of a work&lt;br&gt;
&lt;code&gt;  Defines a piece of computer code&lt;br&gt;
&lt;col&gt;   Specifies column properties for each column within a &lt;colgroup&gt; element &lt;br&gt;
&lt;/colgroup&gt;
&lt;colgroup&gt;  Specifies a group of one or more columns in a table for formatting&lt;br&gt;
  Adds a machine-readable translation of a given content&lt;br&gt;
  Specifies a list of pre-defined options for input controls&lt;br&gt;
&lt;dd&gt;    Defines a description/value of a term in a description list&lt;br&gt;
&lt;del&gt;   Defines text that has been deleted from a document&lt;br&gt;
   Defines additional details that the user can view or hide&lt;br&gt;
   Specifies a term that is going to be defined within the content&lt;br&gt;
    Defines a dialog box or window&lt;br&gt;
   Not supported in HTML5. Use &lt;ul&gt; instead.
Defines a directory list
   Defines a section in a document
&lt;dl&gt;    Defines a description list&lt;br&gt;
&lt;dt&gt;    Defines a term/name in a description list&lt;br&gt;
&lt;em&gt;    Defines emphasized text &lt;br&gt;
 Defines a container for an external application&lt;br&gt;
  Groups related elements in a form&lt;br&gt;    Defines a caption for a  element&lt;br&gt;
    Specifies self-contained content&lt;br&gt;
  Not supported in HTML5. Use CSS instead.&lt;br&gt;
Defines font, color, and size for text&lt;br&gt;
    Defines a footer for a document or section&lt;br&gt;
  Defines an HTML form for user input&lt;br&gt;
 Not supported in HTML5.&lt;br&gt;
Defines a window (a frame) in a frameset&lt;br&gt;
  Not supported in HTML5.&lt;br&gt;
Defines a set of frames&lt;br&gt;
&lt;h1&gt; to &lt;h6&gt;    Defines HTML headings&lt;br&gt;
  Contains metadata/information for the document&lt;br&gt;
    Defines a header for a document or section&lt;br&gt;
    Defines a thematic change in the content&lt;br&gt;
  Defines the root of an HTML document&lt;br&gt;
 Defines a part of text in an alternate voice or mood&lt;br&gt;
    Defines an inline frame&lt;br&gt;
&lt;a href="" class="article-body-image-wrapper"&gt;&lt;img&gt;&lt;/a&gt;   Defines an image&lt;br&gt;
 Defines an input control&lt;br&gt;
   Defines a text that has been inserted into a document&lt;br&gt;
   Defines keyboard input&lt;br&gt;
 Defines a label for an  element&lt;br&gt;
    Defines a caption for a  element&lt;br&gt;
&lt;li&gt;    Defines a list item
  Defines the relationship between a document and an external resource (most used to link to style sheets)
  Specifies the main content of a document
   Defines an image map
  Defines marked/highlighted text&lt;br&gt;
  Defines metadata about an HTML document&lt;br&gt;
 Defines a scalar measurement within a known range (a gauge)&lt;br&gt;
   Defines navigation links&lt;br&gt;
  Not supported in HTML5.&lt;br&gt;
Defines an alternate content for users that do not support frames&lt;br&gt;
  Defines an alternate content for users that do not support client-side scripts&lt;br&gt;
    Defines a container for an external application&lt;br&gt;
&lt;ol&gt;    Defines an ordered list
  Defines a group of related options in a drop-down list
    Defines an option in a drop-down list
    Defines the result of a calculation
&lt;p&gt; Defines a paragraph&lt;br&gt;
 Defines a parameter for an object&lt;br&gt;
   Defines a container for multiple image resources&lt;br&gt;
&lt;/p&gt;
&lt;pre&gt;   Defines preformatted text&lt;br&gt;
  Represents the progress of a task&lt;br&gt;
&lt;q&gt; Defines a short quotation&lt;br&gt;
    Defines what to show in browsers that do not support ruby annotations&lt;br&gt;
    Defines an explanation/pronunciation of characters (for East Asian typography)&lt;br&gt;
  Defines a ruby annotation (for East Asian typography)&lt;br&gt;
 Defines text that is no longer correct&lt;br&gt;
  Defines sample output from a computer program&lt;br&gt;
    Defines a client-side script&amp;lt;br&amp;gt;
&amp;lt;section&amp;gt;   Defines a section in a document&amp;lt;br&amp;gt;
&amp;lt;select&amp;gt;    Defines a drop-down list&amp;lt;br&amp;gt;
&amp;lt;small&amp;gt; Defines smaller text&amp;lt;br&amp;gt;
&amp;lt;source&amp;gt;    Defines multiple media resources for media elements (&amp;lt;video&amp;gt; and &amp;lt;audio&amp;gt;)&amp;lt;br&amp;gt;
&amp;lt;span&amp;gt;  Defines a section in a document&amp;lt;br&amp;gt;
&amp;lt;strike&amp;gt;    Not supported in HTML5. Use &amp;lt;del&amp;gt; or &amp;lt;s&amp;gt; instead.&amp;lt;br&amp;gt;
Defines strikethrough text&amp;lt;br&amp;gt;
&amp;lt;strong&amp;gt;    Defines important text&amp;lt;br&amp;gt;
&amp;lt;style&amp;gt; Defines style information for a document&amp;lt;br&amp;gt;
&amp;lt;sub&amp;gt;   Defines subscripted text&amp;lt;br&amp;gt;
&amp;lt;summary&amp;gt;   Defines a visible heading for a &amp;lt;details&amp;gt; element&amp;lt;br&amp;gt;
&amp;lt;sup&amp;gt;   Defines superscripted text&amp;lt;br&amp;gt;
&amp;lt;svg&amp;gt;   Defines a container for SVG graphics&amp;lt;br&amp;gt;
&amp;lt;table&amp;gt; Defines a table&amp;lt;br&amp;gt;
&amp;lt;tbody&amp;gt; Groups the body content in a table&amp;lt;br&amp;gt;
&amp;lt;td&amp;gt;    Defines a cell in a table&amp;lt;br&amp;gt;
&amp;lt;template&amp;gt;  Defines a container for content that should be hidden when the page loads&amp;lt;br&amp;gt;
&amp;lt;textarea&amp;gt;  Defines a multiline input control (text area)&amp;lt;br&amp;gt;
&amp;lt;tfoot&amp;gt; Groups the footer content in a table&amp;lt;br&amp;gt;
&amp;lt;th&amp;gt;         Defines a header cell in a table&amp;lt;br&amp;gt;
&amp;lt;thead&amp;gt; Groups the header content in a table&amp;lt;br&amp;gt;
&amp;lt;time&amp;gt;    Defines a specific time (or datetime)&amp;lt;br&amp;gt;
&amp;lt;title&amp;gt;   Defines a title for the document&amp;lt;br&amp;gt;
&amp;lt;tr&amp;gt;            Defines a row in a table&amp;lt;br&amp;gt;
&amp;lt;track&amp;gt; Defines text tracks for media elements (&amp;lt;video&amp;gt; and &amp;lt;audio&amp;gt;)&amp;lt;br&amp;gt;
&amp;lt;tt&amp;gt;           Not supported in HTML5. Use CSS instead.&amp;lt;br&amp;gt;
Defines teletype text&amp;lt;br&amp;gt;
&amp;lt;u&amp;gt;.        Defines some text that is unarticulated and styled differently from normal text&amp;lt;br&amp;gt;
&amp;lt;ul&amp;gt;           Defines an unordered list&amp;lt;br&amp;gt;
&amp;lt;var&amp;gt;.      Defines a variable&amp;lt;br&amp;gt;
&amp;lt;video&amp;gt; Defines embedded video content&amp;lt;br&amp;gt;
&amp;lt;wbr&amp;gt;     Defines a possible line-break&amp;lt;/p&amp;gt;

&amp;lt;p&amp;gt;HTML Attributes&amp;lt;br&amp;gt;
All HTML elements can have attributes&amp;lt;br&amp;gt;
Attributes provide additional information about elements&amp;lt;br&amp;gt;
Attributes are always specified in the start tag&amp;lt;br&amp;gt;
Attributes usually come in name/value pairs like: name=&amp;amp;quot;value&amp;amp;quot;&amp;lt;/p&amp;gt;

&amp;lt;p&amp;gt;The style Attribute:-&amp;lt;br&amp;gt;
The style attribute is used to add styles to an element, such as color, font, size, and more.&amp;lt;/p&amp;gt;

&amp;lt;p&amp;gt;HTML is a markup language that web browsers use to interpret and compose text, images, and other material into visual or audible web pages. Default characteristics for every item of HTML markup are defined in the browser, and these characteristics can be altered or enhanced by the web page designer&amp;amp;#39;s additional use of CSS. Many of the text elements are found in the 1988 ISO technical report TR 9537 Techniques for using SGML, which in turn covers the features of early text formatting languages such as that used by the RUNOFF command developed in the early 1960s for the CTSS (Compatible Time-Sharing System) operating system: these formatting commands were derived from the commands used by typesetters to manually format documents. However, the SGML concept of generalized markup is based on elements (nested annotated ranges with attributes) rather than merely print effects, with also the separation of structure and markup; HTML has been progressively moved in this direction with CSS.&amp;lt;br&amp;gt;
  ...now something in the mind🤔 what is css?&amp;lt;/p&amp;gt;

&amp;lt;p&amp;gt;Cascading Style Sheets (CSS):-&amp;lt;br&amp;gt;
Cascading Style Sheets (CSS) is a style sheet language used for describing the presentation of a document written in a markup language such as HTML. CSS is a cornerstone technology of the World Wide Web, alongside HTML and JavaScript.&amp;lt;br&amp;gt;
CSS is designed to enable the separation of presentation and content, including layout, colors, and fonts. This separation can improve content accessibility; provide more flexibility and control in the specification of presentation characteristics; enable multiple web pages to share formatting by specifying the relevant CSS in a separate .css file, which reduces complexity and repetition in the structural content; and enable the .css file to be cached to improve the page load speed between the pages that share the file and its formatting.&amp;lt;br&amp;gt;
Separation of formatting and content also makes it feasible to present the same markup page in different styles for different rendering methods, such as on-screen, in print, by voice (via speech-based browser or screen reader), and on Braille-based tactile devices. CSS also has rules for alternate formatting if the content is accessed on a mobile device.&amp;lt;/p&amp;gt;

&amp;lt;p&amp;gt;The name cascading comes from the specified priority scheme to determine which style rule applies if more than one rule matches a particular element. This cascading priority scheme is predictable.&amp;lt;/p&amp;gt;

&amp;lt;p&amp;gt;Bootstrap is the framework of css it adds more beauty to the website😀.&amp;lt;/p&amp;gt;
&lt;/q&gt;&lt;/pre&gt;
&lt;/ol&gt;
&lt;/li&gt;
&lt;/h6&gt;
&lt;/h1&gt;
&lt;/em&gt;
&lt;/dt&gt;
&lt;/dl&gt;
&lt;/ul&gt;&lt;/del&gt;
&lt;/dd&gt;
&lt;/colgroup&gt;&lt;/code&gt;&lt;/cite&gt;
&lt;/center&gt;
&lt;/blockquote&gt;&lt;/b&gt;&lt;/a&gt;&lt;/p&gt;



</description>
    </item>
  </channel>
</rss>
