Animation11
A Technical Guide – Seabloggers INC.
A Technical Guide – Seabloggers INC.
Sep 13th
Before getting into the details of making HTML documents accessible, an understanding of basic HTML concepts is needed. If you are familiar with the general structure and coding of HTML , you can skip this page and move onto the the first common HTML element to be covered, Making Images Accessible.
You must have the ,
and container tags in every HTML file. The tag tells the browser that this is an HTML document. You must begin and end your files with this tag. The tag contains general information like the title of your document. The tag holds all your content: words, pictures, artwork and other stuff.HTML is also not case sensitive. That means, you can use either lowercase or uppercase. is the same as . For consistency, use either one or the other. It’s best not to mix and match. For our purposes, I have written our code in lowercase.
The third rule is that every html page has two parts: the head and the body. There must be ,
and container tags in every HTML file. To build any web page, you will need four primary tags: , ,
Recent Comments