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

insert text html

<object height=20 width=75 type='text/plain' border=0 data="URL/filename.txt"></object>
Comment

How to add text in Html

<p>Put text here</p>
Comment

PREVIOUS NEXT
Code Example
Html :: quick confirmation window for webapp link php 
Html :: bootstrap 5 accordion 
Html :: inline vuetify 
Html :: sweetalert 
Html :: html always show scrollbar 
Html :: row span 
Html :: disable first option in select 
Html :: html video autosize 
Html :: vs code view release notes 
Html :: email button html 
Html :: img src 
Html :: ionic skeleton 
Html :: how to add function to button in html 
Html :: free html dashboard templates 
Html :: bootstrap buttons Toggle states 
Html :: html comment tag 
Html :: html pallete 
Html :: how to italicize in html 
Html :: filled input in form 
Html :: html spacing 
Html :: html text content new line 
Html :: html form templates 
Html :: invisible element html 
Html :: dl in html 
Html :: title tag html 
Html :: how to make an a tag not clickable 
Html :: html hoover text 
Html :: simple html report template 
Html :: how to import jquery modular 
Html :: mailto html multiple addresses 
ADD CONTENT
Topic
Content
Source link
Name
7+4 =