Computer >> 컴퓨터 >  >> 프로그램 작성 >> HTML

HTML에서 http-equiv 또는 name 속성과 관련된 값을 얻는 방법은 무엇입니까?


콘텐츠 사용 HTML의 속성을 사용하여 http-equiv 또는 name 속성과 연결된 값을 가져옵니다.

예시

다음 코드를 실행하여 콘텐츠 속성 -

<!DOCTYPE html>
<html>
   <head>
      <meta name = "description" content = "Learning content and videos">
   </head>
   <body>

      <p>This is demo text.</p>

   </body>
</html>