Markup – Pargraph, Bold, Italic and Underline
Paragraph
It is one part of a web page structure where different set of statements are written. In order to construct paragraph, There is a tag <p></p>. Any content written inside of this tag is considered to be a paragraph. It is possible to set more than one paragraph by using additional pair of paragraph tag. There is always enough space between consecutive paragraphs in the web page.
Syntax : -
<p> Paragraph1 </p> <p> Paragraph2 </p>
Example : -
<p> Computer is a machine which has a purpose of storing data and also doing a computation. The computations of a computer Mathematical and Logical computation.</p>
<p> Memory is classifies broadly into two parts. Volatile and Non-Volatile. Such classification of memory is based on the tendency of the memory to retain content after the electric goes off.</p>
Bold
It is an effect which makes a content of a page bold/thicker. The tag used for a bold is <b> </b>. Anything written in between this tag becomes bold.
Syntax : - <b> text to be bold</b>
, Example : - <b>Fast and Modern</b>
Italic
It is an effect which makes a content of a page italic. The tag used for italic is <i> </i>. Anything written in between this tag becomes italic.
Syntax : - <i> text to be italic</i>
, Example : - <i> Introduction to Computer Science </i>
Underline
It is an effect which makes a content to be underline. The tag used for underlining a text is <u> </u>. Anything written in between this tag becomes underline.
Syntax : - <u> text to be underlined</u>
, Example : - <u> Principle of Software Engineering </u>
Please do not forget to subscribe the YouTube channel and also visit the facebook page for further notice and resources
Youtube channel : – ecitizen
Facebook page :- www.facebook.come/ecitizenethio