x

HTML Codes for my website

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!

3,510 Views
Message 1 of 4
Report
3 Best Answers

Best Answer

@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.

-Francis Revilla

Freelance Web Designer at RevillaDesigns

View Best Answer >

3,822 Views
Message 2 of 4
Report

Best Answer

Hi Mr. Stefanic,

Please refer this site: http://www.w3schools.com/html/html5_video.asp

It will explain completely about the html tags.

View Best Answer >

3,814 Views
Message 3 of 4
Report

Best Answer

@Mr_Stefanic,

If you need to utlize custom HTML code, you can use our Embed Code element! More info here:

https://hc.weebly.com/hc/en-us/articles/201740213?

View Best Answer >

3,792 Views
Message 4 of 4
Report
3 REPLIES 3

Best Answer

@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.

-Francis Revilla

Freelance Web Designer at RevillaDesigns

3,823 Views
Message 2 of 4
Report

Best Answer

Hi Mr. Stefanic,

Please refer this site: http://www.w3schools.com/html/html5_video.asp

It will explain completely about the html tags.

3,815 Views
Message 3 of 4
Report

Best Answer

@Mr_Stefanic,

If you need to utlize custom HTML code, you can use our Embed Code element! More info here:

https://hc.weebly.com/hc/en-us/articles/201740213?

3,793 Views
Message 4 of 4
Report
This thread has been archived and locked. Please start a new thread if you would like to continue the conversation.