|
A help site designed around cut and paste code sets. Good for the novice or the experienced web master.The Web Develper's Resource ... Basic Tags <html></html> Creates an HTML document <head></head> Sets off the title and other information that isn't displayed on the Web page itselfThis page contains a list of up-to-date HTML tags / codes, complete with comments and mini video tutorials - just click on the corresponding links to launch the video.SYNTAX; Basic: HTML: <tag></tagclose> or <tag> XHTML: <tag></tagclose> or <tag /> With an Attribute: HTML: <tag attribute="?"> XHTML: <tag attribute=characters.xar *
HTML Cheat SheetThe Basic HTML Document. HTML documents are in plain (also known as ASCII) text format and can be created using any text editor. HTML uses markup tags to tell the Web browser ... Html Cheat Sheets ... This handy, single page, cheatsheet contains a list of the assigned character codes in HTML, with an example of how they are displayed, and description. ...
HTML Tag Description Example <A HREF="mailto:you@youremail.com">Contact me</A> provides a clickable link to allow people to send you email: SupportHTML Cheat Sheet <H1> . . . </H1> <H2> . . . </H2> <H3> . . . </H3> <H4> . . . </H4> <H5> . . . </H5> <H6> . . . </H6> <HTML> <HEAD> <TITLE>Put title here</TITLE> </HEAD> <BODY ...
|
|