我需要在 HTML 中以完全相同的方式重新创建该图像中的所有内容。我已经这样做了,但它说该段落丢失,链接丢失等。
到目前为止我的代码是这样的:
<!DOCTYPE html>
<html>
<head>
<title>This page definitely has a title</title>
</head>
<body>
<font face = "Times New Roman">
<h1> <font size="5">This is some text!A level 1 heading with a tooltip that says 'tooltip' (with the quotes)</h1> </font>
<p><font size="3"><b>This level 3 heading has a link to <a href="https://www.ww3schools.com">https://www.ww3schools.com</a></b></p></font>
<p><font size="3">This is just a regular paragraph.</p>
</font>
</body>
</html>
任何帮助将不胜感激,谢谢!
哈士奇WWW
DIEA
largeQ
相关分类