Intro to HTML HTML Tags HTML file HTML heading HTML line breaks HTML Lists HTML Divs HTML images HTML Attributes HTML hyperlink HTML Comment HTML Embed

HTML Attributes



Href Attributes


The 'a' tag defines a hyperlink. The href attribute specifies the URL of the page the link to go.



WE WILL LEARN MORE ABOUT THIS IN 'HTML HYPERLINKING' lesson


Width & Height attribute


Using these Attributes we can adjust the size of the image in HTML.


We can do many changes to images in HTML apart from width & height. Which we will be learning in our 'CSS' lesson.