🔒 Closed Waht is thesyntax for html, css and javascrift

Status
Not open for further replies.

nheiljazz10

Eternal Poster
is there any one who can help me to make table, column and row. and also formating the text using css. it try to use html code but this is not work, see sample code that not work. i want to used html on posting thread on phcorner

<table>
<tbody>
<tr style="text-align:center;">
<th style="text-align:center;" width="700">
<h4><span style="color:#000000;"><strong>Application</strong></span></h4>
</th>
<th style="text-align:center;" width="100">
<h4><span style="color:#000000;"><strong>link</strong></span></h4>
</th>
<td></td>
<th style="text-align:center;" width="700">
<h4><span style="color:#000000;"><strong>Application</strong></span></h4>
</th>
<th style="text-align:center;" width="100">
<h4><span style="color:#000000;"><strong>link</strong></span></h4>
</th>
</tr>
</table>
 
the declaration of css you are using is known as inline css.which is not advisable if you are working on multiple tables this is only applicable to this table. now you can have internal css which is usually declared inside the head tag contained inside <style> tag that is only applicable for the page and external css this time you need to have another file which contains css codes... please put a picture on your post next time to help me help you solve your problem...by the way the h4 strong tag is redundant in terms of formatting.
 
Status
Not open for further replies.

About this Thread

  • 2
    Replies
  • 753
    Views
  • 3
    Participants
Last reply from:
jokerger25

Trending Topics

Online now

Members online
1,117
Guests online
1,192
Total visitors
2,309

Forum statistics

Threads
2,273,709
Posts
28,951,014
Members
1,234,926
Latest member
peyzzzzz
Back
Top