This is the way to create or design webpage by HTML. In this way you can design your blog or webpage. You can get this code to input to create html code to design your site.
<!DOCTYPE html>
<html>
<body>
<h1>About tutorials Schools</h1>
<p title="About tutorial Schools">
tutorial Schools is a web developer's site.
It provides tutorials and references covering
many aspects of web programming,
including HTML, CSS, JavaScript, XML, SQL, PHP, ASP, etc.
</p>
<p><b>
If you move the mouse over the paragraph above,
the title will display as a tooltip.
</b></p>
</body>
</html>
try your self
This is for attributes
<!DOCTYPE html>
<html>
<body>
<h1>About web designing</h1>
<p title="About web designing">
W3Schools is a web developer's site.
It provides tutorials and references covering
many aspects of web programming,
including HTML, CSS, JavaScript, XML, SQL, PHP, ASP, etc.
</p>
<p><b>
If you move the mouse over the paragraph above,
the title will display as a tooltip.
</b></p>
</body>
</html>
Try your self
Tutorials |
<html>
<body>
<h1>About tutorials Schools</h1>
<p title="About tutorial Schools">
tutorial Schools is a web developer's site.
It provides tutorials and references covering
many aspects of web programming,
including HTML, CSS, JavaScript, XML, SQL, PHP, ASP, etc.
</p>
<p><b>
If you move the mouse over the paragraph above,
the title will display as a tooltip.
</b></p>
</body>
</html>
try your self
This is for attributes
<!DOCTYPE html>
<html>
<body>
<h1>About web designing</h1>
<p title="About web designing">
W3Schools is a web developer's site.
It provides tutorials and references covering
many aspects of web programming,
including HTML, CSS, JavaScript, XML, SQL, PHP, ASP, etc.
</p>
<p><b>
If you move the mouse over the paragraph above,
the title will display as a tooltip.
</b></p>
</body>
</html>
Try your self
0 comments :
Post a Comment