小编use*_*603的帖子

我在验证页面时遇到问题

我在严格验证我的页面时遇到问题1.任何人都可以帮助我吗?它继续显示:

这是我的页面:

1.<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
2.<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
3.<head>
4.<meta http-equiv="Content-type" content="text/html; charset=utf-8" />
5.<title>Royal Aura club and Restaurant</title>
6.<link rel="stylesheet" type="text/css" href="restyle.css" />
7.</head>
8.
9.<body>
10.
11.
12.<div id="main"> …
Run Code Online (Sandbox Code Playgroud)

html validation

4
推荐指数
1
解决办法
1995
查看次数

如何在页面周围放置边框

我需要你的帮助.试图弄清楚如何在我的页面周围放置边框.这是我的HTML和CSS

<html>
<head>
<title>Royal Aura club</title>
<link rel="stylesheet" type="text/css" href="restyle.css" / >
</head>
<body>
<main id="main">
<div id="header">


<h1> Royal Aura club</h1>

<div id="nav">
         <div class="navitem"><a href="#">Home</a></div>
         <div class="navitem"><a href="#">Restaurant </a></div>
         <div class="navitem"><a href="#">Gallery</a></div>
         <div class="navitem"><a href="#">Guest list</a></div>
</div>       <div class="navitem"><a href="#">Job Vancancies</a></div>

<div id="content">  

            <div id="textblock">
            <h2>Why Royal Aura?</h2>

            <p>
            Royal Aura club and restaurant is located in Mayfair just a walk away from the Ritz.  
            We will guarantee you will have a ball of a time with our …
Run Code Online (Sandbox Code Playgroud)

css

2
推荐指数
3
解决办法
5万
查看次数

标签 统计

css ×1

html ×1

validation ×1