Tag Archive | is css html

Types of Coding in Webdesign | Web Development

Basic web development(Coding types) might consist of: Client side coding: HTML5 and CSS3 Flash Java Script jQuery Microsoft Silverlight AJAX Server side coding: PHP (open source) ASP (Microsoft proprietary) ActiveVFP (open source) CSP, Server-Side ANSI C ColdFusion (Adobe proprietary, formerly Macromedia, formerly Allaire) CGI Erlang, with Linux, Yaws, Mnesia, Erlang (LYME) solution stack Groovy (programming […]

HTML | Tags | Paragraph & Align

Paragraph: The <p> element offers another way to structure your text. Each paragraph of text should go in between an opening <p> and closing </p> tag. Elements can all carry the universal attributes: align class id style title dir lang xml:lang <DOCTYPE HTML– <p> This is First Paragraph </p> <p> This is Second Paragraph </p> […]