eDiplomaMCU: FORMATTING TAGS IN HTML (HYPER TEXT MARKUP LANGUAGE) : Bold, Italic, Underline, Font-editing Tags

Translate to my Language

Wednesday, April 7, 2021

FORMATTING TAGS IN HTML (HYPER TEXT MARKUP LANGUAGE) : Bold, Italic, Underline, Font-editing Tags

 Dear students, HTML is essential and easy markup language to create web pages. When you surf anything on Google, that leads you show various links of search options. These blue colored links are hyperlinks that brings you on web pages. A website is a collection of web-pages. 

html formatting tags


Before learning any programming language, you must have knowledge of HTML. In this html learning series you will get to know about html and its usage in broad sense. You can learn html to score better marks in competitive / academic examinations, or you can use it in daily life. If you want career in blogger, website fields, you must have an idea of html.

In this html learning series, we will bring tutorial continuously including video forms too, that will help you to understand better implementations of vital tags.

So let's begin - 

FORMATTING TAGS IN HTML (HYPER TEXT MARKUP LANGUAGE)

Formatting tags are such tags that are used to format html web pages. The concept of format tags is similar to formatting on MS Word document processing at office. We will discuss one by one -

Important - We close (</>) a tag with slash under angle bracket to stop further implementation of that particular tag. Closing the tag make limitation of effect of the tag.

1. Bold Tag - For making any character bold, you have to use 'b' tag. If want to bold a sentence like "Digital Soft Hub is one of the best YouTube Channels on YouTube", you have to create tags like below:

<html>

<head>

<title>Digital Soft Hub</title>

</head>

<body>

<p><b>Digital Soft Hub</b>is one of the best <b>YouTube</b>Channels on YouTube</p>

</body>

</html>

and remember, we will only use relevant tag to explain, we will avoid full tags in further examples.


2. Italic tag - You have to use <i> tag to make a character / word / sentence italic.

Example - If I were the PM of India, I would provide free meal to all poor people.

➢ If I were the <i>PM of India,</i>I would provide free meal to all poor people.


3. Underline tag - Use <u> tag for making underline word / sentence.

Example - We should Respect our elders.

➢ We should <u>Respect our elders.</u>


4. Editing font - You can format Font color, size etc by following <font> tag.

Example - We are exam warriors, we can crack every exam.

➢ We are <font color="red">exam warriors</font>, we can crack every exam.


In coming articles, we will bring interesting tags of html. So stay connected with us. Watch the video below (in Hindi) for understanding what mentioned in this article.


No comments:

Post a Comment