The HTML attributes section is designed to allow you to get up close and personal with the HTML attributes that you know and love while introducing you to some advanced attributes along the way.
Our most popular attributes include:
<img src="">
— Learn how to pick the image to display.
<img alt="">
— This sets the name of the image for those who can’t see the image for one reason or another.
<a target="">
– Links don’t have to fill the current page. There are other, often better, options.
<a href="">
— The basic link attribute sets where it will transport the user to.
<body background-*="">
— Learn to set a webpage’s background color, image, or more.
<table bordercolor="">
— Find out how to set the border color of your tables.
Leave a Reply