- Subscribe to RSS Feed
- Mark Thread as New
- Mark Thread as Read
- Float this Thread for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
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!
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report
- Subscribe to RSS Feed
- Mark Thread as New
- Mark Thread as Read
- Float this Thread for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
@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
- Subscribe to RSS Feed
- Mark Thread as New
- Mark Thread as Read
- Float this Thread for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
Hi Mr. Stefanic,
Please refer this site: http://www.w3schools.com/html/html5_video.asp
It will explain completely about the html tags.
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report
- Subscribe to RSS Feed
- Mark Thread as New
- Mark Thread as Read
- Float this Thread for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
If you need to utlize custom HTML code, you can use our Embed Code element! More info here:
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report
- Subscribe to RSS Feed
- Mark Thread as New
- Mark Thread as Read
- Float this Thread for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
@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
- Subscribe to RSS Feed
- Mark Thread as New
- Mark Thread as Read
- Float this Thread for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
Hi Mr. Stefanic,
Please refer this site: http://www.w3schools.com/html/html5_video.asp
It will explain completely about the html tags.
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report
- Subscribe to RSS Feed
- Mark Thread as New
- Mark Thread as Read
- Float this Thread for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
If you need to utlize custom HTML code, you can use our Embed Code element! More info here:
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report