🔒 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
  • 776
    Views
  • 3
    Participants
Last reply from:
jokerger25

Trending Topics

Online now

Members online
1,167
Guests online
1,599
Total visitors
2,766

Forum statistics

Threads
2,284,982
Posts
29,027,124
Members
1,219,269
Latest member
Bgguiio
Back
Top