Search
 
SCRIPT & CODE EXAMPLE
 

HTML

how to add text in html

<h1> This is h1 </h1> <!-- Biggest font-->
<h2> This is h2 </h2>
<h3> This is h3 </h3>
<h4> This is h4 </h4>
<h5> This is h5 </h5>
<h6> This is h6 </h6> <!--Smallest font-->
Comment

how to make text in html

hello world <!-- text -->
<b> hello world </b> <!-- bold text -->
<i> hello world </i> <!-- italic text -->
<u> hello world </u> <!-- underlined text -->
Comment

html text

<p>hello world!</p> <!-- this is text with the hello world! on it -->

hello world! <!-- this is a seperate text. 
but with the normal you have more control-->
Comment

How to add text in Html

<p>Put text here</p>
Comment

Text html

<html>
<p>PUT WHATEVER TEXT YOU WANT SPACES DON'T MATTER
Comment

PREVIOUS NEXT
Code Example
Html :: python timestanp 
Html :: html article tag example 
Html :: how to make a footer in html extend to the bottom 
Html :: javascript upload file without input 
Html :: picture element html 
Html :: Disable form first dropdown option 
Html :: HTML SVG Graphics 
Html :: how to use font awesome icons in html 
Html :: netlify dev 
Html :: adding color to text in html 
Html :: html aside 
Html :: sweet alert js 
Html :: sell html templates 
Html :: reset button javascript onclick 
Html :: bootstrap div inline cards 
Html :: html form razor 
Html :: what is the PERN stack 
Html :: html input only numbers 
Html :: ondrag event in html 
Html :: tooltip in html 
Html :: Combining <symbol with <use SVG tags on a HTML page 
Html :: decode html entities 
Html :: mat-icon outline 
Html :: nice error page html 
Html :: html label tag 
Html :: react element assign multiple attributes 
Html :: iconos html 
Html :: how to add see button in password input in html 
Html :: How to write the latex in html 
Html :: html website 
ADD CONTENT
Topic
Content
Source link
Name
7+8 =