www.w3schools.com Open in urlscan Pro
192.229.179.87  Public Scan

Submitted URL: https://lnkd.in/gD9fskwE
Effective URL: https://www.w3schools.com/html/default.asp
Submission: On January 18 via api from JP — Scanned from JP

Form analysis 1 forms found in the DOM

POST exercise.asp?filename=exercise_html_attributes1

<form autocomplete="off" id="w3-exerciseform" action="exercise.asp?filename=exercise_html_attributes1" method="post" target="_blank">
  <h2>Test Yourself With Exercises</h2>
  <div class="exercisewindow">
    <h2>Exercise:</h2>
    <p>Add a "tooltip" to the paragraph below with the text "About W3Schools".</p>
    <div class="exerciseprecontainer"> &lt;p <input name="ex1" maxlength="5" style="width: 54px;">="About W3Schools"&gt;W3Schools is a web developer's site.&lt;/p&gt; </div>
    <br>
    <button type="submit" class="w3-btn w3-margin-bottom">Submit Answer »</button>
    <p><a target="_blank" href="exercise.asp?filename=exercise_html_attributes1">Start the Exercise</a></p>
  </div>
</form>

Text Content

Tutorials References Exercises Videos Menu

Log in
Create Website Get Certified Upgrade


HTML CSS JAVASCRIPT SQL PYTHON JAVA PHP BOOTSTRAP HOW TO W3.CSS C C++ C# REACT R
JQUERY DJANGO TYPESCRIPT NODEJS MYSQL   
Dark mode
Dark code
×



TUTORIALS


HTML AND CSS

Learn HTML Learn CSS Learn RWD Learn Bootstrap Learn W3.CSS Learn Colors Learn
Icons Learn Graphics Learn SVG Learn Canvas Learn How To Learn Sass


DATA ANALYTICS

Learn AI Learn Machine Learning Learn Data Science Learn NumPy Learn Pandas
Learn SciPy Learn Matplotlib Learn Statistics Learn Excel


XML TUTORIALS

Learn XML Learn XML AJAX Learn XML DOM Learn XML DTD Learn XML Schema Learn XSLT
Learn XPath Learn XQuery


JAVASCRIPT

Learn JavaScript Learn jQuery Learn React Learn AngularJS Learn JSON Learn AJAX
Learn AppML Learn W3.JS


PROGRAMMING

Learn Python Learn Java Learn C Learn C++ Learn C# Learn R Learn Kotlin Learn Go
Learn Django Learn TypeScript


SERVER SIDE

Learn SQL Learn MySQL Learn PHP Learn ASP Learn Node.js Learn Raspberry Pi Learn
Git Learn MongoDB Learn AWS Cloud


WEB BUILDING

Create a Website NEW Where To Start Web Templates Web Statistics Web
Certificates Web Development Code Editor Test Your Typing Speed Play a Code Game
Cyber Security Accessibility Join our Newsletter


DATA ANALYTICS

Learn AI Learn Machine Learning Learn Data Science Learn NumPy Learn Pandas
Learn SciPy Learn Matplotlib Learn Statistics Learn Excel Learn Google Sheets


XML TUTORIALS

Learn XML Learn XML AJAX Learn XML DOM Learn XML DTD Learn XML Schema Learn XSLT
Learn XPath Learn XQuery

×



REFERENCES


HTML

HTML Tag Reference HTML Browser Support HTML Event Reference HTML Color
Reference HTML Attribute Reference HTML Canvas Reference HTML SVG Reference
Google Maps Reference


CSS

CSS Reference CSS Browser Support CSS Selector Reference Bootstrap 3 Reference
Bootstrap 4 Reference W3.CSS Reference Icon Reference Sass Reference


JAVASCRIPT

JavaScript Reference HTML DOM Reference jQuery Reference AngularJS Reference
AppML Reference W3.JS Reference


PROGRAMMING

Python Reference Java Reference


SERVER SIDE

SQL Reference MySQL Reference PHP Reference ASP Reference


XML

XML DOM Reference XML Http Reference XSLT Reference XML Schema Reference


CHARACTER SETS

HTML Character Sets HTML ASCII HTML ANSI HTML Windows-1252 HTML ISO-8859-1 HTML
Symbols HTML UTF-8

×



EXERCISES AND QUIZZES


