Hyperlinks () html tag

Hyperlinks (<a>) html tag To create text, images, audio, video, email, web pages, sections, phone numbers, same page links, relative and absolute web page links, etc. and any other type of web page hyperlink text information in an HTML web page, you use the hyperlink <a> anchor tag in the HTML web page. In common…

Comments Off on Hyperlinks () html tag

List items (li) html tag

List items (<li>) html tag In HTML web pages, the list <li> tag is used to manually create user-defined list items inside ordered list items (<ol>) and unordered list elements (<ul>) tags. Where each list item in the <li> tag represents a separate individual list text object in the list. Web developers use the list…

Comments Off on List items (li) html tag

Unordered lists () html tag

Unordered lists (<ul>) html tag The use of unordered lists tag in HTML web page displays a collection of particular list items by grouping them in a particular order. Here, <ul> tag in HTML web page previews unordered list items i.e. list items display in an order where each ul list item is displayed by…

Comments Off on Unordered lists () html tag

Ordered lists () html tag

Ordered lists (<ol>) html tag Web text in HTML web pages is created by using ordered list items to create list items of text, information, web digital content, where you display the ordered list items in default sequence order. In HTML web page, any particular web page text is defined in sequence order through <ol>…

Comments Off on Ordered lists () html tag

Line breaks () and horizontal rules () html tag

Line breaks (<br>) and horizontal rules (<hr>) html tag Default HTML Paragraph Text Flow and Paragraph Section Default Layout can be controlled and managed using web developers brake paragraph or brake line <br> tag and horizontal rule <hr> tag in HTML web development. HTML web pages use break line and horizontal rule/ horizontal straight line…

Comments Off on Line breaks () and horizontal rules () html tag

Aligning text with CSS in html

Aligning text with CSS in html Using CSS stylesheets in HTML web page is a commercial way to bold, italicize, underline, format, and apply multiple CSS effects and properties to web page text and represent any web page content graphically and professionally. CSS gives your boring web page a more attractive and commercial format behaviour.…

Comments Off on Aligning text with CSS in html

Superscript () and Subscript () html tag

Superscript (<sup>) and Subscript (<sub>) html tag In HTML web development, superscript <sup> and subscript <sub> tags are used in HTML webpages where superscript text displays small superscript text above general HTML text and particular subscript text information is displayed below simple HTML text. Superscript and subscript tags are used in HTML webpages to display…

Comments Off on Superscript () and Subscript () html tag

Bold (), Italic (), and Underline () html tag

Bold (<b>), Italic (<i>), and Underline (<u>) html tag There are many tag elements already present in HTML web development webpage for text formatting. Such as, bold <b> tag, italic <i> tag, and underline <u> tag. You can use these tags to apply bold, italic and underline, effect or style to HTML web page paragraph,…

Comments Off on Bold (), Italic (), and Underline () html tag

Paragraphs (p) html tag

Paragraphs (<p>) html tag In HTML web page, <p> paragraph tag is used to create new web page paragraph or paragraph section. Where paragraph tag is a popular and important HTML tag to structure the text content information displayed on your web page by dividing it into paragraph or paragraph section order. So let's see…

Comments Off on Paragraphs (p) html tag

Html Headings Tag

Headings (<h1> to <h6>) html tag Heading tag is used to represent web page title/heading, title or topic information in large size in HTML web page. Heading tag displays your web page content information structure and heading text hierarchy order in largest text size to smallest text size order. Generally, HTML heading tag is used…

Comments Off on Html Headings Tag