

- Trending Categories
Data Structure
Networking
RDBMS
Operating System
Java
iOS
HTML
CSS
Android
Python
C Programming
C++
C#
MongoDB
MySQL
Javascript
PHP
- Selected Reading
- UPSC IAS Exams Notes
- Developer's Best Practices
- Questions and Answers
- Effective Resume Writing
- HR Interview Questions
- Computer Glossary
- Who is Who
How to get the value associated with the http-equiv or name attribute in HTML?
Use the content attribute in HTML to get the value associated with http-equiv or name attribute.
Example
You can try to run the following code to implement the content attribute −
<!DOCTYPE html> <html> <head> <meta name = "description" content = "Learning content and videos"> </head> <body> <p>This is demo text.</p> </body> </html>
- Related Questions & Answers
- Get the HTTP header for the information of the content attribute in HTML
- Get or set the value associated with the specified key in StringDictionary in C#
- Get or set the value associated with specified key in ListDictionary in C#
- Get or set the value associated with specified key in SortedList in C#
- Get or Set the value associated with specified key in Hashtable in C#
- Get the value associated with a given key in Java HashMap
- How to use jQuery to get the value of HTML attribute of elements?
- How to get the cookies associated with a document in JavaScript?
- How to get the value of the usemap attribute in JavaScript?
- Test if the HTML attribute tabindex is present and get the value
- PHP – Get or set the HTTP output character encoding with mb_http_output()
- How to get the value of id attribute in jQuery?
- How to get the value of src attribute in jQuery?
- How to get the value of custom attribute in jQuery?
- How to get the value of the usemap attribute of an image with JavaScript?
Advertisements