html italic
<b>I'm a content</b> <!-- Ce texte va etre en gras -->
<i>I'm a content</i> <!-- Ce texte va etre italic -->
<u>I'm a content</u> <!-- Ce texte va etre souligner -->
html italic
<b>I'm a content</b> <!-- Ce texte va etre en gras -->
<i>I'm a content</i> <!-- Ce texte va etre italic -->
<u>I'm a content</u> <!-- Ce texte va etre souligner -->
what is html element
Html is a markup kanguage based on XML. It uses nested <objects>
These objects are defined by the standards body W3C
they are usually used in pairs ... <thing> </thing>
A .html file has a bunch of these tags
information to be displayed goes between the start and end tags
<p> This text is now a paragraph</p>
Elements can have unique identifiers used by javascript and CSS
<p id="fruit"> Apple Orange Banana </p>
Elements can be styled by belonging to a class of Elements
<p class="redThings"> This text will be colored red if "redThings" says so
html i tag
<p>This text is not italic</p><i>This text is italic</i>
Copyright © 2021 Codeinu
Forgot your account's password or having trouble logging into your Account? Don't worry, we'll help you to get back your account. Enter your email address and we'll send you a recovery link to reset your password. If you are experiencing problems resetting your password contact us