HTML

HTML 5

HTML CSS

Table of Contents What is the definition of CSS? CSS is a cascading style sheet. In CSS, cascading means the style provided to the parent element is also applied to the element called as child element within the parent element. CSS is used for formatting the layout of your webpage. By using CSS, you can …

HTML CSS Read More »

featured

HTML Colors

Table of Contents What is HTML color? HTML color is used for providing different colors to your website and may provide background color, text color, border color, and many more. HTML color consists of predefined color values and names. HTML language supports a total of 140 color codes which is having separate values for identification. …

HTML Colors Read More »

HTML 3

HTML Comments

Table of Contents What is HTML Comment? A comment is a part of code that is generally not printed as output over the browser. A comment is not an important section in your coding if you write a comment into your code it is easy to understand your code to others. When your code is …

HTML Comments Read More »

HTML 2

HTML Quotations

Table of Contents What do you mean by HTML Quotation? HTML Quotation is used for inserting some quotation text into your webpage. Quotation text is different than your normal text because text consists of the quoted elements which makes the text different than your normal text in your webpage. Example- Quotation tag Geeky4u.com (Learn with …

HTML Quotations Read More »

Html

HTML Formatting

Table of Contents What is HTML formatting? HTML formatting provides the ability to edit and format your text document with the help of formatting tags without using CSS (cascading style sheet). HTML formatting is used for making your text bold, italic, superscript, and subscript, and many more within the paragraph tag or heading tag respectively. …

HTML Formatting Read More »

Html

HTML Styles

Table of Contents What is HTML Style? In your HTML document style attribute is used to provide extra features or characteristics like providing different font sizes, font colors, background colors, and many more features to the HTML element to your web page so that the content which you mention in your HTML Document will look …

HTML Styles Read More »

Html

HTML Paragraphs

Table of Contents What is HTML Paragraph? HTML < p > tag is use for representing paragraph. If you want to write a paragraph in your HTML document then a paragraph tag is used. Syntax- < p >Write your paragraph here. </ p >  Example- Paragraph tag Geeky4u.com (Learn with Passion) Geeky4u.com (Learn with Passion). …

HTML Paragraphs Read More »

Html

HTML Headings

Table of Contents What is HTML Heading? The HTML heading tag is used for providing different headings to the HTML document. Headings consists of h1, h2, h3, h4, h5, h6 total 6 headings. HTML heading is used for highlighting headings or subheadings in your HTML document. When you write a heading in between < h1 …

HTML Headings Read More »

Html

HTML Attributes

Table of Contents What is the definition of HTML attribute? HTML attributes are a concept of providing extra Features to the HTML elements. In an HTML document, All the HTML elements may have attributes. Attributes are additional information or characteristics provided to the HTML elements like providing width and height in an image tag, providing …

HTML Attributes Read More »

Html

HTML Elements

Table of Contents What is the HTML Element Definition? HTML Element is defined as the content which is useful or written in between the Start tag and End tag. It is a concept of providing special text, standard content, special attributes within the start tag, and end tag. The content may be used for formatting …

HTML Elements Read More »