What's new

Closed Waht is thesyntax for html, css and javascrift

Status
Not open for further replies.

nheiljazz10

Eternal Poster
Joined
Jun 5, 2016
Posts
313
Reaction
669
Points
336
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.

Similar threads

Back
Top