Skip to main content

Text Formatting in HTML? How to do That?

Some of you may be new to HTML or such a programming language but if you are a new guy in coding and want to get started with HTML then you can surely join this FREE HTML Course on YouTube!
Now as of This Course, In Lecture 5 I am discussing about Text Formatting as follows:

1). What is Text Formatting?
2). How to do that?
3). Examples
4). Do we need to Learn or Not?

Click here to Watch this Video Lecture on Text Formatting in HTML!


HTML Formatting Elements

  • <b> - Bold text
  • <strong> - Important text
  • <i> - Italic text
  • <em> - Emphasized text
  • <mark> - Marked text
  • <small> - Small text
  • <del> - Deleted text
  • <ins> - Inserted text
  • <sub> - Subscript text
  • <sup> - Superscript text
Some Other Tags:

  1. The HTML <q> element defines a short quotation.
    Browsers usually insert quotation marks around the <q> element.
  2. The HTML <blockquote> element defines a section that is quoted from another source.
    Browsers usually indent <blockquote> elements.
  3. The HTML <abbr> element defines an abbreviation or an acronym.
    Marking abbreviations can give useful information to browsers, translation systems and search-engines. EXAMPLE:
    <p>The <abbr title="World Health Organization">WHO</abbr> was founded in 1948.</p>
  4. The HTML <address> element defines contact information (author/owner) of a document or an article.
    The <address> element is usually displayed in italic. Most browsers will add a line break before and after the element.
  5. You can add comments to your HTML source by using the following syntax:
    <!-- Write your comments here -->
    Notice that there is an exclamation point (!) in the opening tag, but not in the closing tag.
    Note: Comments are not displayed by the browser, but they can help document your HTML source code.


Comments

Popular posts from this blog

Is Flutter best choice to start? For Beginners, Experts?

Flutter now getting a huge attraction due to its capability to convert pixel perfect native mobile apps for both  Android and iOS from single code base ( Dart ). It makes really impressive and as the official website says Beautiful Apps with high performance and better debugging including inspector tools for developers to understand, your own app's features. Let us see why to use flutter to develop apps. Flutter uses Dart language to design and develop its UI as well as backend and it has new opportunities for the developers to start engaging the people with beautiful designs easily.   Flutter Single Code Base: Flutter uses dart as to compile the code to native mobile app for both android and ios, since dart is not a new language but before this it has not reached this much a hype because it at that time does not have much use cases. For Beginners,  Dart is an easy to learn language and its simplicity helps everyone to get started just from here and enter t...

Notepad Vs Sublime Text? Which to use & why?

Notepad Vs Sublime Text? This is a simple question but to know about it I prefer you to watch this video: Click Here To Watch! Also, if you are interested and beginner to web development then join this Beginner to Expert level course of HTML on YouTube for free by subscribing to our channel.