带边框的标题需要居中 - 只允许HTML

时间:2018-03-26 16:43:08

标签: html

这可能是如此简单,但我已经花了好几个小时试图将带边框的简单标题移动到中心。许多网站现在都说使用css但我必须使用HTML方式。我试过使用对齐中心,但只有单词移动而不是边框​​。提前谢谢......

代码:

<!DOCTYPE html>
<html>
<head>
  <h1>
<style>.bordered{width: 270px;height: 45px;padding: 10px;border: 5px double grey;}</style>

<div class="bordered"> Title in border</h1>

</div>
</h1>

0 个答案:

没有答案