a week ago
Re: HTML Codes for my website [ New ]
Mr_Stefanic wrote:
Hello,
Im making my website for my Graduation Project that i will represent in 2 weeks and would like to have more HTML codes that would optimize my website.
I don't know much about HTML but i would like to get some help or some codes like, an HTML code for:
- play or stop music on background on a page
- a code to edit text size and font
- make a table
- make a graph
I know some of this features are on weebly drag & drop but i need to have it in HTML.
Thanks in advance!
Hi, you can simply do this by using the inspect element (google chrome) to check the code and by using "style=" to add the CSS of it.
To create a simple table you could use this code below which I got from W3Schools:
<table style="width:100%">
<tr>
<td>Jill</td>
<td>Smith</td>
<td>50</td>
</tr>
<tr>
<td>Eve</td>
<td>Jackson</td>
<td>94</td>
</tr>
</table>
To create a text a text you could use:
<p>your text</p>
or <div class="paragraph" style="text-align:left;"><font size="4"><font color="#555">Your text</font></font></div>
And for more codes, I recommend you to visit http://www.w3schools.com/html or maybe codeacademy.
a week ago
Re: HTML Codes for my website [ New ]
Mr_Stefanic wrote:
Hello,
Im making my website for my Graduation Project that i will represent in 2 weeks and would like to have more HTML codes that would optimize my website.
I don't know much about HTML but i would like to get some help or some codes like, an HTML code for:
- play or stop music on background on a page
- a code to edit text size and font
- make a table
- make a graph
I know some of this features are on weebly drag & drop but i need to have it in HTML.
Thanks in advance!
Hi, you can simply do this by using the inspect element (google chrome) to check the code and by using "style=" to add the CSS of it.
To create a simple table you could use this code below which I got from W3Schools:
<table style="width:100%">
<tr>
<td>Jill</td>
<td>Smith</td>
<td>50</td>
</tr>
<tr>
<td>Eve</td>
<td>Jackson</td>
<td>94</td>
</tr>
</table>
To create a text a text you could use:
<p>your text</p>
or <div class="paragraph" style="text-align:left;"><font size="4"><font color="#555">Your text</font></font></div>
And for more codes, I recommend you to visit http://www.w3schools.com/html or maybe codeacademy.
Re: HTML Codes for my website [ New ]
Mr_Stefanic wrote:
Hello,
Im making my website for my Graduation Project that i will represent in 2 weeks and would like to have more HTML codes that would optimize my website.
I don't know much about HTML but i would like to get some help or some codes like, an HTML code for:
- play or stop music on background on a page
- a code to edit text size and font
- make a table
- make a graph
I know some of this features are on weebly drag & drop but i need to have it in HTML.
Thanks in advance!
Hi, you can simply do this by using the inspect element (google chrome) to check the code and by using "style=" to add the CSS of it.
To create a simple table you could use this code below which I got from W3Schools:
<table style="width:100%">
<tr>
<td>Jill</td>
<td>Smith</td>
<td>50</td>
</tr>
<tr>
<td>Eve</td>
<td>Jackson</td>
<td>94</td>
</tr>
</table>
To create a text a text you could use:
<p>your text</p>
or <div class="paragraph" style="text-align:left;"><font size="4"><font color="#555">Your text</font></font></div>
And for more codes, I recommend you to visit http://www.w3schools.com/html or maybe codeacademy.
a week ago
Re: HTML Codes for my website [ New ]
Mr_Stefanic wrote:
Hello,
Im making my website for my Graduation Project that i will represent in 2 weeks and would like to have more HTML codes that would optimize my website.
I don't know much about HTML but i would like to get some help or some codes like, an HTML code for:
- play or stop music on background on a page
- a code to edit text size and font
- make a table
- make a graph
I know some of this features are on weebly drag & drop but i need to have it in HTML.
Thanks in advance!
Hi, you can simply do this by using the inspect element (google chrome) to check the code and by using "style=" to add the CSS of it.
To create a simple table you could use this code below which I got from W3Schools:
<table style="width:100%">
<tr>
<td>Jill</td>
<td>Smith</td>
<td>50</td>
</tr>
<tr>
<td>Eve</td>
<td>Jackson</td>
<td>94</td>
</tr>
</table>
To create a text a text you could use:
<p>your text</p>
or <div class="paragraph" style="text-align:left;"><font size="4"><font color="#555">Your text</font></font></div>
And for more codes, I recommend you to visit http://www.w3schools.com/html or maybe codeacademy.
<b>For Soul- Seekers, Thinkers, Healers & a Better World
</b>
<BR><BR><BR>
Uniting Spirit and our global human Family
<BR><BR>
<BR><BR> Please come back and visit again!<BR><BR>
<BR><BR>
In concert with LuckyBahai<BR><BR>
<BR><BR>
</b>
<BR><BR><BR>
Uniting Spirit and our global human Family
<BR><BR>
<BR><BR> Please come back and visit again!<BR><BR>
<BR><BR>
In concert with LuckyBahai<BR><BR>
<BR><BR>