EXERCISES

HTML Exercises CSS Exercises JavaScript Exercises Python Exercises SQL Exercises
PHP Exercises Java Exercises C Exercises C++ Exercises C# Exercises jQuery
Exercises React.js Exercises MySQL Exercises Bootstrap 5 Exercises Bootstrap 4
Exercises Bootstrap 3 Exercises NumPy Exercises Pandas Exercises SciPy Exercises
TypeScript Exercises Excel Exercises R Exercises Git Exercises Kotlin Exercises
Go Exercises MongoDB Exercises


QUIZZES

HTML Quiz CSS Quiz JavaScript Quiz Python Quiz SQL Quiz PHP Quiz Java Quiz C
Quiz C++ Quiz C# Quiz jQuery Quiz React.js Quiz MySQL Quiz Bootstrap 5 Quiz
Bootstrap 4 Quiz Bootstrap 3 Quiz NumPy Quiz Pandas Quiz SciPy Quiz TypeScript
Quiz XML Quiz R Quiz Git Quiz Kotlin Quiz Cyber Security Quiz Accessibility Quiz


COURSES

HTML Course CSS Course JavaScript Course Front End Course Python Course SQL
Course PHP Course Java Course C++ Course C# Course jQuery Course React.js Course
Bootstrap 4 Course Bootstrap 3 Course NumPy Course Pandas Course TypeScript
Course XML Course R Course Data Analytics Course Cyber Security Course
Accessibility Course


CERTIFICATES

HTML Certificate CSS Certificate JavaScript Certificate Front End Certificate
Python Certificate SQL Certificate PHP Certificate Java Certificate C++
Certificate C# Certificate jQuery Certificate React.js Certificate MySQL
Certificate Bootstrap 5 Certificate Bootstrap 4 Certificate Bootstrap 3
Certificate TypeScript Certificate XML Certificate Excel Certificate Data
Science Certificate Cyber Security Certificate Accessibility Certificate

×

Tutorials

References

Exercises

Get Certified Upgrade Spaces Videos Shop


HTML TUTORIAL

HTML HOME HTML Introduction HTML Editors HTML Basic HTML Elements HTML
Attributes HTML Headings HTML Paragraphs HTML Styles HTML Formatting HTML
Quotations HTML Comments HTML Colors
Colors RGB HEX HSL
HTML CSS HTML Links
Links Link Colors Link Bookmarks
HTML Images
Images Image Map Background Images The Picture Element
HTML Favicon HTML Tables
HTML Tables Table Borders Table Sizes Table Headers Padding & Spacing Colspan &
Rowspan Table Styling Table Colgroup
HTML Lists
Lists Unordered Lists Ordered Lists Other Lists
HTML Block & Inline HTML Classes HTML Id HTML Iframes HTML JavaScript HTML File
Paths HTML Head HTML Layout HTML Responsive HTML Computercode HTML Semantics
HTML Style Guide HTML Entities HTML Symbols HTML Emojis HTML Charset HTML URL
Encode HTML vs. XHTML



HTML FORMS

HTML Forms HTML Form Attributes HTML Form Elements HTML Input Types HTML Input
Attributes HTML Input Form Attributes



HTML GRAPHICS

HTML Canvas HTML SVG



HTML MEDIA

HTML Media HTML Video HTML Audio HTML Plug-ins HTML YouTube



HTML APIS

HTML Geolocation HTML Drag/Drop HTML Web Storage HTML Web Workers HTML SSE



HTML EXAMPLES

HTML Examples HTML Quiz HTML Exercises HTML Certificate HTML Summary HTML
Accessibility



HTML REFERENCES

HTML Tag List HTML Attributes HTML Global Attributes HTML Browser Support HTML
Events HTML Colors HTML Canvas HTML Audio/Video HTML Doctypes HTML Character
Sets HTML URL Encode HTML Lang Codes HTTP Messages HTTP Methods PX to EM
Converter Keyboard Shortcuts




HTML TUTORIAL

❮ Home Next ❯

HTML is the standard markup language for Web pages.

With HTML you can create your own Website.

HTML is easy to learn - You will enjoy it!

Study our free HTML Tutorial »
Watch our Video Tutorial »NEW


--------------------------------------------------------------------------------


EASY LEARNING WITH HTML "TRY IT YOURSELF"

