Talk:Computer program: Difference between revisions

Content deleted Content added
ClueBot III (talk | contribs)
m Archiving 1 discussion to Talk:Computer program/Archive 4. (BOT)
Undid revision 1256138779 by 42.104.220.55 (talk) It wasn't a legitimate discussion, it was a sandbox experiment, and linty at that, with a missing greater than closing a td tag, and nothing in that td anyway
Line 244:
 
[https://en.wikipedia.org/w/index.php?title=Computer_program&diff=prev&oldid=1231846322 This] edit has merit. I reverted it because such a big change should first be talked about. The edit trimmed Prolog's second and third examples. These examples were added by [[Robert Kowalski]] himself. Given his stature as a pioneer of the language, it's an honor to collaborate with him. Nonetheless, the first example alone gives the reader enough information to decide whether or not to dig deeper. [[User:Timhowardriley|Timhowardriley]] ([[User talk:Timhowardriley|talk]]) 02:26, 1 July 2024 (UTC)
 
== IT ==
 
<!DOCTYPE html>
<html>
<head>
<title>table with colspan atbribule </title>
</head>
<body>
<table border =“3”>
<tr>
<td colspan=“2”> colors</td>
</tr>
<tr>
<td bgcolor =“red”>red </td>
<td bgcolor =“green” </td>
</tr>
</table>
</body>
</html>