Only logged in members can reply and interact with the post.
Join SimilarWorlds for FREE »

Is it possible to change font with HTML?

This page is a permanent link to the reply below and its nested replies. See all post replies »
Simplegirlstory · 31-35, F
<font size="3" color="red">This is some text!</font>
<font size="2" color="blue">This is some text!</font>
<font face="verdana" color="green">This is some text!</font>
DeathAngelS300 · 26-30, F
Well actually I meant font style, like making it fancy lettering over regular texts. Can HTML not do that? Cause I know the <b> and all that lol

Although how to exactly do coloring I'm not sure yet. I just started lernong HTML a hour ago :3
DeathAngelS300 · 26-30, F
Oh, is that what you mean by font face? That one changes that?
Simplegirlstory · 31-35, F
HTML is very easy to learn, learn it with notepad++, it will be more easier.
Simplegirlstory · 31-35, F
font face changes font type which one you like
DeathAngelS300 · 26-30, F
Is that a free app on android?
Simplegirlstory · 31-35, F
Notepad++ is free apps for computer and laptops, I dont know it is available for android or not.
DeathAngelS300 · 26-30, F
Okay thanks so much :) also what's headings?

And what's <sub>?

Is it like the difference between bold and strong in HTML?
Simplegirlstory · 31-35, F
The HTML <sup> element defines superscripted text.
<b>This text is bold</b>
<strong>This text is strong</strong>
<i>This text is italic</i>
<p>This is <sup>superscripted</sup> text.</p>
<p>This is a <u>parragraph</u>.</p>
DeathAngelS300 · 26-30, F
Oops, I meant <sup>

And I know that. I mean what's it do? What's a superscripted text?

Like bold and strong are visually the same, but strong is like more important

If I'm making any sense here
Simplegirlstory · 31-35, F
[image/video deleted]