With our "Try it Yourself" editor, you can edit the HTML code and view the
result:


EXAMPLE

<!DOCTYPE html>
<html>
<head>
<title>Page Title</title>
</head>
<body>

<h1>This is a Heading</h1>
<p>This is a paragraph.</p>

</body>
</html>
Try it Yourself »

Click on the "Try it Yourself" button to see how it works.

--------------------------------------------------------------------------------


HTML EXAMPLES

In this HTML tutorial, you will find more than 200 examples. With our online
"Try it Yourself" editor, you can edit and test each example yourself!

Go to HTML Examples!

--------------------------------------------------------------------------------

ADVERTISEMENT


--------------------------------------------------------------------------------


HTML EXERCISES

This HTML tutorial also contains nearly 100 HTML exercises.


TEST YOURSELF WITH EXERCISES


EXERCISE:

Add a "tooltip" to the paragraph below with the text "About W3Schools".

<p ="About W3Schools">W3Schools is a web developer's site.</p>

Submit Answer »

Start the Exercise

--------------------------------------------------------------------------------


HTML QUIZ TEST

Test your HTML skills with our HTML Quiz!

Start HTML Quiz!

--------------------------------------------------------------------------------


MY LEARNING

Track your progress with the free "My Learning" program here at W3Schools.

Log in to your account, and start earning points!

This is an optional feature. You can study W3Schools without using My Learning.


--------------------------------------------------------------------------------


HTML REFERENCES

At W3Schools you will find complete references about HTML elements, attributes,
events, color names, entities, character-sets, URL encoding, language codes,
HTTP messages, browser support, and more:

HTML Elements
Browser Support
Attributes
Global Attributes
Event Attributes
Color Names
Canvas
Audio/Video DOM
Character Sets
URL Encoding
Language Codes
Country Codes
HTTP Messages
Px to Em Converter
Keyboard Shortcuts



KICKSTART YOUR CAREER

Get certified by completing the HTML course

Get certified w3schools CERTIFIED . 2022


❮ Home Next ❯


ADVERTISEMENT



COLOR PICKER



Get certified
by completing
a HTML
course today!

w3schools CERTIFIED . 2022
Get started


ADVERTISEMENT


--------------------------------------------------------------------------------

ADVERTISEMENT

ADVERTISEMENT


--------------------------------------------------------------------------------

Report Error
Report Error
Spaces
Spaces
Upgrade
Upgrade
Newsletter
Newsletter
Get Certified
Get Certified

--------------------------------------------------------------------------------

×


REPORT ERROR

If you want to report an error, or if you want to make a suggestion, do not
hesitate to send us an e-mail:

help@w3schools.com


×


THANK YOU FOR HELPING US!

Your message has been sent to W3Schools.

TOP TUTORIALS

HTML Tutorial
CSS Tutorial
JavaScript Tutorial
How To Tutorial
SQL Tutorial
Python Tutorial
W3.CSS Tutorial
Bootstrap Tutorial
PHP Tutorial
Java Tutorial
C++ Tutorial
jQuery Tutorial


TOP REFERENCES

HTML Reference
CSS Reference
JavaScript Reference
SQL Reference
Python Reference
W3.CSS Reference
Bootstrap Reference
PHP Reference
HTML Colors
Java Reference
Angular Reference
jQuery Reference


TOP EXAMPLES

HTML Examples
CSS Examples
JavaScript Examples
How To Examples
SQL Examples
Python Examples
W3.CSS Examples
Bootstrap Examples
PHP Examples
Java Examples
XML Examples
jQuery Examples


GET CERTIFIED

HTML Certificate
CSS Certificate
JavaScript Certificate
Front End Certificate
SQL Certificate
Python Certificate
PHP Certificate
jQuery Certificate
Java Certificate
C++ Certificate
C# Certificate
XML Certificate


--------------------------------------------------------------------------------

FORUM | ABOUT
W3Schools is optimized for learning and training. Examples might be simplified
to improve reading and learning. Tutorials, references, and examples are
constantly reviewed to avoid errors, but we cannot warrant full correctness of
all content. While using W3Schools, you agree to have read and accepted our
terms of use, cookie and privacy policy.

Copyright 1999-2023 by Refsnes Data. All Rights Reserved.
W3Schools is Powered by W3.CSS.