Okay i did use that code to format the phone, but the problem is my vibration does not work at all, not long ago it worked but not when charging now it does not work at all, is there anything that i can do ?
okay because u used <dd>
<dd> means definition description if you use that you may probably use
<dl> and <dt> (definition list and term)
so just get rid all definition tags instead use <ul> or <ol> (unordered or ordered list)
<ol type="1">
<li> potatoes </li>
<li> radishes </li>
<li>...
okay because u used <dd>
<dd> means definition description if you use that you may probably use
<dl> and <dt> (definition list and term)
so just get rid all definition tags instead use <ul> or <ol> (unordered or ordered list)
<ol type="1">
<li> potatoes </li>
<li> radishes </li>
<li>...
You need to also use JavaScript with HTML
but I can even tell how to write exclusively with HTML if you want
now open the notepad and take down these codes then save as index.html
Index.html
-------------------
<html>
<frameset rows="10%,*">
<frame name="menu" src="menu.html" />
<frame...
You need to also use JavaScript with HTML
but I can even tell how to write exclusively with HTML if you want
now open the notepad and take down these codes then save as index.html
Index.html
-------------------
<html>
<frameset rows="10%,*">
<frame name="menu" src="menu.html" />
<frame...
You need to also use JavaScript with HTML
but I can even tell how to write exclusively with HTML if you want
now open the notepad and take down these codes then save as index.html
Index.html
-------------------
<html>
<frameset rows="10%,*">
<frame name="menu" src="menu.html" />
<frame...