如何在Google等链接上显示文字

时间:2016-04-30 20:21:04

标签: html css python-2.7 iframe

其实我没说好话来表达头衔。我正在尝试在显示结果的同时打印文本以及与Google相同的链接。例如:

enter image description here

我认为iframe是最好的方法,但事实并非如此。

代码:

<!DOCTYPE html>
<html>
<body>

<a href="https://en.wikipedia.org/wiki/List_of_programming_languages">List of programming</a>
<iframe src="https://en.wikipedia.org/wiki/List_of_programming_languages" style="border:none"></iframe>

</body>
</html>

谁知道谁?

0 个答案:

没有答案